index.scss
1.14 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
56
57
58
59
60
.tabs-nav {
width: 100%;
padding: 0 5px;
box-sizing: border-box;
background: #fff;
display: flex;
align-items: flex-end;
justify-content: space-between;
.tab-box {
display: inline-block;
margin: 0 30px;
}
.sort-icon {
width: 48px;
height: 48px;
vertical-align: middle;
}
.tab-item {
font-family: PingFang-SC-Regular;
font-size: 32px;
color: #999;
letter-spacing: 0;
text-align: center;
line-height: 96px;
display: inline-block;
&.actived {
font-weight: 500;
font-size: 40px;
color: #000;
box-sizing: border-box;
}
&.border {
border-bottom: 6px solid #000;
}
}
.filter-btn {
display: flex;
align-items: center;
margin: 35px 40px 0;
line-height:96rpx;
.text {
font-family: PingFang-SC-Regular;
font-size: 32px;
color: #000;
text-align: center;
}
}
.filter-icon {
width: 40px;
height: 40px;
}
}