codeLogin.wxss
1.93 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
.bg {
width: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -100;
}
.title_box {
padding: 192rpx 54rpx 0;
}
.tips_box {
padding: 37rpx 54rpx 45rpx;
}
.title_box>.title {
font-size: 36rpx;
font-family: PingFang SC;
font-weight: bold;
color: rgba(255, 255, 255, 1);
}
.tips_box>.tips {
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(255, 255, 255, 1);
}
.cont-box {
width: 642rpx;
margin: 0 auto;
background-color: white;
border-radius: 10rpx;
}
.cont-box input {
padding: 35rpx 0 35rpx 10rpx;
margin-left: 25rpx;
display: inline-block;
border-bottom: 1px solid #EEEEEE;
width: 90%;
color: #909090;
font-size: 30rpx;
line-height: 28rpx;
}
/* 验证码的box */
.codeBox {
position: relative;
}
/* 获取验证码 */
.cont-box .getCode {
position: absolute;
top: 0;
right: 0;
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(91, 151, 242, 1);
z-index: 100;
padding: 35rpx;
}
.button {
display: block;
width: 575rpx;
height: 88rpx;
text-align: center;
line-height: 80rpx;
font-size: 36rpx;
border-radius: 44rpx;
color: white;
margin: 35rpx;
}
.next {
background-color: #649DFB
}
.noLoginBox {
text-align: center;
}
.noLoginBox .noLogin {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(91, 151, 242, 1);
}
.one_click_btn {
display: block;
width: 575rpx;
height: 88rpx;
text-align: center;
line-height: 80rpx;
font-size: 36rpx;
border-radius: 44rpx;
color: white;
margin: 35rpx;
background-color: #07C060
}
.footer {
position: fixed;
bottom: 75rpx;
left: 60rpx;
display: flex;
}
.footer .footer_tips {
font-size: 20rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(58, 58, 58, 1);
}
.blue {
color: rgba(91, 151, 242, 1);
}
.footer_tips navigator {
display: inline-flex;
}
.van-cell {
border: none;
}