modifyPhone.wxss
2.3 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
106
107
108
109
/* pages/my/modifyName/modifyName.wxss */
page{
width: 100%;
height: 100%;
background: #f3f5f5;
}
.box{
height: 166rpx;
background: #fff;
margin-top:19rpx;
position: relative
}
.phone{
width: 91.7%;
padding:17rpx 0 16rpx 0;
box-sizing: border-box;
margin:0 auto;
display: flex;
border-bottom:1rpx solid rgba(241,241,241,1);
}
.phone_phone{
width: 162rpx;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(34,34,34,1);
line-height:50rpx;
margin-right:20rpx;
float: left;
}
.phone_place{
width: 50%;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(34,34,34,1);
line-height:35rpx;
float: left
}
.phone_code{
width:200rpx;
height:50rpx;
background:rgba(255,218,68,1);
border-radius:25rpx;
font-size:24rpx;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(51,51,51,1);
line-height:50rpx;
text-align: center;
float: right;
position: absolute;
right: 30rpx;
top:18rpx;
z-index: 1
}
.hide_time{
width:200rpx;
height:50rpx;
font-size:24rpx;
font-family:MicrosoftYaHei;
font-weight:400;
border-radius:25rpx;
position: absolute;
right: 30rpx;
top:18rpx;
border:1rpx solid rgba(255,218,68,1);
z-index: 999;
color:rgba(51,51,51,1);
line-height:50rpx;
text-align: center;
}
.code{
width: 91.7%;
padding:17rpx 0 16rpx 0;
margin:0 auto;
display: flex;
}
.code_phone{
width: 162rpx;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(34,34,34,1);
line-height:50rpx;
margin-right:16rpx;
float: left;
}
.bottom_btn {
width: 93%;
height: 80rpx;
font-size: 26rpx;
color: #333;
display: flex;
align-items: center;
justify-content: center;
background: #ffda44;
border-radius: 40rpx;
box-shadow: 0rpx 10rpx 10rpx rgba(255, 218, 68, 0.6);
position: fixed;
bottom: 40rpx;
left: 25rpx;
}