Browse Source

fix:细节修改

aamin 1 year ago
parent
commit
bc00f39722
2 changed files with 19 additions and 1 deletions
  1. 1 1
      src/views/HomeView.vue
  2. 18 0
      src/views/HotspotDetail3.vue

+ 1 - 1
src/views/HomeView.vue

@@ -229,7 +229,7 @@
     <OperationTip
     <OperationTip
       v-if="isStartupOver"
       v-if="isStartupOver"
       class="operation-tip"
       class="operation-tip"
-      text="向左动"
+      text="向左动"
       direction="h"
       direction="h"
       :is-show="isShowOperationTip"
       :is-show="isShowOperationTip"
     />
     />

+ 18 - 0
src/views/HotspotDetail3.vue

@@ -31,6 +31,14 @@
       :src="hots3StateContent3"
       :src="hots3StateContent3"
       alt=""
       alt=""
     >
     >
+    <OperationTip
+      v-if="state == 2"
+      class="operation-tip"
+      text="向左划动"
+      direction="h"
+      :color="'green'"
+      :is-show="isShowOperationTip"
+    />
     <div class="btns-box">
     <div class="btns-box">
       <img
       <img
         :src="state == 1 ? hots3StateBtn1 : hots3StateBtn1Ac"
         :src="state == 1 ? hots3StateBtn1 : hots3StateBtn1Ac"
@@ -162,6 +170,16 @@ const goState2 = () => {
       width: 990px;
       width: 990px;
     }
     }
   }
   }
+  .content3{
+
+  }
+
+  .operation-tip{
+    position: fixed;
+    bottom: calc(80 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
+    left: 50%;
+    transform: translateX(-50%);
+  }
 
 
   .btns-box {
   .btns-box {
     width: 55%;
     width: 55%;