Bläddra i källkod

修改客户需求

xyg 6 månader sedan
förälder
incheckning
4716b14ddc

+ 7 - 6
nngkxxdp/src/main/resources/static/naxsb/indexcygyy.html

@@ -73,6 +73,7 @@
             padding-top: 10px;
             box-sizing: border-box;
             position: relative;
+            opacity: 0.8;
         }
 
         .bg-cygyy {
@@ -114,7 +115,7 @@
         }
 
         #indexcygyy .menu {
-            width: 60%;
+            /* width: 60%; */
             max-width: 1065px;
             font-size: 1rem;
             display: flex;
@@ -140,7 +141,7 @@
             width: 53vw;
             min-width: 589px;
             height: 70vh;
-            background: rgb(0 28 60 / 40%);
+            background: rgb(0 28 60 / 60%);
             border-radius: 10px;
             display: flex;
             flex-direction: column;
@@ -268,21 +269,21 @@
 
         @keyframes fadeOut {
             from {
-                opacity: 1;
+                opacity: 0.8;
             }
 
             to {
-                opacity: 0.7;
+                opacity: 0.6;
             }
         }
 
         @keyframes fadeIn {
             from {
-                opacity: 0.7;
+                opacity: 0.6;
             }
 
             to {
-                opacity: 1;
+                opacity: 0.8;
             }
         }
 

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/indexsyyg.html

@@ -235,7 +235,7 @@
                 <li>产业布局</li>
                 <li>政策计算</li>
                 <li @click=" golink('tsfw.html?id=1')">特色服务</li>
-                <li @click="golink('ztcrlist.html?id=-1')">载体出让</li>
+                <li @click="golink('ztcrlist.html?id=-1')">载体租售</li>
                 <li>党群服务</li>
             </ul>
         </div>

+ 4 - 3
nngkxxdp/src/main/resources/static/naxsb/syyggyy.html

@@ -190,7 +190,7 @@
                         <div class="title" style="display: flex;justify-content: space-between;">
                             <div style="display: flex;align-items: center;">
                                 <img src="images/gyy-title7.png" alt="">
-                                <span>载体出让</span>
+                                <span>载体租售</span>
                             </div>
                             <div class="more" @click="ztcrmore" v-if="this.ztcrList.length">更多>></div>
                         </div>
@@ -251,7 +251,8 @@
                             <div class="list" @click="goToLink('znxz.html')"><img src="images/tsfw2.png" alt="">
                                 <span>智能选址</span>
                             </div>
-                            <div class="list"><img src="images/tsfw3.png" alt=""> <span>政策计算</span></div>
+                            <div class="list" @click="window.open('https://www.cqna.gov.cn/zczs/')"><img
+                                    src="images/tsfw3.png" alt=""> <span>南岸政策通</span></div>
                             <div class="list" @click="goToLink('tsfw.html')"><img src="images/tsfw4.png" alt="">
                                 <span>便企服务站</span>
                             </div>
@@ -455,7 +456,7 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
                     strokeColor: "blue",
                     strokeWeight: 2,
                     strokeOpacity: 0.5,
-                    strokeStyle: "dashed",
+                    strokeStyle: "solid",
                     fillColor: "#4B98F6",
                     fillOpacity: 0.3
                 });

+ 3 - 3
nngkxxdp/src/main/resources/static/naxsb/tdcr.html

@@ -191,7 +191,7 @@
                 <div class="list">
                     <div class="listitm" style="background-color: #4EB2AD;">
                         <span>占地面积</span>
-                        <span>{{ tdcrDetail.landArea }}&nbsp;</span>
+                        <span>{{ tdcrDetail.landArea }}&nbsp;</span>
                     </div>
                     <div class="listitm" style="background-color: #4B98F6;">
                         <span>土地用途</span>
@@ -286,7 +286,7 @@
                     let centerarr = centerPoint.split(',');
                     map.centerAndZoom(new BMap.Point(centerarr[0], centerarr[1]), 17);
                 }
-                // map.centerAndZoom(new BMap.Point(106.64100001869987, 29.479255312672327), 17);
+                // map.centerAndZoom(new BMap.Point(106.76976451085417, 29.59703121330567), 17);
                 map.setMapType(BMAP_SATELLITE_MAP);
                 if (!points) return;
                 let pointList = points.split('@');
@@ -314,7 +314,7 @@
                     offset: new BMap.Size(10, 10) // 设置文本偏移量
                 };
                 // var opts = {
