Просмотр исходного кода

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

zhangyuhan 4 месяцев назад
Родитель
Сommit
64875c9582
2 измененных файлов с 10 добавлено и 4 удалено
  1. 6 0
      src/web/staticres/pccss/index_pc.css
  2. 4 4
      src/web/templates/pc/newIndex.html

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

@@ -17,6 +17,12 @@
 .mb24 {
     margin-bottom: 24px;
 }
+.mb32 {
+  margin-bottom: 32px;
+}
+.mb40{
+  margin-bottom: 40px;
+}
 .pd-lr20 {
     padding-left: 20px;
     padding-right: 20px;

+ 4 - 4
src/web/templates/pc/newIndex.html

@@ -125,7 +125,7 @@
             </section>
 
             <!-- 客户合作案例 -->
-            <section class="main-module swiper-module-30">
+            <section class="main-module swiper-module-30 mb20">
               {{include "/pc/template/index/partners-project-list.html"}}
             </section>
 
@@ -171,17 +171,17 @@
           </main>
           <aside class="aside-layout--right">
             <!-- 热门行业 -->
-            <section class="aside-right-module mb24">
+            <section class="aside-right-module mb32">
               {{include "/pc/template/index/hot-industry-card.html"}}
             </section>
 
             <!-- 中标喜报 -->
-            <section class="aside-right-module mb20">
+            <section class="aside-right-module mb40">
               {{include "/pc/template/index/bidding-good-news-card.html"}}
             </section>
 
             <!-- 优秀供应商 -->
-            <section class="aside-right-module mb20">
+            <section class="aside-right-module">
               {{include "/pc/template/index/notice-card.html"}}
             </section>
           </aside>