瀏覽代碼

feat: pc端商务合作二维码添加

cuiyalong 1 年之前
父節點
當前提交
f39e243a59

二進制
src/web/staticres/common-module/exhibition/img/QRcode.png


二進制
src/web/staticres/common-module/exhibition/img/qr-code-shichang.png


二進制
src/web/staticres/images/index/new/shangwuhezuo-blue.png


二進制
src/web/staticres/images/index/new/shangwuhezuo.png


+ 9 - 0
src/web/templates/common/pcbottom.html

@@ -155,6 +155,15 @@
             </div>
           </div> -->
       </div>
+      <div class="right-side-phone right-side-wx common-right-side-item">
+          <span class="text-customer"><img src='{{Msg "seo" "cdn"}}/images/index/new/shangwuhezuo.png?v={{Msg "seo" "version"}}' alt=""></span>
+          <span class="text-customer text-customer-hover"><img src='{{Msg "seo" "cdn"}}/images/index/new/shangwuhezuo-blue.png?v={{Msg "seo" "version"}}' alt=""></span>
+          <p class="desc_text_b">商务合作</p>
+          <div class="slidePop">
+            <img src="{{Msg " seo" "cdn" }}/common-module/exhibition/img/qr-code-shichang.png?v={{Msg "seo" "version"}}" alt="">
+            <p>微信扫一扫<br>商务合作</p>
+          </div>
+      </div>
       <div class="right-side-phone right-side-wx common-right-side-item">
           <span class=" text-customer"><img src='{{Msg "seo" "cdn"}}/images/index/new/wx.png?v={{Msg "seo" "version"}}' alt=""></span>
           <span class="text-customer text-customer-hover"><img src='{{Msg "seo" "cdn"}}/images/index/new/wx1.png?v={{Msg "seo" "version"}}' alt=""></span>

+ 1 - 1
src/web/templates/exhibition/pc/index.html

@@ -37,7 +37,7 @@
       <div class="head">
         <div class="content">
           <div class="qr">
-            <img src="{{Msg " seo" "cdn" }}/common-module/exhibition/img/QRcode.png?v={{Msg "seo" "version"}}" alt="">
+            <img src="{{Msg " seo" "cdn" }}/common-module/exhibition/img/qr-code-shichang.png?v={{Msg "seo" "version"}}" alt="">
             <p class="text">扫码咨询 展会合作</p>
           </div>
         </div>

+ 29 - 0
src/web/templates/frontRouter/pc/partner/free/index.html

@@ -146,6 +146,29 @@
         font-weight: 700;
         /* text-align: center; */
     }
+
+    .qr-fixed {
+      position: absolute;
+      bottom: 20px;
+      left: 38%;
+      bottom: 13%;
+    }
+    .qr-container {
+      width: 86px;
+      border-radius: 8px;
+      overflow: hidden;
+    }
+    .qr-container img {
+      display: block;
+      width: 100%;
+    }
+    .qr-fixed .text {
+      font-size: 16px;
+      color: #fff;
+      margin-top: 6px;
+      font-weight: bold;
+      text-align: center;
+    }
 </style>
 <body class="indexpage">
 {{include "/common/pchead.html"}}
@@ -157,6 +180,12 @@
         <div class="joinIn">
             <div class="joinbtn">申请加入</div>
         </div>
+        <div class="qr-fixed">
+          <div class="qr-container">
+            <img src="{{Msg " seo" "cdn" }}/common-module/exhibition/img/qr-code-shichang.png?v={{Msg "seo" "version"}}" alt="">
+          </div>
+          <p class="text">扫码咨询</p>
+        </div>
     </div>
     <div class="section-part part-2">
         <img src='{{Msg "seo" "cdn"}}/frontRouter/pc/partner/image/part2.png' style="width: 1200px" alt="">