shebeilist.wxss
1.2 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
page {
background: #fff;
}
.shebeinum {
color: #333;
font-size: 32rpx;
font-weight: bold;
padding: 30rpx;
box-sizing: border-box;
border-bottom: 1rpx solid #f5f5f5;
border-top: 1rpx solid #f5f5f5;
position: relative;
}
.she{
margin-left:18rpx;
}
.shebeinum::before{
content:'';
display:block;
width:8rpx;
height:33rpx;
background: #FF9400FF;
position: absolute;
top:33rpx;
left:30rpx;
}
.num {
margin-left: 10rpx;
}
.shebelist {
padding: 30rpx;
box-sizing: border-box;
}
.shebielistitem {
width: 690rpx;
height: 138rpx;
border: 1rpx solid #f5f5f5;
border-radius: 10rpx;
display: flex;
align-items: center;
justify-content: space-around;
}
.cartop {
width: 236rpx;
font-size: 28rpx;
color: #333;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.carbottom {
font-size: 20rpx;
margin-top: 10rpx;
}
.yun {
color: #eb483aff;
}
.noyun {
color: #538aeeff;
}
.daytop {
color: #333333ff;
font-size: 28rpx;
}
.daybottom {
color: #666666ff;
font-size: 20rpx;
margin-top: 10rpx;
}
.monthtop {
color: #333333ff;
font-size: 28rpx;
}
.monthbottom {
color: #666666ff;
font-size: 20rpx;
margin-top: 10rpx;
}