Jelajahi Sumber

开始替换

开始替换
dangyunlong 1 Minggu lalu
induk
melakukan
55df7c164e
64 mengubah file dengan 442 tambahan dan 474 penghapusan
  1. 1 1
      .nuxt/manifest/latest.json
  2. 1 1
      .nuxt/manifest/meta/dev.json
  3. 3 3
      .nuxt/nitro.json
  4. 1 1
      .nuxt/tsconfig.json
  5. 0 0
      assets/css/footer.less
  6. 228 0
      assets/css/head.less
  7. 179 0
      assets/css/moreservice.less
  8. 1 179
      components/home/MoreService.vue
  9. 1 1
      components/home/foot.vue
  10. 1 1
      components/home/foot1.vue
  11. 24 286
      components/home/pageHead.vue
  12. 1 1
      pages/index.vue
  13. TEMPAT SAMPAH
      public/ad/01.png
  14. TEMPAT SAMPAH
      public/ad/02.png
  15. TEMPAT SAMPAH
      public/ad/03.png
  16. TEMPAT SAMPAH
      public/error/404.png
  17. TEMPAT SAMPAH
      public/favicon.ico
  18. TEMPAT SAMPAH
      public/image/Iconly/Broken/Search.png
  19. TEMPAT SAMPAH
      public/image/Iconly/Two-tone/Arrow - Down 3.png
  20. TEMPAT SAMPAH
      public/image/dianhua 1.png
  21. TEMPAT SAMPAH
      public/image/guanbi 1.png
  22. TEMPAT SAMPAH
      public/image/qq 1.png
  23. TEMPAT SAMPAH
      public/image/weixin 1.png
  24. TEMPAT SAMPAH
      public/img/1.ico
  25. TEMPAT SAMPAH
      public/img/1.png
  26. TEMPAT SAMPAH
      public/img/10.png
  27. TEMPAT SAMPAH
      public/img/11.png
  28. TEMPAT SAMPAH
      public/img/12.png
  29. TEMPAT SAMPAH
      public/img/13.png
  30. TEMPAT SAMPAH
      public/img/14.png
  31. TEMPAT SAMPAH
      public/img/15.png
  32. TEMPAT SAMPAH
      public/img/2.png
  33. TEMPAT SAMPAH
      public/img/3.png
  34. TEMPAT SAMPAH
      public/img/4.png
  35. TEMPAT SAMPAH
      public/img/5.png
  36. TEMPAT SAMPAH
      public/img/6.png
  37. TEMPAT SAMPAH
      public/img/7.png
  38. TEMPAT SAMPAH
      public/img/8.png
  39. TEMPAT SAMPAH
      public/img/9.png
  40. TEMPAT SAMPAH
      public/img/a0.jpg
  41. TEMPAT SAMPAH
      public/img/a1.jpg
  42. TEMPAT SAMPAH
      public/img/a10.jpg
  43. TEMPAT SAMPAH
      public/img/a2.jpg
  44. TEMPAT SAMPAH
      public/img/a3.jpg
  45. TEMPAT SAMPAH
      public/img/a4.jpg
  46. TEMPAT SAMPAH
      public/img/a5.jpg
  47. TEMPAT SAMPAH
      public/img/a6.jpg
  48. TEMPAT SAMPAH
      public/img/a7.jpg
  49. TEMPAT SAMPAH
      public/img/a8.jpg
  50. TEMPAT SAMPAH
      public/img/a9.jpg
  51. TEMPAT SAMPAH
      public/index/01.png
  52. TEMPAT SAMPAH
      public/index/ad1.png
  53. TEMPAT SAMPAH
      public/index/banner.png
  54. TEMPAT SAMPAH
      public/index/headLogo.png
  55. TEMPAT SAMPAH
      public/index/nav01.png
  56. TEMPAT SAMPAH
      public/index/nav02.png
  57. TEMPAT SAMPAH
      public/index/nav03.png
  58. TEMPAT SAMPAH
      public/index/nav_bg.png
  59. 1 0
      public/robots.txt
  60. TEMPAT SAMPAH
      public/special/foot01.png
  61. TEMPAT SAMPAH
      public/special/head01.png
  62. TEMPAT SAMPAH
      public/special/head11.png
  63. TEMPAT SAMPAH
      public/special/mid01.png
  64. TEMPAT SAMPAH
      public/topic/tips.png

