qinjie 3 年之前
父节点
当前提交
a32821d74b

+ 4 - 0
main/assets/pc/css/agreement.css

@@ -48,3 +48,7 @@
 .main .pagation {
   margin: 100px 0 50px;
 }
+
+.rich-cont {
+  padding-bottom: 50px;
+}

+ 7 - 7
main/assets/pc/css/global.css

@@ -61,10 +61,8 @@ footer {
 footer section {
   display: -ms-flexbox;
   display: flex;
-  -ms-flex-pack: justify;
-      justify-content: space-between;
-  -ms-flex-align: start;
-      align-items: flex-start;
+  justify-content: center;
+  align-items: flex-start;
 }
 footer section .flogo {
   width: 180px;
@@ -75,8 +73,6 @@ footer section .flogo {
 footer section .list {
   display: -ms-flexbox;
   display: flex;
-  -ms-flex: 1;
-      flex: 1;
   margin-left: 100px;
 }
 footer section .list dl {
@@ -104,6 +100,7 @@ footer section .list dl dd .qrcodelayer {
   top: 50%;
   transform: translateY(-50%);
   z-index: 10;
+  border-radius: 10px;
 }
 footer section .list dl dd .qrcodelayer:before {
   position: absolute;
@@ -159,11 +156,15 @@ footer .icp a {
   margin: 0 8px;
 }
 .pagation li a {
+  display: block;
   color: #999999;
 }
 .pagation li.active {
   background-color: #02AB79;
   border-color: #02AB79;
+  a {
+    color: #ffffff;
+  }
 }
 .float-shares {
   width: 276px;
@@ -199,7 +200,6 @@ footer .icp a {
 .float-shares dl img {
   width: 82px;
   height: 82px;
-  border-radius: 50%;
   margin-bottom: 10px;
 }
 .float-shares dl img.qrcode {

+ 3 - 1
main/assets/pc/css/index.css

@@ -113,7 +113,8 @@
   display: flex;
   -ms-flex-pack: justify;
       justify-content: space-between;
-  margin-bottom: 50px;
+  margin-bottom: 30px;
+  flex-wrap: wrap;
 }
 .main .cities ul li {
   list-style: none;
@@ -122,6 +123,7 @@
   line-height: 75px;
   text-align: center;
   background-color: #ffffff;
+  margin-bottom: 20px;
 }
 .main .cities .button {
   display: block;

+ 1 - 0
main/assets/pc/css/jd.css

@@ -96,6 +96,7 @@
 .main dl.opened dd div {
   color: #999999;
   margin: 0;
+  background-color: #F5F5F5 !important;
 }
 .main .pagation {
   margin-bottom: 50px;

+ 1 - 1
main/assets/pc/html/agreement.html

@@ -29,7 +29,7 @@
                 <h2>用户服务协议</h2>
             </section>
 
-            <section>
+            <section class="rich-cont">
                 <dl>
                     <dt>
                         <h5>一、这里是用户协议小标题</h5>

+ 2 - 2
main/assets/pc/html/article.html

@@ -40,12 +40,12 @@
                     </div>
                     <side class="float-shares">
                         <h5>继续阅读</h5>
-                        <dl>
+                        <!-- <dl>
                             <dt>
                                 <img class="qrcode" src="../img/qrcode-fa90701c.png" alt="">
                             </dt>
                             <dd>扫一扫<br>分享给朋友</dd>
-                        </dl>
+                        </dl> -->
                         <dl>
                             <dt>
                                 <a href="javascript:;" class="next"><img src="../img/next-0f9544da.png" alt=""></a>

+ 33 - 1
main/assets/pc/html/contact.html

@@ -70,7 +70,9 @@
                 <h3>
                     公司地址
                 </h3>
-                <iframe width="1200" height="400" src="https://apis.map.qq.com/tools/poimarker?type=0&marker=coord:39.87803,116.19025;title:北京市海淀区复兴路32号院&key=PTSBZ-MUU6U-DEGV3-2W2XU-FPKFZ-WYF44&referer=厨人易料" frameborder="0"></iframe>
+                <div style="height: 400px;width: 1200px;" id="container" >
+
+                </div>
                 <div class="address-text">北京总部<span class="icon-address"></span><i>北京市大兴区解放南路457号某某开发区多少层 010-00048666</i></div>
             </div>
         </div>
@@ -119,5 +121,35 @@
         </div>
     </footer>
 <script type="text/javascript" src="../js/global.js?v=3e6b2f2a"></script><script type="text/javascript" src="../js/contact.js?v=3e6b2f2a"></script></body>
+<script charset="utf-8" src="https://map.qq.com/api/gljs?v=1.exp&key=PTSBZ-MUU6U-DEGV3-2W2XU-FPKFZ-WYF44" ></script>
+<script>
+    // 初始化地图
+    var map = new TMap.Map('container', {
+        zoom: 13, // 设置地图缩放
+        center: new TMap.LatLng(39.980348322221694, 116.31315861457483), // 设置地图中心点坐标,
+        pitch: 0, // 俯仰度
+        rotation: 0, // 旋转角度
+      });
 
+      // MultiMarker文档地址:https://lbs.qq.com/webApi/javascriptGL/glDoc/glDocMarker
+      var marker = new TMap.MultiMarker({
+        map: map,
+        styles: {
+          // 点标记样式
+          marker: new TMap.MarkerStyle({
+            width: 20, // 样式宽
+            height: 30, // 样式高
+            anchor: { x: 10, y: 30 }, // 描点位置
+            src: 'https://mapapi.qq.com/web/lbs/javascriptGL/demo/img/markerDefault.png', // 标记路径
+          }),
+        },
+        geometries: [
+          // 点标记数据数组
+          {
+            // 标记位置(经度,纬度,高度)
+            position: new TMap.LatLng(39.98210863924864, 116.31310899739151, 134),
+          },
+        ],
+      });
+</script>
 </html>

+ 1 - 1
main/assets/pc/html/help_view.html

@@ -29,7 +29,7 @@
                 <h2>用户服务协议</h2>
             </section>
 
-            <section>
+            <section class="rich-cont">
                 <dl>
                     <dt>
                         <h5>一、这里是用户协议小标题</h5>