chao пре 5 година
родитељ
комит
78afc501f6

+ 0 - 8
src/main/resources/static/css/base/base.pc.css

@@ -116,14 +116,6 @@ body{min-width:1200px;}
 .classifyBox .line:hover .lft a,.classifyBox .line.on .lft a{color:#E15616}
 .classifyBox .line:hover,.classifyBox .line.on{background:#fbfafa}
 /* 底部 */
-.footTop{width:100%;padding:27px 0;background:#FFF}
-.footTop .wrap{white-space:nowrap;display:table}
-.footTop .wrap span{display:table-cell;height:70px;line-height:70px;color:#4A4F58;font-weight:bold;font-size:16px;text-align:center}
-.footTop .wrap span:before{width:70px;height:70px;vertical-align:middle;}
-.footTop .wrap span:nth-of-type(1):before{background-position:0 -60px}
-.footTop .wrap span:nth-of-type(2):before{background-position:-80px -60px}
-.footTop .wrap span:nth-of-type(3):before{background-position:-160px -60px}
-.footTop .wrap span:nth-of-type(4):before{background-position:-240px -60px}
 .footMain{width:100%;background:#4A4F58}
 .footLink{display:table;padding:12px 0}
 .footLink>div{display:table-cell;width:171px}

+ 1 - 0
src/main/resources/static/css/index/index.h5.css

@@ -41,3 +41,4 @@ li{list-style:none;}
 
 
 
+.floorTit+ul img{width:60px;}

+ 9 - 0
src/main/resources/static/css/index/index.pc.css

@@ -18,6 +18,15 @@ li{list-style:none;}
 #swiper-container .swiper-pagination span{display:inline-block;border:5px solid transparent;cursor:pointer}
 #swiper-container .swiper-pagination span:before{content:"";display:inline-block;width:14px;height:4px;background:rgba(255,255,255,.4);border-radius:2px}
 #swiper-container .swiper-pagination span.on:before{width:28px;background:#fff}
+/* 首页底部 */
+.footTop{width:100%;padding:27px 0;background:#FFF}
+.footTop .wrap{white-space:nowrap;display:table}
+.footTop .wrap span{display:table-cell;height:70px;line-height:70px;color:#4A4F58;font-weight:bold;font-size:16px;text-align:center}
+.footTop .wrap span:before{width:70px;height:70px;vertical-align:middle;}
+.footTop .wrap span:nth-of-type(1):before{background-position:0 -60px}
+.footTop .wrap span:nth-of-type(2):before{background-position:-80px -60px}
+.footTop .wrap span:nth-of-type(3):before{background-position:-160px -60px}
+.footTop .wrap span:nth-of-type(4):before{background-position:-240px -60px}
 /* 推荐专区 */
 #recommendBox{width:1200px;height:400px;overflow:hidden;position:relative}
 #recommendBox .swiper-wrapper{position:relative;height:100%;z-index:0}

+ 0 - 8
src/main/resources/templates/components/footer.html

@@ -1,12 +1,4 @@
 <footer xmlns:th="http://www.w3.org/1999/xhtml">
-    <div class="footTop">
-        <div class="wrap">
-            <span class="icon">国内首家美业共享平台</span>
-            <span class="icon">采美正品联盟货源保证</span>
-            <span class="icon">5000+美容机构入驻</span>
-            <span class="icon">100+国际国内知名供应商</span>
-        </div>
-    </div>
     <div class="footMain">
         <!--底部帮助页-->
         <div class="footLink wrap">

+ 8 - 1
src/main/resources/templates/index.html

@@ -183,7 +183,14 @@
         </div>
     </div>
 </div>
-
+<div class="footTop">
+    <div class="wrap">
+        <span class="icon">国内首家美业共享平台</span>
+        <span class="icon">采美正品联盟货源保证</span>
+        <span class="icon">5000+美容机构入驻</span>
+        <span class="icon">100+国际国内知名供应商</span>
+    </div>
+</div>
 <!-- 引入底部 -->
 <template th:replace="components/footer"></template>
 <script charset="utf-8" type="text/javascript" th:src="@{/js/index.js(v=${version})}"></script>