shaogen1995 2 år sedan
förälder
incheckning
9d81be0b3a

+ 4 - 0
H5场景/src/assets/style/myBase.css

@@ -63,6 +63,10 @@
 #gui-loading {
   z-index: 9999;
 }
+#zhiying {
+  position: relative;
+  z-index: 9999;
+}
 @media only screen and (max-width: 800px) {
   .model-title {
     font-size: 16px;

+ 5 - 0
H5场景/src/assets/style/myBase.less

@@ -84,6 +84,11 @@
   z-index: 9999;
 }
 
+#zhiying{
+  position: relative;
+  z-index: 9999;
+}
+
 @media only screen and (max-width:800px) {
   .model-title {
       font-size: 16px;

+ 3 - 0
H5场景/src/views/gui/compomemt/hotspot.vue

@@ -128,6 +128,9 @@ export default {
           display: block;
           width: 100%;
           text-align: center;
+          &:last-child {
+            margin-bottom: 60px;
+          }
         }
         :hover {
           color: #00c7d5;

+ 1 - 1
H5场景/src/views/gui/other.vue

@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div id="zhiying">
     <div id="share-modal" style="display: none">
       <div class="title">{[{ SOCIAL_SHARING }]}</div>
       <div id="share-outer">