shaogen1995 1 vuosi sitten
vanhempi
commit
6aa507f300

+ 8 - 8
pc/src/pages/A0Map/data.ts

@@ -15,7 +15,7 @@ export type MapType = {
   id: number;
   imgId: number;
   name: string;
-  name2?:string
+  name2?: string;
   x: string;
   y: string;
   ind: number;
@@ -28,7 +28,7 @@ export const mapData1: MapType[] = [
     id: 2,
     imgId: 2,
     name: "鸦片战争博物馆",
-    name2:'虎门林则徐纪念馆',
+    name2: "虎门林则徐纪念馆",
     x: "33%",
     y: "5%",
     ind: 22,
@@ -144,8 +144,8 @@ export const maoData2 = [
     name: "沙角炮台",
     x: "auto",
     y: "auto",
-    b: "19.5%",
-    r: "27.8%",
+    b: "17%",
+    r: "28%",
     ind: 22,
     type: "right",
     link: "https://www.4dkankan.com/spc.html?m=SS-4gkCaRBt52&lang=zh",
@@ -156,9 +156,9 @@ export const maoData2 = [
     name: "节兵义坟",
     x: "auto",
     y: "auto",
-    b: "17%",
-    r: "28%",
-    ind: 21,
+    b: "19.5%",
+    r: "27.8%",
+    ind: 23,
     type: "right",
     link: "https://laser.4dkankan.com/index.html?m=SS-twDivJV13k#",
     loc: "顶部",
@@ -196,7 +196,7 @@ export const maoData2 = [
     ind: 21,
     type: "top",
     link: "https://www.4dkankan.com/spg.html?m=SS-SyyOlkOmrAW&lang=zh",
-    imgType:'inco3'
+    imgType: "inco3",
   },
 ];
 

+ 3 - 4
pc/src/pages/A0Map/index.module.scss

@@ -233,14 +233,13 @@
 
         .ic2txtBox9 {
           top: auto;
-          left: -40px;
-          bottom: -95px;
+          left: -38px;
+          bottom: -65px;
         }
 
         .ic2txtBox10 {
           top: auto;
-          bottom: 60px;
-          left: 0px;
+          bottom: 40px;
         }
 
         .ic2txtBox11 {

+ 8 - 7
pc/src/pages/App/MainM/Tab1/data.ts

@@ -68,11 +68,13 @@ export const appTab1Loc2 = [
   {
     id: 9,
     name: "沙角炮台",
+
     top: "auto",
     left: "auto",
-    right: "29.6%",
-    bottom: "29%",
-    loc: "顶部",
+    right: "30%",
+    bottom: "26%",
+    sonLeft: "-5px",
+    // loc: "顶部",
     code: "https://www.4dkankan.com/spc.html?m=SS-4gkCaRBt52&lang=zh",
   },
   {
@@ -80,10 +82,9 @@ export const appTab1Loc2 = [
     name: "节兵义坟",
     top: "auto",
     left: "auto",
-    right: "30%",
-    bottom: "26%",
-    sonLeft: "-5px",
-    // loc: "顶部",
+    right: "29.6%",
+    bottom: "29%",
+    loc: "顶部",
     code: "https://laser.4dkankan.com/index.html?m=SS-twDivJV13k#",
   },
   {