Commit ab7d7db2 authored by lisb's avatar lisb

🐛 Fixed a bug.Fixed login style

parent a20c2e88
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
left: 0; left: 0;
width: 100%; width: 100%;
height: 500px; height: 500px;
margin-top: -220px; margin-top: -200px;
} }
.login-container::before { .login-container::before {
z-index: -1024; z-index: -1024;
...@@ -140,8 +140,9 @@ export default { ...@@ -140,8 +140,9 @@ export default {
} }
.login-logo { .login-logo {
position: absolute; position: absolute;
top: 10px; top: 0;
right: 30px; left: 0;
padding-top: 50px;
font-size: 24px; font-size: 24px;
color: #333; color: #333;
} }
...@@ -167,9 +168,6 @@ export default { ...@@ -167,9 +168,6 @@ export default {
width: 50%; width: 50%;
box-sizing: border-box; box-sizing: border-box;
} }
.login-select {
display: inline-block;
}
.login-main > h3 { .login-main > h3 {
margin-bottom: 20px; margin-bottom: 20px;
} }
...@@ -193,24 +191,24 @@ export default { ...@@ -193,24 +191,24 @@ export default {
} }
} }
.login-index { .login-index {
margin-top: 40px; margin-top: 40px !important;
width: 180px; width: 180px;
height: 48px; height: 48px;
text-align: center; text-align: center;
border-radius: 50px; border-radius: 50px !important;
background: transparent; background: transparent !important;
color: #333; color: #333 !important;
font-size: 16px; font-size: 16px !important;
border: 1px solid rgb(152, 22, 244); border: 1px solid rgb(152, 22, 244);
} }
.login-submit { .login-submit {
display: block; display: block !important;
margin: 40px auto 10px auto; margin: 40px auto 10px auto !important;
width: 200px; width: 200px;
height: 48px; height: 48px;
font-size: 14px; font-size: 14px !important;
text-align: center; text-align: center;
border-radius: 50px; border-radius: 50px !important;
border: 0px; border: 0px;
box-shadow: rgba(152, 22, 244, 0.19) 0px 5px 10px 2px; box-shadow: rgba(152, 22, 244, 0.19) 0px 5px 10px 2px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment