|
@@ -7,6 +7,7 @@
|
|
:global {
|
|
:global {
|
|
|
|
|
|
.loginLogo {
|
|
.loginLogo {
|
|
|
|
+ display: none;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 30%;
|
|
top: 30%;
|
|
left: 5%;
|
|
left: 5%;
|
|
@@ -20,7 +21,7 @@
|
|
top: 50%;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
width: 530px;
|
|
width: 530px;
|
|
- background-color: rgba(10, 59, 64, 0.80);
|
|
|
|
|
|
+ background-color: rgba(226, 210, 169, 0.86);
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -39,22 +40,22 @@
|
|
|
|
|
|
input::-webkit-input-placeholder {
|
|
input::-webkit-input-placeholder {
|
|
/* WebKit browsers */
|
|
/* WebKit browsers */
|
|
- color: rgba(255, 255, 255, .5);
|
|
|
|
|
|
+ color: rgba(157, 79, 11, 0.6);
|
|
}
|
|
}
|
|
|
|
|
|
input:-moz-placeholder {
|
|
input:-moz-placeholder {
|
|
/* Mozilla Firefox 4 to 18 */
|
|
/* Mozilla Firefox 4 to 18 */
|
|
- color: rgba(255, 255, 255, .5);
|
|
|
|
|
|
+ color: rgba(157, 79, 11, 0.6);
|
|
}
|
|
}
|
|
|
|
|
|
input::-moz-placeholder {
|
|
input::-moz-placeholder {
|
|
/* Mozilla Firefox 19+ */
|
|
/* Mozilla Firefox 19+ */
|
|
- color: rgba(255, 255, 255, .5);
|
|
|
|
|
|
+ color: rgba(157, 79, 11, 0.6);
|
|
}
|
|
}
|
|
|
|
|
|
input:-ms-input-placeholder {
|
|
input:-ms-input-placeholder {
|
|
/* Internet Explorer 10+ */
|
|
/* Internet Explorer 10+ */
|
|
- color: rgba(255, 255, 255, .5);
|
|
|
|
|
|
+ color: rgba(157, 79, 11, 0.6);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -63,7 +64,7 @@
|
|
margin: 30px auto;
|
|
margin: 30px auto;
|
|
|
|
|
|
.ant-input-suffix .ant-input-password-icon {
|
|
.ant-input-suffix .ant-input-password-icon {
|
|
- color: var(--themeColor2);
|
|
|
|
|
|
+ color: var(--themeColor);
|
|
font-size: 22px;
|
|
font-size: 22px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -106,7 +107,7 @@
|
|
|
|
|
|
input:-webkit-autofill {
|
|
input:-webkit-autofill {
|
|
font-size: 18px !important;
|
|
font-size: 18px !important;
|
|
- -webkit-text-fill-color: #fff !important;
|
|
|
|
|
|
+ -webkit-text-fill-color: var(--themeColor) !important;
|
|
background-image: none;
|
|
background-image: none;
|
|
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important; //填充阴影,可以用来遮住背景色
|
|
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important; //填充阴影,可以用来遮住背景色
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
@@ -120,15 +121,15 @@
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 60px;
|
|
height: 60px;
|
|
border: none;
|
|
border: none;
|
|
- border-bottom: 1px solid var(--themeColor2);
|
|
|
|
|
|
+ border-bottom: 1px solid var(--themeColor);
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
- color: var(--themeColor2);
|
|
|
|
|
|
+ color: var(--themeColor);
|
|
|
|
|
|
.ant-input {
|
|
.ant-input {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 60px;
|
|
height: 60px;
|
|
- color: #fff;
|
|
|
|
|
|
+ color: var(--themeColor);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -140,8 +141,8 @@
|
|
.loginBtn {
|
|
.loginBtn {
|
|
|
|
|
|
.ant-btn {
|
|
.ant-btn {
|
|
- color: black;
|
|
|
|
- background-color: var(--themeColor2);
|
|
|
|
|
|
+ color: #fff;
|
|
|
|
+ background-color: var(--themeColor);
|
|
border-radius: 25px;
|
|
border-radius: 25px;
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
width: 375px;
|
|
width: 375px;
|