card-detail.wxss
1011 字节
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
/* pages/card-detail/card-detail.wxss */
.totalNumber{
width: 750rpx;
height: 294rpx;
}
.totalNumber image{
width: 750rpx;
height: 294rpx;
}
.numberBox{
position: absolute;
left: 0;
top: 80rpx;
text-align: center;
}
.number{
width: 750rpx;
height: 90rpx;
font-size: 64rpx;
font-weight: 500;
color: #ffffff;
text-align: center;
}
.text{
width: 750rpx;
text-align: center;
font-size: 32rpx;
font-weight: 400;
text-align: center;
color: #ffffff;
}
/* content */
.listItem{
width: 686rpx;
height: 160rpx;
border-bottom: 2rpx solid #eeeeee;
display: flex;
justify-content: space-between;
padding: 34rpx 32rpx;
box-sizing: border-box;
margin: 0 auto;
}
.left{
}
.time{
font-size: 28rpx;
font-weight: 400;
text-align: left;
color: #727273;
margin-top: 16rpx;
}
.right{
display: flex;
align-items: center;
font-size: 36rpx;
font-weight: 400;
color: #ee231c;
}
.bottomHint{
font-size: 24rpx;
color: gray;
display: flex;
justify-content: center;
padding: 20rpx;
}