LoginSrm.less
1.27 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
:global {
html, body, #root {
height: 100%;
background: #fff !important;
}
.am-list-item .am-input-control input:-webkit-autofill{
-webkit-box-shadow:0 0 0 1000px white inset !important;
}
.chooseCompany{
.am-list-content{
width: 85px !important;
flex: none !important;
margin-right: 5px;
}
.am-list-extra{
width: 100% !important;
flex: 1;
text-align: left !important;
color: #000 !important;
font-size: 17px !important;
}
.am-list-line:after{
content: '';
position: absolute;
background-color: #ddd;
display: block;
z-index: 1;
top: auto;
right: auto;
bottom: 0;
left: 0;
width: 100%;
height: 1PX;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
}
}
.wraper{
width: 100%;
height: 100%;
}
.login{
margin-top: 5%;
height: 100%;
background-color: #fff;
}
.logo {
width: 100%;
height: 28%;
text-align: center;
}
.logo img{
margin-top: 12%;
width: 80px;
height: 64px;
}
.loginSubmit{
padding: 0px 5%;
}
.setting{
display: block;
text-align: center;
margin-top: 10px;
}
.chooseCompany{
width: 100%;
}