index.css
1002 字节
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.pinBox {
background: #ffffff;
border-radius: 10px;
margin-bottom: 18rpx;
width: 48%;
}
.spin {
background: #F8F8F8;
padding: 0 32rpx;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.fu {
color: #FE0E1F;
font-size: 24rpx;
}
.money {
color: #FE0E1F;
font-size: 32rpx;
}
.unTitle {
color: #06121F;
font-size: 28rpx;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.reTui {
color: #323233;
font-size: 36rpx;
font-weight: bold;
}
.tbt {
padding: 32rpx;
background: #F8F8F8;
}
.content {}
.topTab {
display: flex;
flex-direction: column;
align-items: center;
min-width: 25%;
margin-bottom: 24rpx;
}
.title {
color: #323233;
font-size: 28rpx;
}
.showBac {
background: #FF2F2F;
height: 110px;
border-radius: 0 0 75rpx 75rpx;
}
.seave {
padding: 18rpx 32rpx;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #FF2F2F;
z-index: 2;
}
.van-search__content {
border-radius: 28rpx !important;
}