aamin 1 年之前
父节点
当前提交
6af2e23ffc
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/views/HomeView.vue
  2. 1 1
      src/views/HotspotDetail3.vue

+ 2 - 2
src/views/HomeView.vue

@@ -471,7 +471,7 @@ onMounted(() => {
     transition: opacity 1.5s ease;
     >.more-part-btn{
       width: calc(67px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
-      margin-top: calc(10px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
+      margin-top: calc(20px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
       cursor: pointer;
     }
 
@@ -483,7 +483,7 @@ onMounted(() => {
       cursor: pointer;
 
       > img {
-        width: 75%;
+        width: calc(55px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
         margin-bottom: 10px;
       }
 

+ 1 - 1
src/views/HotspotDetail3.vue

@@ -214,7 +214,7 @@ const goState2 = () => {
     top: 0;
     left: 0;
     z-index: -1;
-    object-position: bottom;
+    object-position: 10%;
   }
 
   .shadow-box {