-                //     position: new BMap.Point(106.64000001869987, 29.481385312672327), // 指定文本标签所在的地理位置
+                //     position: new BMap.Point(106.76806451085417, 29.60233121330567), // 指定文本标签所在的地理位置
                 //     offset: new BMap.Size(10, 10) // 设置文本偏移量
                 // };
                 // 创建文本标签对象,并添加到地图

+ 7 - 7
nngkxxdp/src/main/resources/static/naxsb/ztcrdetail.html

@@ -4,7 +4,7 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>载体出让</title>
+    <title>载体租售</title>
     <link rel="stylesheet" href="css/mapcon.css">
     <link rel="stylesheet" href="swiper/swiper-bundle.css">
     <!-- 引入 Vue -->
@@ -183,7 +183,7 @@
         <div class="top">
             <div class="toplogo">
                 <img src="images/gyylogo.png" alt="">
-                <span>载体出让</span>
+                <span>载体租售</span>
             </div>
             <div class="backbutton" @click="window.history.go(-1)">
                 <img src="images/back1.png" alt="">
@@ -257,12 +257,12 @@
                 </div>
                 <div class="tablecon" v-html="ztcrDetail.cost">
                 </div>
-                <div class="title">
+                <!-- <div class="title">
                     <img src="images/hyy-rzyq.png" alt="">
                     <span>入住要求</span>
                 </div>
                 <div class="tablecon" v-html="ztcrDetail.checkin">
-                </div>
+                </div> -->
             </div>
             <div class="contentright" id="mapcontainer"></div>
         </div>
@@ -339,12 +339,12 @@
                 let map = new BMap.Map("mapcontainer");
                 map.enableScrollWheelZoom();// 启用滚轮缩放
                 map.enableDragging(); // 启用拖拽功能
-                // 设定中心点和地图级别
+                //设定中心点和地图级别
                 if (!centerPoint) { map.centerAndZoom(new BMap.Point(106.6438551, 29.480752), 17); } else {
                     let centerarr = centerPoint.split(',');
                     map.centerAndZoom(new BMap.Point(centerarr[0], centerarr[1]), 17);
                 }
-                // map.centerAndZoom(new BMap.Point(106.639718, 29.474707), 17);
+                // map.centerAndZoom(new BMap.Point(106.761208, 29.598238), 17);
                 map.setMapType(BMAP_SATELLITE_MAP);
                 // if (!points) return;
                 // let pointList = points.split('@');
@@ -382,7 +382,7 @@
                     offset: new BMap.Size(10, 10) // 设置文本偏移量
                 };
                 // var opts = {
-                //     position: new BMap.Point(106.640018, 29.482307), // 指定文本标签所在的地理位置
+                //     position: new BMap.Point(106.761208, 29.600238), // 指定文本标签所在的地理位置
                 //     offset: new BMap.Size(10, 10) // 设置文本偏移量
                 // };
                 // 创建文本标签对象,并添加到地图

+ 10 - 15
nngkxxdp/src/main/resources/static/naxsb/ztcrlist.html

@@ -4,7 +4,7 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>载体出让</title>
+    <title>载体租售</title>
     <link rel="stylesheet" href="css/mapcon.css">
     <!-- 引入 Vue -->
     <script src="https://unpkg.com/vue@2.6.14/dist/vue.min.js"></script>
@@ -167,7 +167,7 @@
         <div class="top">
             <div class="toplogo">
                 <img src="images/gyylogo.png" alt="">
-                <span>载体出让</span>
+                <span>载体租售</span>
             </div>
             <div class="backbutton" @click="window.history.go(-1)">
                 <img src="images/back1.png" alt="">
@@ -249,28 +249,23 @@
                     },
                     {
                         id: 2,
-                        name: "0-50m²",
-                        value: "1,50"
+                        name: "0-1000m²",
+                        value: "1,1000"
                     },
                     {
                         id: 3,
-                        name: "51-100m²",
-                        value: "51,100"
+                        name: "1001-5000m²",
+                        value: "1001,5000"
                     },
                     {
                         id: 4,
-                        name: "101-150m²",
-                        value: "101,150"
+                        name: "5001-10000m²",
+                        value: "5001,10000"
                     },
                     {
                         id: 5,
-                        name: "150-200m²",
-                        value: "151,200"
-                    },
-                    {
-                        id: 6,
-                        name: "201-250m²",
-                        value: "201,250"
+                        name: "10000以上m²",
+                        value: "10000,99999999"
                     }
                 ],
                 ytList: [