|
@@ -73,7 +73,7 @@
|
|
|
border-left: none;
|
|
|
border-radius: 40px;
|
|
|
color: #fff;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: #ffffff00;
|
|
|
width: 100%;
|
|
|
float: left;
|
|
|
box-sizing: border-box;
|
|
@@ -94,12 +94,15 @@
|
|
|
}
|
|
|
|
|
|
.login-title {
|
|
|
- color: #333;
|
|
|
+ color: #fff;
|
|
|
margin-bottom: 40px;
|
|
|
font-weight: 500;
|
|
|
font-size: 22px;
|
|
|
text-align: center;
|
|
|
letter-spacing: 4px;
|
|
|
+ .el-dropdown{
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.login-menu {
|
|
@@ -117,12 +120,12 @@
|
|
|
.login-submit {
|
|
|
width: 100%;
|
|
|
height: 45px;
|
|
|
- border: 1px solid #409EFF;
|
|
|
+ border: 1px solid #fff;
|
|
|
background: none;
|
|
|
font-size: 18px;
|
|
|
letter-spacing: 2px;
|
|
|
font-weight: 300;
|
|
|
- color: #409EFF;
|
|
|
+ color: #fff;
|
|
|
cursor: pointer;
|
|
|
margin-top: 30px;
|
|
|
font-family: "neo";
|
|
@@ -133,7 +136,7 @@
|
|
|
margin: 10px 0;
|
|
|
|
|
|
i {
|
|
|
- color: #333;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
.el-form-item__content {
|
|
@@ -151,7 +154,7 @@
|
|
|
background: transparent;
|
|
|
border: none;
|
|
|
border-radius: 0;
|
|
|
- color: #333;
|
|
|
+ color: #fff;
|
|
|
border-bottom: 1px solid rgb(235, 237, 242);
|
|
|
}
|
|
|
|
|
@@ -177,7 +180,7 @@
|
|
|
height: 38px;
|
|
|
background-color: #fdfdfd;
|
|
|
border: 1px solid #f0f0f0;
|
|
|
- color: #333;
|
|
|
+ color: #fff;
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
letter-spacing: 5px;
|