index.less
1.03 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
.title {
font-size: 15px;
font-weight: 500;
color: rgba(51, 51, 51, 1);
margin-bottom: 25px;
}
.main {
width: 100%;
padding: 40px 25px;
.ipticon {
width: auto;
height: 18px;
margin-right: 11px;
}
:global(.ant-form-item) {
height: 62px;
margin-bottom: 0;
input {
font-size: 14px;
padding-left: 3px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
background-color: #fff !important;
background-image: none;
}
input:-webkit-autofill:hover {
background-color: #fff !important;
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill {
background-color: #fff !important;
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill:focus {
background-color: #fff !important;
/* style code */
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
}
}
.loginbtn {
letter-spacing: -1px;
font-size: 15px;
margin-top: 10px;
height: 44px;
}