@@ -15,7 +15,7 @@ var pageSwiper = {
}
this.partnersInit()
this.initGongYingShangList()
- this.initDataServiceScrollList()
+ // this.initDataServiceScrollList()
console.log('轮播图初始化完成...')
},
initSwiper: function (id) {
@@ -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;
@@ -1567,6 +1574,7 @@
height: 60px;
border-radius: 8px;
overflow: hidden;
+ flex: 1;
.partners-project-item:not(:last-of-type) {