liushengqiang 1 năm trước cách đây
mục cha
commit
65127d81e0

BIN
src/page-instrument/view-figner/image/icon_popup_book.png


+ 22 - 4
src/page-instrument/view-figner/index.module.less

@@ -193,7 +193,7 @@
 
 
     .boxFinger {
     .boxFinger {
         flex: 1;
         flex: 1;
-        padding-top: 50px;
+        padding-top: 76px;
         overflow: hidden;
         overflow: hidden;
     }
     }
 
 
@@ -285,10 +285,10 @@
         top: 56px;
         top: 56px;
         left: 37px;
         left: 37px;
         right: 37px;
         right: 37px;
+        height: 26px;
         pointer-events: none;
         pointer-events: none;
-        padding-bottom: 8%;
-        background: url('./image/icon_popup_book_h.png') no-repeat;
-        background-size: 100%;
+        background: url('./image/icon_popup_book.png');
+        background-size: contain;
         z-index: 1;
         z-index: 1;
     }
     }
 
 
@@ -312,6 +312,19 @@
             pointer-events: none;
             pointer-events: none;
             z-index: 1;
             z-index: 1;
         }
         }
+
+        &::after {
+            content: '';
+            position: absolute;
+            top: 6.5px;
+            left: 16px;
+            right: 16px;
+            height: 10px;
+            background: #fff;
+            border-radius: 5px;
+            pointer-events: none;
+            border-top: 1.5px solid rgba(180, 165, 154, 1);
+        }
     }
     }
 
 
     .tipContent {
     .tipContent {
@@ -383,6 +396,8 @@
                 width: 23px;
                 width: 23px;
                 background: url('./image/icon_shadow_left.png') no-repeat;
                 background: url('./image/icon_shadow_left.png') no-repeat;
                 background-size: 100% 100%;
                 background-size: 100% 100%;
+                z-index: 10;
+                pointer-events: none;
             }
             }
 
 
             &::after {
             &::after {
@@ -394,6 +409,8 @@
                 width: 23px;
                 width: 23px;
                 background: url('./image/icon_shadow_r.png') no-repeat;
                 background: url('./image/icon_shadow_r.png') no-repeat;
                 background-size: 100% 100%;
                 background-size: 100% 100%;
+                z-index: 10;
+                pointer-events: none;
             }
             }
         }
         }
 
 
@@ -867,6 +884,7 @@
     }
     }
     .hulusiBtn{
     .hulusiBtn{
         font-size: 10px;
         font-size: 10px;
+        text-wrap: nowrap;
     }
     }
 }
 }
 
 

+ 3 - 3
src/page-instrument/view-figner/index.tsx

@@ -36,8 +36,7 @@ import { browser } from "/src/utils";
 import { usePageVisibility } from "@vant/use";
 import { usePageVisibility } from "@vant/use";
 import { watch } from "vue";
 import { watch } from "vue";
 import icon_loading_img from "./image/icon_loading_img.png";
 import icon_loading_img from "./image/icon_loading_img.png";
-import icon_popup_top from "./image/icon_popup_top.png";
-import state, { IPlatform } from "/src/state";
+import state from "/src/state";
 
 
 export default defineComponent({
 export default defineComponent({
 	name: "viewFigner",
 	name: "viewFigner",
@@ -501,7 +500,8 @@ export default defineComponent({
 									<Icon name="cross" size={19} color="#fff" />
 									<Icon name="cross" size={19} color="#fff" />
 								</Button>
 								</Button>
 							</div>
 							</div>
-							<div class={styles.iconBook}></div>
+							<div class={styles.iconBook}>
+							</div>
 							<div class={styles.tipContentbox}>
 							<div class={styles.tipContentbox}>
 								<div class={styles.tipContent}>
 								<div class={styles.tipContent}>
 									{data.tips.map((tip, tipIndex) => (
 									{data.tips.map((tip, tipIndex) => (