|
|
@ -213,7 +213,7 @@ $cursor: #fff; |
|
|
|
} |
|
|
|
.el-form-item { |
|
|
|
border: 1px solid rgba(255, 255, 255, 0.1); |
|
|
|
background: rgba(0, 0, 0, 0.1); |
|
|
|
background: #283443; |
|
|
|
border-radius: 5px; |
|
|
|
color: #454545; |
|
|
|
} |
|
|
@ -231,13 +231,13 @@ $light_gray: #666; |
|
|
|
background-color: $bg; |
|
|
|
overflow: hidden; |
|
|
|
.login-form { |
|
|
|
background: rgba(255,255,255,0.3); |
|
|
|
background: rgba(255,255,255,0.5); |
|
|
|
position: absolute; |
|
|
|
top: 20%; |
|
|
|
right: 200px; |
|
|
|
width: 520px; |
|
|
|
max-width: 100%; |
|
|
|
padding: 160px 35px 0; |
|
|
|
padding: 90px 35px; |
|
|
|
margin: 0 auto; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
@ -291,4 +291,5 @@ $light_gray: #666; |
|
|
|
bottom: 6px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
</style> |
|
|
|