index.scss
732 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
.search-list-page {
width: 750px;
height: 100vh;
.header {
padding: 9px 40px;
display: flex;
align-items: center;
}
.fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
}
.cancel-btn {
font-family: PingFang-SC-Regular;
font-size: 32px;
color: #999;
text-align: center;
border: none;
padding: 0;
// line-height: 72px;
// margin: 20px 0 0 20px;
margin-left: 20px;
}
.goYohoBuy {
width: 80px;
height: 160px;
right: 34px;
bottom: 258px;
float: right;
position: fixed;
z-index: 9999;
}
}