bindMobile.wxss
2.46 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
.bind-mobile {
padding: 110rpx 72rpx;
font-family: PingFang-SC-Regular, sans-serif;
border-top: 1rpx solid #e0e0e0;
}
.bind-mobile .btn {
text-align: center;
height: 98rpx;
font-size: 36rpx;
color: #fff;
letter-spacing: 0;
line-height: 98rpx;
background: #b0b0b0;
border-radius: 10rpx;
}
.bind-mobile .title {
font-family: PingFangSC-Medium, sans-serif;
margin-bottom: 30rpx;
font-size: 48rpx;
color: #222;
letter-spacing: 0;
}
.bind-mobile .tip {
font-size: 22rpx;
color: #b0b0b0;
letter-spacing: 0;
}
.bind-mobile .field {
position: relative;
height: 125rpx;
border-bottom: 1rpx solid #e0e0e0;
}
.bind-mobile .area {
position: absolute;
bottom: 27rpx;
font-size: 28rpx;
color: #222;
letter-spacing: 0;
}
.bind-mobile .area .name {
padding-left: 30rpx;
}
.bind-mobile .area-arrow {
position: absolute;
right: 0;
bottom: 30rpx;
width: 14rpx;
height: 24rpx;
}
.bind-mobile .area-code {
position: absolute;
bottom: 0;
font-size: 28rpx;
color: #222;
letter-spacing: 0;
line-height: 80rpx;
}
.bind-mobile .area-code:after {
position: absolute;
top: 50%;
right: -28rpx;
margin-top: -4rpx;
display: inline-block;
content: "";
border-width: 8rpx 8rpx 0 8rpx;
border-color: #444 transparent transparent transparent;
border-style: solid;
}
.bind-mobile .label {
position: absolute;
bottom: 0;
font-size: 28rpx;
color: #222;
letter-spacing: 0;
height: 80rpx;
min-height: 80rpx;
line-height: 80rpx;
}
.bind-mobile .field-input {
position: absolute;
bottom: 0;
left: 115rpx;
font-size: 28rpx;
color: #222;
letter-spacing: 0;
height: 80rpx;
min-height: 80rpx;
}
.bind-mobile .field-input.code {
display: inline-block;
width: 240rpx;
}
.bind-mobile .field .send-code {
position: absolute;
bottom: 0;
right: 0;
height: 50rpx;
padding: 0 16rpx;
margin-bottom: 23rpx;
font-size: 22rpx;
color: #fff;
letter-spacing: 0;
line-height: 50rpx;
background: #b0b0b0;
border-radius: 30rpx;
}
.bind-mobile .field .send-code.active {
background-color: #444;
}
.bind-mobile .auto-bind {
background: #444;
}
.bind-mobile .confirm {
margin-top: 86rpx;
margin-bottom: 30rpx;
}
.bind-mobile .confirm.active {
background-color: #444;
}
.bind-mobile .image-check {
display: block;
margin-top: 20rpx;
}