widthdrawcashlist.wxss
756 字节
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
page{
background: #f4f4f4;
}
.widthdrawlist{
width:691rpx;
background:rgba(255,255,255,1);
border-radius:10rpx;
margin:29rpx auto 0;
}
.widthdrawlisthead{
display:flex;
justify-content: space-between;
align-items: center;
border-bottom:1rpx solid #f5f5f5;
padding: 31rpx 141rpx;
box-sizing: border-box
}
.listdate{
color:#333333;
font-size:30rpx;
}
.contentitem{
display:flex;
align-items: center;
justify-content: space-between;
padding: 22rpx 60rpx;
box-sizing: border-box;
border-bottom:1rpx solid #f5f5f5;
}
.contentitemdate{
color:#333333;
font-size: 24rpx;
}
.contentitemprice{
color:#15276D;
font-size: 30rpx;
}
.contentitemopriceword{
color:#707070;
font-size: 24rpx;
text-align: center
}