소스 검색

feat UI再更新

kuanghua liu 2 년 전
부모
커밋
a78f986d21
1개의 변경된 파일16개의 추가작업 그리고 2개의 파일을 삭제
  1. 16 2
      src/views/setting/account/account.vue

+ 16 - 2
src/views/setting/account/account.vue

@@ -10,7 +10,9 @@
         />
       </div>
       <div class="right">
-        <div class="right_top"></div>
+        <div class="right_top">
+          <div class="top_left"></div>
+        </div>
       </div>
       <!-- <video :src="address" controls autoplay muted style="width: 100%; height: 100%"> </video> -->
     </div>
@@ -77,7 +79,19 @@
         position: relative;
         height: 364px;
         width: 100%;
-        background-color: rebeccapurple;
+        display: flex;
+        flex-direction: row;
+        // background-color: rebeccapurple;
+        .top_left {
+          position: relative;
+          margin-top: 90px;
+          margin-left: 1.9%;
+          height: 234px;
+          width: 42%;
+          display: flex;
+          flex-direction: row;
+          background-color: rebeccapurple;
+        }
       }
     }
   }