|
@@ -103,7 +103,8 @@
|
|
|
|
|
|
|
|
.login-main .login-top {
|
|
.login-main .login-top {
|
|
|
height: 117px;
|
|
height: 117px;
|
|
|
- background-color: #148be4;
|
|
|
|
|
|
|
+ background-color: #5664ce;
|
|
|
|
|
+ /*background-color: #148be4;*/
|
|
|
border-radius: 12px 12px 0 0;
|
|
border-radius: 12px 12px 0 0;
|
|
|
font-family: SourceHanSansCN-Regular;
|
|
font-family: SourceHanSansCN-Regular;
|
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
@@ -171,7 +172,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
body {
|
|
|
- background: url(../images/loginbg.png) 0% 0% / cover no-repeat;
|
|
|
|
|
|
|
+ background: url(../images/loginbg1.jpeg) 0% 0% / cover no-repeat;
|
|
|
|
|
+ /*background: url(../images/loginbg.png) 0% 0% / cover no-repeat;*/
|
|
|
position: static;
|
|
position: static;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
}
|
|
}
|
|
@@ -221,7 +223,8 @@ html {
|
|
|
.login-main .login-bottom .tip .forget-password {
|
|
.login-main .login-bottom .tip .forget-password {
|
|
|
font-stretch: normal;
|
|
font-stretch: normal;
|
|
|
letter-spacing: 0;
|
|
letter-spacing: 0;
|
|
|
- color: #1391ff;
|
|
|
|
|
|
|
+ color: #5664ce;
|
|
|
|
|
+ /*color: #1391ff;*/
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
right: 62px;
|
|
right: 62px;
|
|
@@ -230,7 +233,8 @@ html {
|
|
|
.login-main .login-bottom .login-btn {
|
|
.login-main .login-bottom .login-btn {
|
|
|
width: 288px;
|
|
width: 288px;
|
|
|
height: 40px;
|
|
height: 40px;
|
|
|
- background-color: #1E9FFF;
|
|
|
|
|
|
|
+ background-color: #5664ce;
|
|
|
|
|
+ /*background-color: #1E9FFF;*/
|
|
|
border-radius: 16px;
|
|
border-radius: 16px;
|
|
|
margin: 24px auto 0;
|
|
margin: 24px auto 0;
|
|
|
text-align: center;
|
|
text-align: center;
|