recharge.wxss
705 Bytes
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
.balance {
    font-size: 28rpx;
    line-height: 64rpx;
    color: #444;
    border-bottom: 1px solid #ddd;
}
.recharge {
    display: flex;
    align-items: center;
    height: 120rpx;
    font-size: 28rpx;
    color: #444;
    border-bottom: 1px solid #ddd;
}
.recharge .title {
    word-break: keep-all;
    white-space: nowrap;
}
.recharge input {
    height: 120rpx;
    margin-left: 30rpx;
}
.pic-wrap {
    margin-left: 30rpx;
    width: 240rpx;
    height: 72rpx;
}
.recharge-btns {
    margin: 60rpx auto 0;
    width: 580rpx;
    height: 88rpx;
    font-size: 28rpx;
    line-height: 88rpx;
    text-align: center;
    color: #fff;
    background-color: #e30000;
    border-radius: 8rpx;
}