charge.wxss
667 字节
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
/* pages/mall/charge/charge.wxss */
page {
background: #fcfbfa;
}
.content_box {
padding: 16rpx 30rpx;
}
.list_box {
background: #fff;
border-radius: 20rpx;
margin-bottom: 16rpx;
padding: 30rpx;
box-sizing: border-box;
}
.item_list {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 26rpx;
color: #1a1a1a;
}
.list_title {
font-size: 30rpx;
font-weight: bold;
color: #26363a;
margin-bottom: 30rpx;
}
.list_info_box{
display: flex;
align-items: center;
}
.list_img{
width: 128rpx;
height: 128rpx;
border-radius: 5rpx;
margin-right: 30rpx;
}
.list_img image{
width: 100%;
height: 100%;
}