企业信息

This commit is contained in:
zdx
2020-12-31 16:10:36 +08:00
parent 3855eb456f
commit f9f71e1c19
75 changed files with 425 additions and 357 deletions

View File

@@ -1,4 +1,7 @@
// components/videoList/videoList.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({
/**
* 组件的属性列表

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.project_content {
background-color: #fff;
margin: 20rpx;
@@ -99,20 +103,23 @@
/* 滚动菜单 */
.scroll_menu{
.scroll_menu {
/* background-color: #fff; */
/* box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1); */
font-size: 26rpx;
}
.scroll-view_H{
.scroll-view_H {
white-space: nowrap;
color: #666;
}
.scroll-view-item{
.scroll-view-item {
height: 90rpx;
line-height: 90rpx;
}
.scroll-view-item_H{
.scroll-view-item_H {
display: inline-block;
/* width: 25%; */
padding: 0 30rpx;
@@ -122,15 +129,16 @@
/* border-top: solid 10rpx #fff;
border-bottom: solid 10rpx #fff; */
}
.scroll_view_select{
.scroll_view_select {
/* border-bottom: solid 4rpx #378fff; */
color: #378fff;
font-weight: 600;
}
.has_more{
.has_more {
color: #999;
font-size: 26rpx;
text-align: center;
padding: 30rpx ;
padding: 30rpx;
}