login.css
1015 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
input::-webkit-input-placeholder {
font-weight:400;
}
/*登录页*/
.login-aui-view {
background: #FFFFFF;
}
.login-aui-view .aui-list {
background: none;
}
.login-aui-view .aui-list .aui-list-item-label, .login-aui-view .aui-list .aui-list-item-label-icon {
width: auto;
}
.login-aui-view .aui-list .aui-list-item {
padding-left:0;
}
.login-aui-view .logo-img {
height: 3.7rem;
display: block;
margin: 3.5rem auto 1rem;
width: 10rem;
}
.login-aui-view .login-btn {
height: 50px;
background: #5B7FF8;
border-radius:8px;
line-height: 50px;
text-align: center;
font-size: 16px;
width: 100%;
color: #FFFFFF;
padding: 0;
margin-top: 43px;
}
.login-aui-view .login-btn:active {
background: #435FD1;
}
.login-register {
color: #5B7FF8;
text-align: center;
font-size: 14px;
width: 100%;
display: block;
margin-top: 19.5px;
}
.login-aui-view .aui-list-item-label img {
width: 18px;
}
.login-aui-view .aui-list-item-label img.img-user {
margin-left:2px;
width: 16px;
}