소스 검색

Merge branch 'dev/v4.10.14' of qmx/jy into feature/v4.10.14

zhangyuhan 3 달 전
부모
커밋
a60f7c03e2
2개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/web/staticres/js/index/index_swiper.js
  2. 8 0
      src/web/staticres/pccss/index_pc.css

+ 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) {