Przeglądaj źródła

1+x页面样式修改

tanxue 2 lat temu
rodzic
commit
8e90e81d7d

+ 10 - 8
assets/scss/cus-client/cus-client-page.scss

@@ -396,15 +396,17 @@
   /********  describe: 平台页面(考试平台、培训平台) author: TX  date:2020-08-12  ********/
   .client-platform-page{
       /* 网站banner */
-      .client-platform-banner{
+      .client-platform-banner,.client-platform-new-banner{
         width: 100%;
-        height: 396px;
-        background-color:#042D85;
         position: relative;
         div{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
         .free-trial-default-btn{position: absolute;top:260px;left: 50%;margin-left: -119px;}
       }
 
+      /* 网站banner */
+      .client-platform-banner{height: 396px;background-color:#042D85;}
+      .client-platform-new-banner{height: 520px;background-color:#fff;}
+
       /* 产品体验*/
       .platform-products-experience{
         >p{font-size: 20px;line-height: 20px;text-align: center;margin: 30px 0 42px;}
@@ -1328,17 +1330,17 @@
   /********  describe: 1-X-详情页  author: TX  date:2020-09-03  ********/
   .client-indexEducation-page{
     padding-bottom: 80px;
-    .client-platform-banner{
+    .client-platform-new-banner{
       background-color: #04004a;
-    .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #3e7ce7;border: 1px solid #3e7ce7;box-sizing: border-box;
+    .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #0a86fe;border: 1px solid #0a86fe;box-sizing: border-box;
       position: absolute;top: 330px;left: 50%;margin-left: -150px;}
-    .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 30px;}
+    .client-default-white-Btn{background: transparent;border-color: #0a86fe;color:#fff;left: 50%;margin-left: 30px;}
     }
     @media (max-width: 768px){
       padding-bottom: 15px;
-      .client-platform-banner{
+      .client-platform-new-banner{
         .client-default-Btn,.client-default-white-Btn{width: 122px;height: 35px;line-height: 35px;top: 105px;margin-left: -130px}
-        .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 10px;}
+        .client-default-white-Btn{left: 50%;margin-left: 10px;}
       }
     }
   }

+ 2 - 2
pages/indexEducation.vue

@@ -2,8 +2,8 @@
   <div class="client-platform-page client-indexEducation-page">
 
     <!-- “1+X”教育 banner栏 -->
-    <div class="client-platform-banner">
-      <div :style="{backgroundImage: `url(${require(`~/static/images/client/indexEducation/index-education-banner.jpg`)})`}" class="client-platform-banner"></div>
+    <div class="client-platform-new-banner">
+      <div :style="{backgroundImage: `url(${require(`~/static/images/client/indexEducation/index-education-banner.jpg`)})`}"></div>
       <!--<a rel="nofollow" class="free-trial-default-btn" href="https://cdnks.mtavip.com/a/register?flug=2" target="_blank">免费试用</a>-->
       <a class="client-default-Btn mta-hidden-sm" href="https://cdnks.mtavip.com/mdist/#/webRegister?flug=2" style="display:inline-block;">申请方案</a>
       <a rel="nofollow" class="client-default-Btn mta-hidden-xs" href="https://cdnks.mtavip.com/a/register?flug=2" target="_blank" style="display:inline-block;">申请方案</a>

BIN
static/images/client/indexEducation/index-education-banner.jpg