detail.wxss
843 字节
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
page {
background-color: #f5f9fa;
}
.goodsList {
display: flex;
justify-content: space-between;
padding: 0 10rpx;
}
.goodsList .listitem {
flex: 1;
}
.ranktitle {
display: flex;
justify-content: space-between;
padding: 32rpx 100rpx;
background-color: #fff;
align-items: center;
font-size: 28rpx;
color: #666;
position: fixed;
z-index: 100;
left: 0;
top: 0;
width: 100%;
box-shadow: 1rpx 0 1rpx rgba(0,0,0,0.08);
border-top: 1rpx solid #ebebeb;
}
.rankactive {
color: #000;
}
.rankbtn {
display: flex;
flex-direction: column;
align-items: center;
margin-left: 10rpx;
}
.rankbtn .iconfont {
font-size: 17rpx;
font-weight: 600;
}
.pricerank {
display: flex;
}
.margin80 {
margin-top: 100rpx;
}
.active {
color: #FF87B1;
}