|
@@ -113,7 +113,12 @@ export default {
|
|
|
height: 30vh;
|
|
|
border-radius: 3px;
|
|
|
opacity: 0.8;
|
|
|
- background: white;
|
|
|
+ background-color: rgba(6,30,93,.5);
|
|
|
+ .el-input__inner {
|
|
|
+ background-color: transparent !important;
|
|
|
+ border: 1px solid #1296db;
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
.login-input {
|
|
|
height: 100%;
|
|
|
width: 420px;
|
|
@@ -126,8 +131,9 @@ export default {
|
|
|
margin-top: 6vh;
|
|
|
}
|
|
|
.title {
|
|
|
- color: #232323;
|
|
|
- font-size: 20px;
|
|
|
+ color: #89ddff;
|
|
|
+ font-size: 30px;
|
|
|
+ font-weight: 600;
|
|
|
margin-top: 2vh;
|
|
|
text-align: center;
|
|
|
}
|