index.scss
1.11 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
.filter-page {
padding-left: 40px;
.page-title {
font-family: SFProDisplay-Bold;
font-size: 68px;
color: #000;
letter-spacing: 0.82px;
line-height: 82px;
font-weight: bold;
}
.filter-btn {
width: 100%;
height: 120px;
border-top: 2px solid #000;
line-height: 120px;
display: flex;
align-items: center;
position: fixed;
bottom: 0;
z-index: 2;
left: 0;
.reset-btn {
background: #fff;
width: 240px;
font-family: PingFang-SC-Semibold;
font-size: 28px;
color: #000;
text-align: center;
}
.confirm-btn {
width: 510px;
height: 100%;
background: #08304B;
font-family: PingFang-SC-Medium;
font-size: 28px;
color: #fff;
text-align: center;
border-radius: 0;
border-style: none;
display: flex;
align-items: center;
justify-content: center;
}
}
}