Просмотр исходного кода

Merge branch 'dev/v4.9.31_zsy' of qmx/jy into feature/v4.9.31

zhangsiya 1 год назад
Родитель
Сommit
75d080b458

+ 18 - 13
src/web/staticres/frontRouter/pc/cooperation/css/index.css

@@ -112,9 +112,8 @@
 .coop-type-item:hover .item-center {
   animation: moveUpDown 2s linear infinite;
 }
-.coop-type-item.coop-type-3{
+.coop-type-item.coop-type-3, .coop-type-item.coop-type-4{
   margin-top: 23px;
-  width: 1200px;
 }
 .coop-type-item>img{
   position: absolute;
@@ -130,15 +129,15 @@
   height: 298px;
 }
 
-.coop-type-1 .item-bottom, .coop-type-2 .item-bottom{
+.coop-type-item .item-bottom{
   width: 606px;
 }
-.coop-type-3 .item-bottom {
-  width: 1215px;
-}
+/*.coop-type-3 .item-bottom {*/
+/*  width: 1215px;*/
+/*}*/
 .coop-type-1 .item-center {
-  width: 309px;
-  height: 299px;
+  width: 300px;
+  height: 285px;
   right: 19px;
   top: 2px;
 }
@@ -149,10 +148,16 @@
   top: 30px;
 }
 .coop-type-3 .item-center {
-  width: 463px;
-  height: 250px;
-  right: 37.5px;
-  top: 6px;
+    width: 300px;
+    height: 285px;
+    right: 19px;
+    top: 13px;
+}
+.coop-type-4 .item-center {
+    width: 262px;
+    height: 182px;
+    right: 41px;
+    top: 28px;
 }
 .get-more-btn{
   position: absolute;
@@ -229,4 +234,4 @@
   color: #FFFFFF;
   margin: 12px 0 16px;
   line-height: 24px;
-}
+}

BIN
src/web/staticres/frontRouter/pc/cooperation/img/coopType/bottom.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/coopType/center-1.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/coopType/center-2.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/coopType/center-3.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/coopType/center-4.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/coopType/top-1.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/coopType/top-2.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/coopType/top-3.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/coopType/top-4.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/join/1.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/join/2.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/join/3.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/join/4.png


BIN
src/web/staticres/frontRouter/pc/cooperation/img/qr.png


+ 11 - 6
src/web/templates/frontRouter/pc/cooperation/free/index.html

@@ -2,7 +2,7 @@
 <html>
 
 <head>
-  <title>商务合作_剑鱼合作伙伴联盟-剑鱼标讯</title>
+  <title>渠道及商务合作_剑鱼合作伙伴联盟-剑鱼标讯</title>
   <meta content="IE=edge,Chrome=1" http-equiv="X-UA-Compatible" />
   <meta name="Keywords" content="商务合作,剑鱼合作伙伴,合作联盟"/>
   <meta name="Description" content="深化合作,共享共赢,剑鱼合作伙伴联盟,聚合百万客户,共同拓展销售商机,共赢企业服务万亿市场!" />
@@ -25,7 +25,7 @@
 {{include "/common/pchead.html"}}
 <!-- 用户留资 -->
 <div id="vue-collect-user-info"></div>
-<div class="cooperation-page">
+<div class="cooperation-page" v-cloak>
   <div class="cooperation-page-banner">
     <div class="banner-content w">
       <img class="text-theme" src="{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/cooperate.png" alt="">
@@ -56,7 +56,7 @@
           <img class="item-bottom" :src="item.bottom" alt="">
           <img class="item-center" :src="item.center" alt="">
           <img class="item-top" :src="item.top" alt="">
-          <button class="get-more-btn" onclick="openLink()">了解更多</button>
+          <button class="get-more-btn" onclick="openLink()">${index === 0 ? '加入我们' : '了解更多'}</button>
         </div>
       </div>
       <h3 class="coop-call-tip">以上合作方式如不能满足您的合作需求,您可以直接与我们联系</h3>
@@ -113,17 +113,22 @@
         {
           top: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/top-1.png',
           center: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/center-1.png',
-          bottom: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/bottom-little.png'
+          bottom: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/bottom.png'
         },
         {
           top: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/top-2.png',
           center: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/center-2.png',
-          bottom: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/bottom-little.png'
+          bottom: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/bottom.png'
         },
         {
           top: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/top-3.png',
           center: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/center-3.png',
-          bottom: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/bottom-big.png'
+          bottom: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/bottom.png'
+        },
+        {
+          top: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/top-4.png',
+          center: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/center-4.png',
+          bottom: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/bottom.png'
         }
       ]
     }