login.css
1.09 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
@charset "UTF-8";
/* Author XGQ
* 2019-10-03
*/
.imgbox{
text-align: center;
}
.logoimg {
margin: 50upx 0 25upx;
display: inline-block;
width: 200upx;
height: 200upx;
}
.input-box {
padding: 50upx;
font-size: 30upx;
}
.input-item {
display: flex;
background: white;
border-bottom: 1upx solid #eeeeee;
line-height: 100upx;
height: 100upx;
}
.input-label {
width: 150upx;
}
.input-body{
position: relative;
height: 100upx;
width: calc(100% - 150upx);
}
.input {
line-height: 100upx;
height: 100upx;
position: relative;
font-size: 28upx;
}
.eye{
position: absolute;
height: 50upx;
width: 50upx;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.btn-code{
position: absolute;
right: 0upx;
top:50%;
transform: translateY(-50%);
background: none;
color: #205592;
width: 160upx;
font-size: 24upx;
box-sizing: border-box;
text-align: right;
padding: 0;
height: 100upx;
line-height: 100upx;
}
.select {
padding-top: 40upx;
display: flex;
justify-content: space-between;
color: #003B67;
}
.footlabel{
margin: 50upx 35upx 50upx 40upx;
font-size: 30upx;
color: #808080;
}