+ 1 - 1
.nuxt/manifest/latest.json

@@ -1 +1 @@
-{"id":"dev","timestamp":1744159769705}
+{"id":"dev","timestamp":1744246823228}

+ 1 - 1
.nuxt/manifest/meta/dev.json

@@ -1 +1 @@
-{"id":"dev","timestamp":1744159769705,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
+{"id":"dev","timestamp":1744246823228,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

+ 3 - 3
.nuxt/nitro.json

@@ -1,5 +1,5 @@
 {
-  "date": "2025-04-09T00:49:35.614Z",
+  "date": "2025-04-10T01:00:25.811Z",
   "preset": "nitro-dev",
   "framework": {
     "name": "nuxt",
@@ -9,9 +9,9 @@
     "nitro": "2.10.4"
   },
   "dev": {
-    "pid": 9940,
+    "pid": 14928,
     "workerAddress": {
-      "socketPath": "\\\\.\\pipe\\nitro\\worker-9940-1.sock"
+      "socketPath": "\\\\.\\pipe\\nitro\\worker-14928-1.sock"
     }
   }
 }

+ 1 - 1
.nuxt/tsconfig.json

@@ -102,7 +102,7 @@
         "./imports"
       ],
       "#app-manifest": [
-        "./manifest/meta/dev.json"
+        "./manifest/meta/dev"
       ],
       "#components": [
         "./components"

+ 0 - 0
assets/css/foot.less → assets/css/footer.less


+ 228 - 0
assets/css/head.less

@@ -0,0 +1,228 @@
+.tips {
+    padding: 20px 0;
+    text-align: center;
+    font-size: 20px;
+    color: #333333;
+    font-weight: bold;
+
+    img {
+        width: 78px;
+        height: 78px;
+        vertical-align: middle;
+        margin-right: 20px;
+
+        p {
+            line-height: 30px;
+        }
+    }
+
+    p {
+        line-height: 40px;
+    }
+
+    >p:first-child {
+        margin-bottom: 30px;
+    }
+
+}
+
+/* 页面头部 */
+header {
+    width: 100%;
+    height: 201px;
+    font-size: 12px;
+    font-family: PingFang SC-Regular;
+    color: #666666;
+    background: url("../../public/head/headtopbg.png") repeat-x;
+}
+
+.headerNav {
+    width: 100%;
+    height: 33px;
+    line-height: 33px;
+}
+
+.headerNav .left>span {
+    margin-right: 47px;
+}
+
+.headerNav .right {
+    display: flex;
+    margin-right: 10px;
+
+    button {
+        font-size: 12px;
+        color: #666666;
+        border: none;
+        background: none;
+        cursor: pointer;
+    }
+
+    .login {
+        width: 36px;
+        height: 19px;
+        color: #fff;
+        border-radius: 4px;
+        background-color: #028E21;
+        margin-right: 15px;
+        cursor: pointer;
+    }
+
+    .menu,
+    .right-top-menu {
+        display: flex;
+    }
+
+    .reg {
+        margin-right: 20px;
+        display: flex;
+        align-items: center;
+        justify-content: center;
+        height: 33px;
+
+        img {
+            margin-right: 5px;
+        }
+    }
+}
+
+.headerNav .right {
+    float: right;
+    font-size: 12px;
+
+    span {
+        margin-right: 20px;
+    }
+
+    .home,
+    .collection {
+        display: inline-block;
+        width: 16px;
+        height: 16px;
+        vertical-align: -3px;
+    }
+
+    .home {
+        background-image: url("../../public/image/Iconly/Light/Home.png");
+    }
+
+    .collection {
+        background-image: url("../../public/image/Iconly/Light/Star.png");
+    }
+
+    .exit {
+        line-height: 30px;
+    }
+
+    // .exit:hover{
+    //     color: #028E21;
+    // }
+}
+
+/* // 头部logo */
+.headerLogo {
+    width: 100%;
+    height: 174px;
+
+    .inner {
+        display: flex;
+        justify-content: space-between;
+        width: 1200px;
+        margin: 0 auto;
+        position: relative;
+        height: 174px;
+
+        .titlead {
+            position: absolute;
+            bottom: 30px;
+            right: 0px;
+        }
+    }
+
+    .inner>img {
+        width: 297px;
+        height: 114px;
+        margin-top: 30px;
+        cursor: pointer;
+    }
+
+    /* // 搜索框部分 */
+    .search {
+        float: left;
+        width: 440px;
+        height: 40px;
+        background-color: #fff;
+        line-height: 40px;
+        margin-left: 39px;
+        margin: 71px 39px 48px;
+        position: relative;
+
+        em {
+            display: inline-block;
+            width: 30px;
+            height: 30px;
+            background: url("../../public/image/Iconly/Broken/Search.png") no-repeat;
+            position: absolute;
+            top: 5px;
+            left: 15px;
+        }
+
+        input {
+            float: left;
+            width: 351px;
+            height: 40px;
+            border: none;
+            outline: none;
+            padding-left: 65px;
+            box-sizing: border-box;
+            border: 1px solid #028E21;
+            border-right: none;
+            border-radius: 4px 0px 0px 4px;
+        }
+
+        button {
+            float: right;
+            width: 89px;
+            height: 40px;
+            background-color: #028E21;
+            border-radius: 0px 4px 4px 0px;
+            border: none;
+            font-size: 14px;
+            color: #fff;
+            font-family: PingFang SC, PingFang SC;
+            font-weight: 500;
+        }
+
+    }
+
+    /* // 右侧小图标 */
+    .serve {
+        float: right;
+        height: 60px;
+        margin-top: 60px;
+        margin-right: 60px;
+
+        >li {
+            float: left;
+            height: 64px;
+            margin-left: 48px;
+        }
+
+        >li>a {
+            display: inline-block;
+            height: 64px;
+        }
+
+        >li img {
+            width: 29px;
+            height: 29px;
+            padding: 8px 14px;
+        }
+
+        >li p {
+            height: 28px;
+            text-align: center;
+            color: #666666;
+        }
+    }
+}

+ 179 - 0
assets/css/moreservice.less

@@ -0,0 +1,179 @@
+//更多服务
+.moreServices {
+  width: 100%;
+  height: 646px;
+
+  .inner {
+      position: relative;
+
+      // 标题
+      .title {
+          width: 300px;
+          text-align: center;
+          margin: 0 auto;
+          font-family: PingFang SC, PingFang SC;
+
+          >h1 {
+              font-weight: 600;
+              font-size: 36px;
+              color: #000000;
+              line-height: 42px;
+              letter-spacing: 3px;
+              font-style: normal;
+              text-transform: none;
+          }
+
+          >p {
+              height: 34px;
+              font-weight: 600;
+              font-size: 24px;
+              color: #F4F4F4;
+              line-height: 24px;
+              letter-spacing: 2px;
+              font-style: normal;
+              text-transform: none;
+          }
+      }
+
+      .title::before {
+          content: " ";
+          display: inline-block;
+          position: absolute;
+          top: 14px;
+          left: 34px;
+          width: 366px;
+          height: 23px;
+          background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/images/Frame 486.png") no-repeat;
+      }
+
+      .title::after {
+          content: " ";
+          display: inline-block;
+          position: absolute;
+          top: 14px;
+          right: 34px;
+          width: 366px;
+          height: 23px;
+          background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/images/Frame 485.png") no-repeat;
+      }
+
+      >.serviceList {
+          >li {
+              width: 380px;
+              float: left;
+              position: relative;
+              margin: 17px 30px 40px 0;
+
+              >img {
+                  width: 240px;
+                  height: 240px;
+              }
+
+              >.detail {
+                  width: 170px;
+                  height: 240px;
+                  position: absolute;
+                  background-color: #fff;
+                  top: -12px;
+                  right: 0;
+                  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
+                  border: 1px solid #F0F0F0;
+
+                  >img {
+                      width: 52px;
+                      height: 52px;
+                      margin: 54px 57px 14px 61px
+                  }
+
+                  >h3 {
+                      font-family: PingFang SC;
+                      font-weight: 600;
+                      font-size: 20px;
+                      color: #000000;
+                      line-height: 23px;
+                      letter-spacing: 2px;
+                      text-align: center;
+                      font-style: normal;
+                      text-transform: none;
+                  }
+
+                  >p {
+                      width: 116px;
+                      height: 32px;
+                      line-height: 30px;
+                      border: 1px solid #eee;
+                      margin: 26px 25px 34px 29px;
+                      border-radius: 18px;
+                      font-weight: 400;
+                      font-size: 12px;
+                      color: #139602;
+                      letter-spacing: 1px;
+                      text-align: center;
+                      font-style: normal;
+                      text-transform: none;
+                      a{
+                          color: #139602;
+                      }
+                  }
+
+                  >p:hover {
+                      background-color: #139602;
+                  }
+                  >p:hover a{
+                      color: #fff;
+                  }
+              }
+
+              >.detail::after {
+                  content: "";
+                  width: 0;
+                  height: 0;
+                  border-left: 31px solid transparent;
+                  border-top: 10px solid #e1e1e1;
+                  position: absolute;
+                  top: - 70px;
+                  left: - 40px;
+              }
+          }
+
+          >li:nth-child(3),
+          >li:nth-child(6) {
+              margin-right: 0;
+          }
+
+      }
+  }
+}
+
+.moreServiceBox {
+  width: 1200px;
+  margin: 0 auto;
+  height: 208px;
+  display: flex;
+  justify-content: space-between;
+  .listBox {
+      border: 1px solid #E8E7E6;
+      width: 210px;
+      height: 191px;
+      text-align: center;
+      .line {
+          width: 152px;
+          background: #49A769;
+          height: 1px;
+          margin: 0 auto;
+          margin-bottom: 20px;
+      }
+      img {
+          margin-top: 30px;
+          margin-bottom: 10px;
+      }
+      a {
+          color: #333333;
+          font-size: 16px;
+          display: block;
+          width: 210px;
+          height: 191px;
+          
+      }
+  }
+}

+ 1 - 179
components/home/MoreService.vue

@@ -86,183 +86,5 @@ let arr = [
 </script>
 
 <style lang="less">
-//更多服务
-.moreServices {
-    width: 100%;
-    height: 646px;
-
-    .inner {
-        position: relative;
-
-        // 标题
-        .title {
-            width: 300px;
-            text-align: center;
-            margin: 0 auto;
-            font-family: PingFang SC, PingFang SC;
-
-            >h1 {
-                font-weight: 600;
-                font-size: 36px;
-                color: #000000;
-                line-height: 42px;
-                letter-spacing: 3px;
-                font-style: normal;
-                text-transform: none;
-            }
-
-            >p {
-                height: 34px;
-                font-weight: 600;
-                font-size: 24px;
-                color: #F4F4F4;
-                line-height: 24px;
-                letter-spacing: 2px;
-                font-style: normal;
-                text-transform: none;
-            }
-        }
-
-        .title::before {
-            content: " ";
-            display: inline-block;
-            position: absolute;
-            top: 14px;
-            left: 34px;
-            width: 366px;
-            height: 23px;
-            background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/images/Frame 486.png") no-repeat;
-        }
-
-        .title::after {
-            content: " ";
-            display: inline-block;
-            position: absolute;
-            top: 14px;
-            right: 34px;
-            width: 366px;
-            height: 23px;
-            background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/images/Frame 485.png") no-repeat;
-        }
-
-        >.serviceList {
-            >li {
-                width: 380px;
-                float: left;
-                position: relative;
-                margin: 17px 30px 40px 0;
-
-                >img {
-                    width: 240px;
-                    height: 240px;
-                }
-
-                >.detail {
-                    width: 170px;
-                    height: 240px;
-                    position: absolute;
-                    background-color: #fff;
-                    top: -12px;
-                    right: 0;
-                    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
-                    border: 1px solid #F0F0F0;
-
-                    >img {
-                        width: 52px;
-                        height: 52px;
-                        margin: 54px 57px 14px 61px
-                    }
-
-                    >h3 {
-                        font-family: PingFang SC;
-                        font-weight: 600;
-                        font-size: 20px;
-                        color: #000000;
-                        line-height: 23px;
-                        letter-spacing: 2px;
-                        text-align: center;
-                        font-style: normal;
-                        text-transform: none;
-                    }
-
-                    >p {
-                        width: 116px;
-                        height: 32px;
-                        line-height: 30px;
-                        border: 1px solid #eee;
-                        margin: 26px 25px 34px 29px;
-                        border-radius: 18px;
-                        font-weight: 400;
-                        font-size: 12px;
-                        color: #139602;
-                        letter-spacing: 1px;
-                        text-align: center;
-                        font-style: normal;
-                        text-transform: none;
-                        a{
-                            color: #139602;
-                        }
-                    }
-
-                    >p:hover {
-                        background-color: #139602;
-                    }
-                    >p:hover a{
-                        color: #fff;
-                    }
-                }
-
-                >.detail::after {
-                    content: "";
-                    width: 0;
-                    height: 0;
-                    border-left: 31px solid transparent;
-                    border-top: 10px solid #e1e1e1;
-                    position: absolute;
-                    top: - 70px;
-                    left: - 40px;
-                }
-            }
-
-            >li:nth-child(3),
-            >li:nth-child(6) {
-                margin-right: 0;
-            }
-
-        }
-    }
-}
-
-.moreServiceBox {
-    width: 1200px;
-    margin: 0 auto;
-    height: 208px;
-    display: flex;
-    justify-content: space-between;
-    .listBox {
-        border: 1px solid #E8E7E6;
-        width: 210px;
-        height: 191px;
-        text-align: center;
-        .line {
-            width: 152px;
-            background: #49A769;
-            height: 1px;
-            margin: 0 auto;
-            margin-bottom: 20px;
-        }
-        img {
-            margin-top: 30px;
-            margin-bottom: 10px;
-        }
-        a {
-            color: #333333;
-            font-size: 16px;
-            display: block;
-            width: 210px;
-            height: 191px;
-            
-        }
-    }
-}
+    @import '@/assets/css/moreservice.less';
 </style>

+ 1 - 1
components/home/foot.vue

@@ -137,5 +137,5 @@ getModelDataAll();
 </script>
 
 <style lang="less" scoped>
-    @import '@/assets/css/foot.less';
+    @import '@/assets/css/footer.less';
 </style>

+ 1 - 1
components/home/foot1.vue

@@ -126,5 +126,5 @@ getModelDataAll();
 </script>
 
 <style lang="less" scoped>
-    @import '@/assets/css/foot.less';
+    @import '@/assets/css/footer.less';
 </style>

+ 24 - 286
components/home/pageHead.vue

@@ -1,12 +1,11 @@
 <template>
+    <!-- 页面头部 -->
     <header>
+        <!-- 顶部导航 -->
         <nav class="headerNav">
             <div class="inner">
                 <div class="left">
-                    <span>
-                        <a href="http://znxyw.org.cn/" target="_blank">中农兴业网团</a>
-                    </span>
-                    <span>旗下网站:<span>农业百强网站(政府类30强)</span></span>
+                    <span>中农兴业网团旗下网站 · 农业百强网站(科教文化类十强)</span> 
                 </div>
                 <div class="right">
                     <div class="menu">
@@ -25,8 +24,7 @@
                             <img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/head/topicon4.png" alt="注册">注册
                         </button>
                         <button class="reg" @click="userCenter" v-show="showToken">
-                            <img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/head/topicon3.png" alt="用户信息">{{
-                            username }}
+                            <img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/head/topicon3.png" alt="用户信息">{{ username }}
                         </button>
                         <button class="reg" @click="goSearch">
                             <img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/head/searchicon.png" alt="搜索">搜索
@@ -39,27 +37,32 @@
                 </div>
             </div>
         </nav>
+        <!-- 头部logo -->
         <div class="headerLogo">
             <div class="inner">
                 <img :src="logo" :alt="webSiteName" class="left" @click="backHome">
                 <div class="titlead" v-if="adImg">
-                    <a href="http://sannongdy.org.cn/" v-if="adImg.image_url == null" target="_blank"
-                        :title="adImg.introduce">
-                        <img :src="adImg.thumb" :alt="adImg.introduce" data-tag="imgurl.ad_tag" :id="adImg.ad_tag">
-                    </a>
-                    <a :href="adImg.image_url" v-else :title="adImg.introduce">
-                        <img :src="adImg.image_src" :alt="adImg.introduce" data-tag="imgurl.ad_tag" :id="adImg.ad_tag">
+                    <a href="http://sannongdy.org.cn/" v-if="adImg.image_url==null" target="_blank" :title="adImg.place_name">
+                        <img :src="adImg.thumb" :alt="adImg.place_name" data-tag="imgurl.ad_tag">
+                    </a>     
+                    <a :href="adImg.image_url" v-else :title="adImg.ad_name">
+                        <img :src="adImg.image_src" :alt="adImg.ad_name" data-tag="imgurl.ad_tag">
                     </a>
                 </div>
             </div>
         </div>
-        <el-dialog v-model="dialogTableVisible" width="800">
+        <el-dialog v-model="dialogTableVisible" title="" width="800">
             <div class="tips">
                 <p>
-                    <img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/topic/tips.png"> 提示:注册请联系管理员操作!
+                    <img src="../../public/topic/tips.png" alt="">
+                    提示:注册请联系管理员操作!
+                </p>
+                <p>
+                    联系电话:010-56019387
+                </p>
+                <p>
+                    QQ : 2909421493 、213552413
                 </p>
-                <p>联系电话:010-56019387</p>
-                <p>QQ : 2909421493 、213552413</p>
             </div>
         </el-dialog>
     </header>
@@ -124,10 +127,11 @@ let goLogin = () => {
     //开启线上登录模式 start---------------------------------------->
     isDel.value = 0
     token1.value = getToken()
+
     //王鹏
-    //window.open($BwebUrl + "/auth/login.php?backurl=" + $CwebUrl, '_blank');
+    window.open($BwebUrl + "/auth/login.php?backurl=" + $CwebUrl, '_blank');
     //刘佳伟
-    window.open($LoginWebUrl + "/api/goLogin?backurl=" + $CwebUrl, '_blank');
+    //window.open($LoginWebUrl + "/api/goLogin?backurl=" + $CwebUrl, '_blank');
     //开启线上登录模式 end---------------------------------------->
 
     //开启本地登录模式 start---------------------------------------->
@@ -171,7 +175,7 @@ let exit = () => {
     let tokendata = getToken()
     console.log("用户退出登录======token为:", tokendata)
     //王鹏
-    //let url = $BwebUrl + '/auth/logout.php?backurl=' + $CwebUrl + '&admintoken=' + token1;
+    //let url = $BwebUrl + '/auth/logout.php?backurl=' + $CwebUrl + '&admintoken=' + tokendata;
     //刘佳伟
     let url = $LoginWebUrl + '/api/logout?backurl=' + $CwebUrl + '&admintoken=' + tokendata;
     window.location.href = url;
@@ -319,271 +323,5 @@ onMounted(async () => {
 </script>
 
 <style lang="less" scoped>
-.userInfo11 {
-    width: 100px;
-    height: 80px;
-    background-color: #fff;
-    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-    border-radius: 3px;
-    position: absolute;
-    top: 40px;
-    right: 35px;
-    font-size: 14px;
-    z-index: 999;
-
-    li {
-        height: 40px;
-        line-height: 40px;
-        color: #333333;
-        padding-left: 10px;
-    }
-
-    >li:hover {
-        color: #028E21;
-    }
-}
-
-.tips {
-    padding: 20px 0;
-    text-align: center;
-    font-size: 20px;
-    color: #40663B;
-    font-weight: bold;
-
-    img {
-        width: 78px;
-        height: 78px;
-        vertical-align: middle;
-        margin-right: 20px;
-
-        p {
-            line-height: 30px;
-        }
-    }
-
-    p {
-        line-height: 40px;
-    }
-
-    >p:first-child {
-        margin-bottom: 30px;
-    }
-
-}
-
-/* 页面头部 */
-header {
-    width: 100%;
-    // height: 201px;
-    font-size: 12px;
-    font-family: PingFang SC-Regular;
-    color: #666666;
-    background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/head/headtopbg.png") repeat-x;
-}
-
-.headerNav {
-    width: 100%;
-    height: 33px;
-    line-height: 33px;
-}
-
-.headerNav .left>span {
-    margin-right: 20px;
-    a{
-        color: #666666;
-    }
-}
-
-.headerNav .right {
-    display: flex;
-    margin-right: 10px;
-    position: relative;
-
-    button {
-        font-size: 12px;
-        color: #666666;
-        border: none;
-        background: none;
-        cursor: pointer;
-    }
-
-    .login {
-        width: 36px;
-        height: 19px;
-        color: #fff;
-        border-radius: 4px;
-        background-color: #028E21;
-        margin-right: 15px;
-        cursor: pointer;
-    }
-
-    .menu,
-    .right-top-menu {
-        display: flex;
-    }
-
-    .reg {
-        margin-right: 20px;
-        display: flex;
-        align-items: center;
-        justify-content: center;
-        height: 33px;
-
-        img {
-            margin-right: 5px;
-        }
-    }
-}
-
-.headerNav .right {
-    float: right;
-    font-size: 12px;
-
-    span {
-        margin-right: 20px;
-    }
-
-    .home,
-    .collection {
-        display: inline-block;
-        width: 16px;
-        height: 16px;
-        vertical-align: -3px;
-    }
-
-    .home {
-        background-image: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png");
-    }
-
-    .collection {
-        background-image: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png");
-    }
-
-    .exit {
-        line-height: 30px;
-    }
-
-    // .exit:hover{
-    //     color: #028E21;
-    // }
-}
-
-/* // 头部logo */
-.headerLogo {
-    height: 145px;
-    position: relative;
-
-    //background: url("../../public/head/topBg.png") no-repeat center;
-    .titlead {
-        position: absolute;
-        bottom: 5px;
-        right: 0;
-        width: 830px;
-        height: 120px;
-        overflow: hidden;
-
-        a {
-            display: block;
-            height: 110px;
-            overflow: hidden;
-        }
-
-        img {
-            width: 100%;
-            height: 110px;
-        }
-    }
-
-    .inner {
-        position: relative;
-        height: 145px;
-    }
-
-    .inner>img {
-        // width: 342px;
-        //height: 120px;
-        margin-top: 22px;
-        cursor: pointer;
-    }
-
-    /* // 搜索框部分 */
-    .search {
-        float: left;
-        width: 440px;
-        height: 40px;
-        background-color: #fff;
-        line-height: 40px;
-        margin-left: 39px;
-        margin: 71px 39px 48px;
-        position: relative;
-
-        em {
-            display: inline-block;
-            width: 30px;
-            height: 30px;
-            background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png") no-repeat;
-            position: absolute;
-            top: 5px;
-            left: 15px;
-        }
-
-        input {
-            float: left;
-            width: 351px;
-            height: 40px;
-            border: none;
-            outline: none;
-            padding-left: 65px;
-            box-sizing: border-box;
-            border: 1px solid #028E21;
-            border-right: none;
-            border-radius: 4px 0px 0px 4px;
-        }
-
-        button {
-            float: right;
-            width: 89px;
-            height: 40px;
-            background-color: #028E21;
-            border-radius: 0px 4px 4px 0px;
-            border: none;
-            font-size: 14px;
-            color: #fff;
-            font-family: PingFang SC, PingFang SC;
-            font-weight: 500;
-        }
-
-    }
-
-    /* // 右侧小图标 */
-    .serve {
-        float: right;
-        height: 60px;
-        margin-top: 60px;
-        margin-right: 60px;
-
-        >li {
-            float: left;
-            height: 64px;
-            margin-left: 48px;
-        }
-
-        >li>a {
-            display: inline-block;
-            height: 64px;
-        }
-
-        >li img {
-            width: 29px;
-            height: 29px;
-            padding: 8px 14px;
-        }
-
-        >li p {
-            height: 28px;
-            text-align: center;
-            color: #666666;
-        }
-    }
-}
+    @import url('@/assets/css/head.less');
 </style>

+ 1 - 1
pages/index.vue

@@ -808,7 +808,7 @@ const getLinkPathDetail = (item) => {
     if (item.islink == 1) {
         return `${item.linkurl}`;
     } else {
-        return `/${item.pinyin}/${item.id}.html`;
+        return `/${item.pinyin}/${item.id}`;
     }
 }
 //1.加载页面必备组件 end---------------------------------------->

TEMPAT SAMPAH
public/ad/01.png


TEMPAT SAMPAH
public/ad/02.png


TEMPAT SAMPAH
public/ad/03.png


TEMPAT SAMPAH
public/error/404.png


TEMPAT SAMPAH
public/favicon.ico


TEMPAT SAMPAH
public/image/Iconly/Broken/Search.png


TEMPAT SAMPAH
public/image/Iconly/Two-tone/Arrow - Down 3.png


TEMPAT SAMPAH
public/image/dianhua 1.png


TEMPAT SAMPAH
public/image/guanbi 1.png


TEMPAT SAMPAH
public/image/qq 1.png


TEMPAT SAMPAH
public/image/weixin 1.png


TEMPAT SAMPAH
public/img/1.ico


TEMPAT SAMPAH
public/img/1.png


TEMPAT SAMPAH
public/img/10.png


TEMPAT SAMPAH
public/img/11.png


TEMPAT SAMPAH
public/img/12.png


TEMPAT SAMPAH
public/img/13.png


TEMPAT SAMPAH
public/img/14.png


TEMPAT SAMPAH
public/img/15.png


TEMPAT SAMPAH
public/img/2.png


TEMPAT SAMPAH
public/img/3.png


TEMPAT SAMPAH
public/img/4.png


TEMPAT SAMPAH
public/img/5.png


TEMPAT SAMPAH
public/img/6.png


TEMPAT SAMPAH
public/img/7.png


TEMPAT SAMPAH
public/img/8.png


TEMPAT SAMPAH
public/img/9.png


TEMPAT SAMPAH
public/img/a0.jpg


TEMPAT SAMPAH
public/img/a1.jpg


TEMPAT SAMPAH
public/img/a10.jpg


TEMPAT SAMPAH
public/img/a2.jpg


TEMPAT SAMPAH
public/img/a3.jpg


TEMPAT SAMPAH
public/img/a4.jpg


TEMPAT SAMPAH
public/img/a5.jpg


TEMPAT SAMPAH
public/img/a6.jpg


TEMPAT SAMPAH
public/img/a7.jpg


TEMPAT SAMPAH
public/img/a8.jpg


TEMPAT SAMPAH
public/img/a9.jpg


TEMPAT SAMPAH
public/index/01.png


TEMPAT SAMPAH
public/index/ad1.png


TEMPAT SAMPAH
public/index/banner.png


TEMPAT SAMPAH
public/index/headLogo.png


TEMPAT SAMPAH
public/index/nav01.png


TEMPAT SAMPAH
public/index/nav02.png


TEMPAT SAMPAH
public/index/nav03.png


TEMPAT SAMPAH
public/index/nav_bg.png


+ 1 - 0
public/robots.txt

@@ -0,0 +1 @@
+

TEMPAT SAMPAH
public/special/foot01.png


TEMPAT SAMPAH
public/special/head01.png


TEMPAT SAMPAH
public/special/head11.png


TEMPAT SAMPAH
public/special/mid01.png


TEMPAT SAMPAH
public/topic/tips.png