index.wxss
645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.page-body-button {
margin-bottom: 30rpx;
}
video {
width: 100%;
}
/* 热门好物 */
.title .China {
width: 100%;
margin-top: 10rpx;
margin-bottom: 10rpx;
line-height: 0rpx;
}
.title .China .line view {
width: 2rpx;
}
.title .China .line {
height: 40rpx;
color: rgb(51, 51, 51);
}
.title .China .line view {
border-left: 3rpx solid #000;
margin-left: 5rpx;
}
.title .China .line .one {
height: 23rpx;
}
.title .China .line .two {
height: 15rpx;
}
.title .China .line .three {
height: 18rpx;
}
.title .China .Recommend {
margin: 0rpx 20rpx;
font-size: 28rpx;
line-height: 39rpx;
font-weight: bold;
}