Ver Fonte

样式修改,友盟修改

yuwenjun há 4 anos atrás
pai
commit
ee0237e4c9

+ 1 - 0
src/main/resources/static/css/activity/activityTopic.css

@@ -1,5 +1,6 @@
 a:hover{color:#333}
 .clearfix::after{content:'';display:block;clear:both}
+.mg-bottom{padding-bottom: 6vw;}
 @-webkit-keyframes my-fade-ease{0%{opacity:0}
 100%{opacity:0.8}
 }@keyframes my-fade-ease{0%{opacity:0}

+ 1 - 1
src/main/resources/templates/activity/activityTopic.html

@@ -14,7 +14,7 @@
   <!-- 引用头部 -->
   <template th:replace="components/header"></template>
 
-  <div id="activity" class="activity" v-cloak>
+  <div id="activity" class="activity" v-cloak :class="isPC ? '' : 'mg-bottom' ">
     <!--  loading  -->
     <div v-if="listLoading" class="loading">
         <img src="/img/base/loading.gif">

+ 3 - 1
src/main/resources/templates/components/head-link.html

@@ -16,4 +16,6 @@
     <!--百度统计 start-->
     <script th:if="${siteEnv}==2">var _hmt=_hmt||[];(function(){var hm=document.createElement("script");hm.src = "https://hm.baidu.com/hm.js?ccdb07ae255aa2a1d68c7c725a40d99c";var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm,s);})();</script>
     <!--百度统计 end-->
-    <script th:if="${siteEnv}==2">var _czc = _czc || [];_czc.push(["_setAccount", "1279558759"]);</script>
+    <script th:if="${siteEnv}==2">
+    var isFormal = window.location.href.indexOf('www.caimei365.com') !== -1;if(isFormal){var _czc = _czc || [];_czc.push(["_setAccount", "1279558759"]);}
+    </script>