Forráskód Böngészése

feat: 样式滚动调整

zhangyuhan 3 hónapja
szülő
commit
b4c3ef7759

+ 1 - 1
src/web/staticres/js/index/index_swiper.js

@@ -15,7 +15,7 @@ var pageSwiper = {
     }
     this.partnersInit()
     this.initGongYingShangList()
-    this.initDataServiceScrollList()
+    // this.initDataServiceScrollList()
     console.log('轮播图初始化完成...')
   },
   initSwiper: function (id) {

+ 8 - 0
src/web/staticres/pccss/index_pc.css

@@ -1557,9 +1557,16 @@
 }
 
 /* partners-project-container */
+.partners-project-container {
+  width: 100%;
+  padding-top: 12px;
+}
 .partners-project-list {
     display: flex;
     align-items: center;
+    justify-content: space-between;
+    flex-direction: row;
+    width: 100%;
 }
 
 
@@ -1567,6 +1574,7 @@
     height: 60px;
     border-radius: 8px;
     overflow: hidden;
+    flex: 1;
 }
 
 .partners-project-item:not(:last-of-type) {