|
|
@@ -73,11 +73,24 @@ html {
|
|
73
|
73
|
margin-top: 27.21%;
|
|
74
|
74
|
width: 65%;
|
|
75
|
75
|
}
|
|
76
|
|
-.signin_right .signin_panel h1{
|
|
|
76
|
+/*.signin_right .signin_panel h1{
|
|
77
|
77
|
font-size: 24px;
|
|
78
|
78
|
font-family: '华文仿宋';
|
|
79
|
79
|
margin: 0 0 19.46% 0;
|
|
80
|
80
|
font-weight: 600;
|
|
|
81
|
+}*/
|
|
|
82
|
+.logo_title span{
|
|
|
83
|
+ font-size: 24px;
|
|
|
84
|
+ font-family: '华文仿宋';
|
|
|
85
|
+ font-weight: 600;
|
|
|
86
|
+ margin-left: 15px;
|
|
|
87
|
+
|
|
|
88
|
+}
|
|
|
89
|
+.logo_title>img,.logo_title span{
|
|
|
90
|
+ vertical-align: middle;
|
|
|
91
|
+}
|
|
|
92
|
+.logo_title{
|
|
|
93
|
+ margin: 0 0 19.46% 0;
|
|
81
|
94
|
}
|
|
82
|
95
|
.signin_panel .signin_user,
|
|
83
|
96
|
.signin_panel .signin_password,
|
|
|
@@ -174,7 +187,7 @@ html {
|
|
174
|
187
|
|
|
175
|
188
|
.btns{
|
|
176
|
189
|
width: 100%;
|
|
177
|
|
- background-color: #67d1fe;
|
|
|
190
|
+ background-color: #d1141b;
|
|
178
|
191
|
color: #fff;
|
|
179
|
192
|
height: 40px;
|
|
180
|
193
|
line-height: 40px;
|
|
|
@@ -189,7 +202,7 @@ html {
|
|
189
|
202
|
letter-spacing: 6px;
|
|
190
|
203
|
}
|
|
191
|
204
|
.btns:hover{
|
|
192
|
|
- background-color: #23b2ef;
|
|
|
205
|
+ background-color: #ad1316;
|
|
193
|
206
|
}
|
|
194
|
207
|
|
|
195
|
208
|
|