Sfoglia il codice sorgente

Merge branch 'master' of http://face3d.4dage.com:7005/chenzhiguang/hangzhan_page

tremble 2 anni fa
parent
commit
336aa61e82
2 ha cambiato i file con 25 aggiunte e 25 eliminazioni
  1. 1 1
      src/framework/showMobile/fdkk.vue
  2. 24 24
      src/framework/showMobile/pano.vue

+ 1 - 1
src/framework/showMobile/fdkk.vue

@@ -18,7 +18,7 @@
             :class="{ active: selected.id == item.id }"
           >
             <div>
-              <img :src="`https://airshow.4dkankan.com/images/images${item.id}/smallPic.jpg`" v-errorimg="`${fdkk_CDN}/hangzhan/images/images${item.id}/result.png`" alt="" />
+              <img :src="`https://4dkk.4dage.com/images/images${item.id}/floor_0.png?t=1667802021476?v=0&rnd=0.5813201205835572&x-oss-process=image/resize,m_fill,w_80,h_60/quality,q_70`" v-errorimg="`${fdkk_CDN}/hangzhan/images/images${item.id}/result.png`" alt="" />
               <rollName
                 :offset="20"
                 :active="selected.id == item.id"

+ 24 - 24
src/framework/showMobile/pano.vue

@@ -192,30 +192,30 @@ export default {
     width: 100%;
     position: relative;
 
-    &::before,
-    &::after {
-      background: linear-gradient(to right,
-          rgba(0, 0, 0, 0.4),
-          rgba(0, 0, 0, 0));
-      position: absolute;
-      content: "";
-      width: 80px;
-      height: 67px;
-      top: 0;
-      z-index: 10;
-      pointer-events: none;
-    }
-
-    &::before {
-      left: 0;
-    }
-
-    &::after {
-      right: 0;
-      background: linear-gradient(to left,
-          rgba(0, 0, 0, 0.4),
-          rgba(0, 0, 0, 0));
-    }
+    // &::before,
+    // &::after {
+    //   background: linear-gradient(to right,
+    //       rgba(0, 0, 0, 0.4),
+    //       rgba(0, 0, 0, 0));
+    //   position: absolute;
+    //   content: "";
+    //   width: 80px;
+    //   height: 67px;
+    //   top: 0;
+    //   z-index: 10;
+    //   pointer-events: none;
+    // }
+
+    // &::before {
+    //   left: 0;
+    // }
+
+    // &::after {
+    //   right: 0;
+    //   background: linear-gradient(to left,
+    //       rgba(0, 0, 0, 0.4),
+    //       rgba(0, 0, 0, 0));
+    // }
 
     >ul {
       overflow-x: auto;