chargePhoneNum.wxss
1.2 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
/* pages/chargePhoneNum/chargePhoneNum.wxss */
.content_box {
padding: 0 20rpx;
}
.banner_box {
width: 100%;
height: 200rpx;
background: #3fa9f5;
border-radius: 10rpx;
margin-top: 46rpx;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 28rpx;
color: #fff;
}
.head_img {
width: 157rpx;
height: 157rpx;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin-top: -30rpx;
margin-bottom: 10rpx;
}
.head_img image {
width: 100%;
height: 100%;
}
.item_list {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 32rpx;
color: #c3c3c3;
padding: 63rpx 0 25rpx 0;
border-bottom: 1rpx solid #C3C3C3;
}
.info_box{
width: 80%;
display: flex;
}
.get_code {
text-align: right!important;
font-size: 28rpx;
color: #3fa9f5 !important;
background: none;
padding: 0rpx !important;
line-height: normal!important;
}
.get_code::after,.save_btn::after {
border: 0;
}
.save_btn{
width: 100%;
height: 80rpx;
border-radius: 10rpx;
background: #3fa9f5;
text-align: center;
line-height: 80rpx;
color: #fff;
font-size: 36rpx;
margin-top: 100rpx;
}