Commit 2cfaf97b by yuwei

项目初始化

parent 4d1dee6c
...@@ -95,11 +95,12 @@ export default { ...@@ -95,11 +95,12 @@ export default {
.title-container { .title-container {
margin: 0 auto 30px auto; margin: 0 auto 30px auto;
text-align: center; text-align: center;
color: #707070; color: #d3d7f7;
} }
.login-form { .login-form {
border-radius: 6px; border-radius: 6px;
background: #ffffff; background: rgba(74, 74, 82, .5);
box-shadow: 0 0 25px rgba(206, 33, 33, .5);
width: 385px; width: 385px;
padding: 25px 25px 5px 25px; padding: 25px 25px 5px 25px;
.el-input { .el-input {
...@@ -109,7 +110,9 @@ export default { ...@@ -109,7 +110,9 @@ export default {
} }
} }
.input-icon{ .input-icon{
height: 39px;width: 14px;margin-left: 2px; height: 39px;
width: 14px;
margin-left: 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