瀏覽代碼

Merge branch 'master' into feature/v4.8.49

lianbingjie 2 年之前
父節點
當前提交
dc5e7206b1

+ 3 - 4
src/web/staticres/frontRouter/pc/customExport/css/index.css

@@ -206,21 +206,20 @@ h2.title{
   color:rgba(255, 255, 255, 0.88);
   margin-top:12px;
 }
-.title{
+.custom-export-index .title{
   margin:40px auto;
   background: url(/frontRouter/pc/customExport/image/export-b-title.png) no-repeat center;
   background-size: contain;
-  height:162px!important;
 }
 
-.core-advantage-box{
+.custom-export-index .core-advantage-box{
   padding-top:68px;
   height:642px;
   width: 100%;
   background-image:url(/frontRouter/pc/customExport/image/core-bg.png);
   color: rgba(30, 30, 30, 0.88);
 }
-.core-advantage-box h2{
+.custom-export-index .core-advantage-box h2{
   margin:0 auto;
   background-image: url(/frontRouter/pc/customExport/image/core-title.png);
 }

+ 2 - 2
src/web/templates/dataMarket/customExport/index.html

@@ -94,7 +94,7 @@
     <!--数据定制导出方案B-->
     <section class="custom-report-box-b CfadeInUp">
       <div class="w1200">
-        <h2 class="title"></h2>
+        <h2 class="title" style="height:162px"></h2>
         <div class="content f-space-between">
           <div class="con-row">
             <div class="row-text">
@@ -336,7 +336,7 @@
         <div class="common-custom-btn btn-cell btn-light" onClick="needSubmitHandle('pc_data_custom_data')">立即定制</div>
       </div>
     </section>
-    <div class="i-need-more fixed">
+    <div class="i-need-more fixed" style="z-index: 99;">
       <div class="i-n-m-bg bg-contain w1200">
         <div class="get-data-example-button bg-contain" onClick="needSubmitHandle('pc_data_custom_export')"></div>
       </div>