shaogen1995 8 달 전
부모
커밋
3805e636a6
1개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. 7 6
      src/views/Home/homePage.vue

+ 7 - 6
src/views/Home/homePage.vue

@@ -1089,7 +1089,7 @@ export default {
     }
 
     .tabbar-list {
-      width: 20%;
+      width: 384px;
       height: 100%;
       background: #0a2629ab;
       position: absolute;
@@ -1136,7 +1136,7 @@ export default {
             color: white;
 
             img {
-              width: 4%;
+              width: 46px;
             }
 
             .item-right {
@@ -1180,7 +1180,7 @@ export default {
     }
 
     .babar-content {
-      width: 80%;
+      width: calc(100% - 384px);
       // width: 70%;
       height: 100%;
       display: flex;
@@ -1268,8 +1268,9 @@ export default {
             position: relative;
             width: 100%;
             box-shadow: 5px 8px 10px #142c23;
-            height: 16.8%;
+            height: 150px;
             background-image: url(@/assets/images/new/qjbg.png);
+            background-size: 100% 100%;
 
             &:hover {
               transform: scale(1.03);
@@ -1281,14 +1282,14 @@ export default {
 
             img {
               width: calc(100% - 10px);
-              height: calc(16.8% - 14px);
+              height: calc(100% - 14px);
               object-fit: fill;
               position: absolute;
             }
 
             .border {
               width: 100%;
-              height: 16.8%;
+              height: 100%;
             }
 
             .shade-box {