|
@@ -1,8 +1,8 @@
|
1
|
1
|
/* 登陆 --wt */
|
2
|
2
|
.wt_login{
|
3
|
3
|
background: #fff;
|
4
|
|
- text-align: center!important;
|
5
|
|
- width: 480px!important;
|
|
4
|
+ text-align: center!important;
|
|
5
|
+ width: 480px!important;
|
6
|
6
|
box-shadow: 0px 0px 5px 5px #ddd;
|
7
|
7
|
border-radius: 8px;
|
8
|
8
|
}
|
|
@@ -13,7 +13,7 @@
|
13
|
13
|
}
|
14
|
14
|
.login form{
|
15
|
15
|
text-align: center;
|
16
|
|
- border-radius: 8px!important;
|
|
16
|
+ border-radius: 8px!important;
|
17
|
17
|
}
|
18
|
18
|
.wt_login_head{
|
19
|
19
|
padding-bottom: 0px;
|
|
@@ -22,18 +22,18 @@
|
22
|
22
|
}
|
23
|
23
|
.wt_login_cantent{
|
24
|
24
|
margin-top: 65%;
|
25
|
|
- padding-top: 34px!important;
|
|
25
|
+ padding-top: 34px!important;
|
26
|
26
|
background: #fff;
|
27
|
27
|
}
|
28
|
28
|
.wt_login_cantent p{
|
29
|
|
- margin-bottom: 18px!important;
|
|
29
|
+ margin-bottom: 18px!important;
|
30
|
30
|
text-align: center;
|
31
|
|
-
|
|
31
|
+
|
32
|
32
|
}
|
33
|
33
|
.wt_login_cantent p input{
|
34
|
34
|
width: 400px!important;
|
35
|
35
|
height: 52px;
|
36
|
|
- border-radius: 8px!important;
|
|
36
|
+ border-radius: 8px!important;
|
37
|
37
|
}
|
38
|
38
|
.wt_login_cantent p input::-webkit-input-placeholder {
|
39
|
39
|
color:#91919B!important;
|
|
@@ -47,7 +47,7 @@
|
47
|
47
|
font-weight: normal;
|
48
|
48
|
}
|
49
|
49
|
.wt_login_cantent .remember{
|
50
|
|
- width: 20px!important;
|
|
50
|
+ width: 20px!important;
|
51
|
51
|
height: 20px;
|
52
|
52
|
background: #fff;
|
53
|
53
|
margin-top: 0px;
|
|
@@ -57,8 +57,8 @@
|
57
|
57
|
width: 400px;
|
58
|
58
|
height: 52px;
|
59
|
59
|
border-radius: 26px;
|
60
|
|
- background: #D1D1D1!important;
|
61
|
|
- color: #fff!important;
|
|
60
|
+ background: #D1D1D1!important;
|
|
61
|
+ color: #fff!important;
|
62
|
62
|
font-size: 20px!important;
|
63
|
63
|
margin: 0 auto;
|
64
|
64
|
}
|
|
@@ -95,22 +95,22 @@
|
95
|
95
|
.codrops-header .logo{
|
96
|
96
|
width: 120px;
|
97
|
97
|
height: 120px;
|
98
|
|
- position:absolute;
|
99
|
|
- left:50%;
|
|
98
|
+ position:absolute;
|
|
99
|
+ left:50%;
|
100
|
100
|
transform:translateX(-50%);
|
101
|
101
|
top: 120px;
|
102
|
102
|
}
|
103
|
|
-.codrops-header .logo.logo_hk{
|
|
103
|
+/* .codrops-header .logo.logo_hk{
|
104
|
104
|
width: auto;
|
105
|
105
|
height: 50px;
|
106
|
106
|
top: 180px;
|
107
|
|
-}
|
|
107
|
+} */
|
108
|
108
|
.codrops-header h1{
|
109
|
109
|
color: #fff;
|
110
|
110
|
font-size: 24px;
|
111
|
111
|
font-weight: normal;
|
112
|
|
- position:absolute;
|
113
|
|
- left:50%;
|
|
112
|
+ position:absolute;
|
|
113
|
+ left:50%;
|
114
|
114
|
top: 260px;
|
115
|
115
|
transform:translateX(-50%);
|
116
|
116
|
}
|