index.scss
1.09 KB
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
50
51
52
53
54
55
.hot-series {
margin-top: 40px;
padding: 0 40px;
.title {
font-family: PingFang-SC-Medium;
font-size: 40px;
color: #000;
letter-spacing: 0;
line-height: 56px;
}
.scrollview {
height:175px;
text-align: left;
margin-top: 20px;
white-space: nowrap;
.item {
width: 168px;
height: 210px;
display: inline-block;
text-align: center;
}
.item-img {
width: 140px;
height: 140px;
}
.item-name {
font-family: SFProText-Regular;
font-size: 24px;
line-height: 40px;
color: #000;
letter-spacing: 0;
width: 144px;
margin-left:10rpx;
// margin-bottom: 20rpx;
}
}
.category-line {
position: relative;
left: 0;
bottom: 0px;
margin-top: 60px;
background-color: #eeeeee;
height:2px;
}
.hidden {
background-color: white;
margin-top: 40px;
}
}