Change_phone.wxss
937 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
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
page {
height: 100%;
}
.container {
padding: 0rpx 55rpx;
border-top: 6rpx solid rgb(245, 245, 245);
}
.phone_logo {
height: 400rpx;
}
.phone_logo image {
width: 145rpx;
height: 230rpx;
}
.phone,.code{
border-bottom: 2rpx solid rgb(234, 234, 234);
height: 95rpx;
}
.phone image {
width: 60rpx;
height: 60rpx;
}
.phone .inphone {
margin-left: 50rpx;
color: rgb(153, 153, 153);
}
.code image {
width: 70rpx;
height: 60rpx;
}
.code input {
margin-left: 50rpx;
color: rgb(153, 153, 153);
}
.code .Obtain {
width: 250rpx;
height: 60rpx;
border-left: 2rpx solid rgb(234, 234, 234);
}
.phone, .code, .Tips {
padding-left: 30rpx;
}
.Tips {
margin-top: 50rpx;
line-height: 50rpx;
color: rgb(153, 153, 153);
}
.go {
width: 100%;
margin-top: 90rpx;
}
.lower {
width: 430rpx;
height: 75rpx;
background-color: rgb(214, 1, 33);
border-radius: 40rpx;
color: rgb(255, 255, 255);
}