浏览代码

Merge branch 'dev4.6.3.12' of http://192.168.3.207:8080/qmx/jy into dev4.6.3.12

luwenna 3 年之前
父节点
当前提交
b6de705150

+ 3 - 3
src/web/staticres/big-member/css/page_index.css

@@ -444,7 +444,7 @@
 
 .page--big--index .footer-banner {
   position: fixed;
-  z-index: 665;
+  z-index: 6;
   bottom: 0;
   left: 0;
   width: 100%;
@@ -1290,7 +1290,7 @@
   font-size: 16px;
   font-weight: 400;
   color: #DB9645;
-  line-height: 24px;  
+  line-height: 24px;
   text-decoration: none;
 }
 .title-box-text{
@@ -1311,4 +1311,4 @@
     z-index: 3;
     width: 218px;
 }
-/* E 1.18新增 */
+/* E 1.18新增 */

二进制
src/web/staticres/common-module/enptc/img/btnTip.png


+ 3 - 3
src/web/templates/frontRouter/pc/entpc/free/enptc_index.html

@@ -319,7 +319,7 @@
     <div id="success-dialog-cg" style="display: none;" >
       <div class="mask"></div>
       <div class="success-dialog-container" id="cg">
-        <div class="success-content">温馨提示:您已经是商机管理用户,如需开通PC端相关功能,请联系客服400-108-6670进行开通。</div>
+        <div class="success-content" style="margin-top: 34px;">温馨提示:您已经是商机管理用户,如需开通PC端相关功能,请联系客服400-108-6670进行开通。</div>
         <div class="success-footer">
           <button type="button" class="custom-btn go-know">我知道了</button>
         </div>
@@ -406,8 +406,8 @@
 
 <script>
      $(function(){
-        $(".go-know").click(function(){             
-            $(this).parents("#success-dialog-cg").hide("slow");            
+        $(".go-know").click(function(){
+            $(this).parents("#success-dialog-cg").hide("slow");
         });
     });
 </script>

+ 4 - 2
src/web/templates/frontRouter/wx/entpc/free/entpc.html

@@ -77,8 +77,10 @@
                   </div>
                 </div>
                 <div class="buy_btn tc" v-else>
-                  <div class="j-button-nowly j-btn" @click="goShowTip">
-                    <div data-need-bind-phone>立即使用</div>
+                  <div class="j-button-nowly j-btn" @click="goShowTip" style="background: none;">
+                    <div data-need-bind-phone>
+                        <img style="height: 1.64rem" src='{{Msg "seo" "cdn"}}/common-module/enptc/img/btnTip.png'>
+                    </div>
                   </div>
                 </div>
               </div>