balance _center.wxss
1.4 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
93
94
95
96
97
98
99
100
101
102
103
104
105
/* pages/my/balance _center/balance _center.wxss */
.banner_box {
padding: 28rpx 25rpx 0 25rpx;
}
.banner_box {
background-color: #ffda44;
}
.banner_top {
display: flex;
justify-content: space-between;
align-items: center;
}
.hello {
font-size: 34rpx;
font-weight: bold;
color: #333;
}
.charge_code {
font-size: 28rpx;
}
.banner_middle {
display: flex;
align-items: center;
justify-content: center;
margin-top: 35rpx;
}
.banner_img {
width: 238rpx;
height: 210rpx;
}
.banner_img image {
width: 100%;
}
.my_balance {
margin-left: 56rpx;
}
.balance {
font-size: 30rpx;
color: #333;
}
.balance_num {
font-size: 76rpx;
font-weight: bold;
color: #333;
}
.banner_bottom {
display: flex;
margin-top: 32rpx;
}
.bottom_btn,.bottom_btn1 {
color: #949a9a;
width: 100%;
font-size: 30rpx;
padding: 32rpx 92rpx;
display: flex;
align-items: center;
background-color: #f4f6f4;
border-radius: 16rpx 0rpx 0rpx 0rpx;
}
.bottom_btn1 {
color: red;
background-color: #fff;
border-radius: 0rpx 16rpx 0rpx 0rpx;
}
.btn_character{
margin-left: 15rpx;
}
.content_item {
padding: 20rpx 65rpx;
}
.item_list {
padding: 50rpx 0;
border-bottom: 1rpx solid #f2f2f2;
}
.bottom{
border: 0;
}
.list_information {
font-size: 30rpx;
color: #27363b;
display: flex;
justify-content: space-between;
}
.time {
font-size: 22rpx;
color: #949a9a;
}