Преглед изворни кода

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

汤世哲 пре 1 година
родитељ
комит
a12ea162e5

+ 13 - 21
src/web/staticres/frontRouter/pc/customExport/css/consult.css

@@ -195,7 +195,7 @@
   margin-right: 0;
 }
 .case-module-component.expanded {
-  margin-right: 24px;
+  margin-right: 0;
   width: 584px;
 }
 
@@ -289,7 +289,7 @@
 .detail-module {
   overflow: hidden;
   width: 100%;
-  height: 228px;
+  height: 100px;
   background: url(../image/consult/zixunPCxuanfuBG.png) no-repeat;
   background-size: 100% 100%;
   position: fixed;
@@ -297,12 +297,12 @@
 .detail-module-content{
   position: relative;
   padding-left: 80px;
-  margin-top: 100px;
+  margin-top: 38px;
 }
 .detail-module-content .close {
   position: absolute;
   right: 0;
-  top: -18px;
+  top: 0;
   width: 20px;
   height: 20px;
   cursor: pointer;
@@ -311,14 +311,14 @@
   width: 20px;
   height: 20px;
 }
-.detail-module-content .detail-module-title>img {
-  height: 30px;
-}
-.detail-list-action {
+.detail-module-content .detail-module-title {
   display: flex;
-  margin-top: 24px;
+  align-items: center;
+}
+.detail-module-content .detail-module-title>img {
+  height: 20px;
 }
-.detail-list-action .action-btn {
+.action-btn {
   display: flex;
   justify-content: center;
   align-items: center;
@@ -328,22 +328,14 @@
   cursor: pointer;
 }
 
-.detail-list-action .action-btn.more-btn {
-  margin: -4px 0 0 -8px;
+ .action-btn.get-more-btn {
+  margin: 5px 0 0 32px;
   background: url(../image/consult/more-conult.png) no-repeat;
   background-size: 100% 100%;
-  height: 56px;
   width: 196px;
+  height: 56px;
   color: #FFFFFF;
 }
-.detail-list-action .action-btn.get-more-btn {
-  margin-left: 49px;
-  background: url(../image/consult/more-service.png) no-repeat;
-  background-size: 100% 100%;
-  width: 180px;
-  height: 40px;
-  color: #006CFF;
-}
 .detail-module .fixed_bottom{
   position: fixed;
   left: 0;

BIN
src/web/staticres/frontRouter/pc/customExport/image/consult/close.png


BIN
src/web/staticres/frontRouter/pc/customExport/image/consult/detail-consult.png


BIN
src/web/staticres/frontRouter/pc/customExport/image/consult/zixunPCxuanfuBG.png


+ 1 - 1
src/web/staticres/frontRouter/pc/customExport/js/consult.js

@@ -33,7 +33,7 @@ $(function(){
               // 假设此时没有元素被悬停,给第一个元素添加expanded类
               document.querySelectorAll('.case-module-component')[0].classList.add('expanded'); 
             }  
-        }, 200);
+        });
     });
   });
 

+ 3 - 4
src/web/templates/frontRouter/pc/serviceSystem/free/consult.html

@@ -185,10 +185,9 @@
       <div class="detail-module-content w1200">
         <div class="detail-module-title">
           <img src="{{Msg "seo" "cdn"}}/frontRouter/pc/customExport/image/consult/detail-consult.png" alt="">
-        </div>
-        <div class="detail-list-action">
-          <div class="action-btn more-btn"><span style="display: block;margin-bottom: 8px;">更多咨询需求</span></div>
-          <div class="action-btn get-more-btn">获取更多专属服务</div>
+          <div class="action-btn get-more-btn">
+            <span style="display: block;margin-bottom: 6px;">获取更多专属服务</span>
+          </div>
         </div>
         <div class="close">
           <img src="{{Msg "seo" "cdn"}}/frontRouter/pc/customExport/image/consult/close.png" alt="">