liyongli 2 년 전
부모
커밋
4f6a36629e
1개의 변경된 파일15개의 추가작업 그리고 5개의 파일을 삭제
  1. 15 5
      src/view/allMedia/login.vue

+ 15 - 5
src/view/allMedia/login.vue

@@ -67,6 +67,9 @@ async function onSubmit() {
   font-weight: 500;
   font-size: 14px;
   position: relative;
+  background-image: url(../../assets/img/0.jpg);
+  background-size: 100% 100%;
+  background-repeat: no-repeat;
 }
 
 .login .mo {
@@ -74,17 +77,24 @@ async function onSubmit() {
   left: 50%;
   width: 35%;
   max-width: 500px;
-  padding: 1em;
   position: absolute;
   text-align: center;
   transform: translate(-50%, -50%);
+  background: #f3f3f399;
+  padding: 1.5em;
+  border-radius: 5px;
 }
 
-.login .el-input__inner,
-.el-form-item--large .el-form-item__label {
+.login .el-form-item:last-child{
+    margin: 0;
+}
+
+</style>
+
+<style>
+.login .el-form-item__label{
   height: 55px;
+  color: #333;
   line-height: 55px;
 }
 </style>
-
-<style></style>