Forráskód Böngészése

修改页面样式

tml 5 hónapja
szülő
commit
69f2ac646a

+ 39 - 36
nngkxxdp/src/main/resources/static/naxsb/mobile/cytzMobile.html

@@ -86,7 +86,7 @@
     .contentBox {
       width: 100%;
       display: flex;
-    flex-direction: column;
+      flex-direction: column;
     }
 
     .contentItem {
@@ -117,7 +117,7 @@
       font-size: 20px;
     }
 
-    
+
     .el-tabs__item {
       color: #fff;
       font-size: 16px;
@@ -127,8 +127,8 @@
     .el-tabs--card>.el-tabs__header .el-tabs__nav {
       border: none;
       width: 100%;
-    display: flex;
-    justify-content: space-between;
+      display: flex;
+      justify-content: space-between;
     }
 
     .el-tabs__nav-next,
@@ -146,9 +146,11 @@
       color: #fff;
       font-weight: 900;
     }
-    .el-tabs__header{
+
+    .el-tabs__header {
       margin-bottom: 0;
     }
+
     .activeTab {
       background-color: rgba(0, 0, 0, .4) !important;
       font-weight: bold;
@@ -161,13 +163,12 @@
       scrollbar-width: none;
     }
 
-    li {
+    .first li {
       width: 90%;
-      overflow: hidden;
-      word-break: break-all;
-      white-space: nowrap;
-      text-overflow: ellipsis !important;
-      -o-text-overflow: ellipsis;
+      line-height: 15px;
+      display: flex;
+      align-items: center;
+      margin: 5px 0;
     }
 
     li>img {
@@ -433,11 +434,11 @@
         <div class="contentBox">
           <div class="contentItem">
             <video autoplay loop muted playsinline controls controlslist="nodownload" style="width:100%;height: 100%;">
-              <source style="width:100%;height: 100%;border-radius: 10px;" src="https://www.cqna.gov.cn/syygapi/index.mp4"
-                type="video/mp4" />
+              <source style="width:100%;height: 100%;border-radius: 10px;"
+                src="https://www.cqna.gov.cn/syygapi/index.mp4" type="video/mp4" />
             </video>
           </div>
-          <div class="contentItem">
+          <div class="contentItem first">
             <el-tabs v-model="activeName" type="card" @tab-click="switchTab">
               <el-tab-pane label="区位条件" name="1"></el-tab-pane>
               <el-tab-pane label="创新优势" name="2"></el-tab-pane>
@@ -507,15 +508,16 @@
               <span class="text">园区列表</span>
             </div>
             <div class="yqlb">
-              <li class="mainList" v-for="(tab, index)  in this.titleList" @click="golink(`dqfwNewMobile.html?id=${tab.id}`)"
-                :key="index"><img src="https://www.cqna.gov.cn/syygapi/naxsb/image/listcricle.png" />{{tab.title}}</li>
+              <li class="mainList" v-for="(tab, index)  in this.titleList"
+                @click="golink(`dqfwNewMobile.html?id=${tab.id}`)" :key="index"><img
+                  src="https://www.cqna.gov.cn/syygapi/naxsb/image/listcricle.png" />{{tab.title}}</li>
             </div>
           </div>
-          <div class="contentItem" style="background:url(https://www.cqna.gov.cn/syygapi/naxsb/image/tdgybg.png) no-repeat;background-size: 100% 100%;">
+          <div class="contentItem"
+            style="background:url(https://www.cqna.gov.cn/syygapi/naxsb/image/tdgybg.png) no-repeat;background-size: 100% 100%;">
             <div class="title">
               <span class="text">土地供应</span>
-              <span class="more"
-                @click="golink('tdcrlistMobile.html?id=-1',1)">更多>></span>
+              <span class="more" @click="golink('tdcrlistMobile.html?id=-1',1)">更多>></span>
             </div>
             <div class="tdgy">
               <div class="tdgyC">
@@ -532,11 +534,11 @@
                 :style="{ backgroundImage: 'url(' + tdBackgroundImage + ')'}"></div>
             </div>
           </div>
-          <div class="contentItem" style="background:url(https://www.cqna.gov.cn/syygapi/naxsb/image/ztfwbg.png) no-repeat;background-size: 100% 100%;">
+          <div class="contentItem"
+            style="background:url(https://www.cqna.gov.cn/syygapi/naxsb/image/ztfwbg.png) no-repeat;background-size: 100% 100%;">
             <div class="title">
               <span class="text">载体服务</span>
-              <span class="more"
-                @click="golink('ztcrlistMobile.html?id=-1',2)">更多>></span>
+              <span class="more" @click="golink('ztcrlistMobile.html?id=-1',2)">更多>></span>
             </div>
             <div class="ztfw">
               <div class="ztfwC">
@@ -553,7 +555,8 @@
                 :style="{ backgroundImage: 'url(' + ztBackgroundImage + ')'}"></div>
             </div>
           </div>
-          <div class="contentItem" style="background:url(https://www.cqna.gov.cn/syygapi/naxsb/image/yqfwbg.png) no-repeat;background-size: 100% 100%;margin-bottom: 10px;">
+          <div class="contentItem"
+            style="background:url(https://www.cqna.gov.cn/syygapi/naxsb/image/yqfwbg.png) no-repeat;background-size: 100% 100%;margin-bottom: 10px;">
             <div class="title">
               <span class="text">便企服务站</span>
             </div>
@@ -671,14 +674,14 @@
           document.querySelector('.ztfwC').style.marginTop = `-${i}px`
         }, 50);
       },
-      
+
       zoomInStepByStep(currentZoom, maxZoom) {
         let that = this;
         if (currentZoom <= maxZoom) {
           map.setZoom(currentZoom, true);
           setTimeout(function () {
             that.zoomInStepByStep(currentZoom + 0.5, maxZoom);
-          }, 100); 
+          }, 100);
         }
       },
       loadAllMap() {
@@ -688,8 +691,8 @@
           .then(data => {
             var centerPoint = data.features[0].properties.center;
             map = new BMapGL.Map("map");
-            map.enableScrollWheelZoom(); 
-            map.enableDragging(); 
+            map.enableScrollWheelZoom();
+            map.enableDragging();
             map.centerAndZoom(new BMapGL.Point(106.662444, 29.53282), 10);
             map.setMapType(BMAP_NORMAL_MAP);
             var pointList = data.features[0].geometry.coordinates[0][0];
@@ -716,7 +719,7 @@
                   result.push(new BMapGL.Point(arr[0], arr[1]));
                 });
                 var color = polygonData.color;
-                
+
                 let polygon = new BMapGL.Polygon(result, {
                   strokeColor: "transparent",
                   strokeWeight: 0,
@@ -728,17 +731,17 @@
                 map.addOverlay(polygon);
                 var id = polygonData.id;
 
-                
+
                 var label = new BMapGL.Label(polygonData.title, {
                   position: polygon.getBounds().getCenter(),
                   offset: new BMapGL.Size(0, 0)
                 });
                 label.setStyle({
-                  color: "#fff", 
-                  borderColor: "transparent", 
-                  borderWeight: 0, 
+                  color: "#fff",
+                  borderColor: "transparent",
+                  borderWeight: 0,
                   fontSize: "12px",
-                  backgroundColor: "rgba(0,0,0,0.5)", 
+                  backgroundColor: "rgba(0,0,0,0.5)",
                   padding: "2px 5px",
                   borderRadius: "5px",
                   borderStyle: "solid"
@@ -748,13 +751,13 @@
                   label.setStyle({ display: "block" });
                 });
 
-                
+
                 polygon.addEventListener("mouseout", function () {
-                 
+
                   label.setStyle({ display: "none" });
                 });
 
-                
+
                 polygon.addEventListener("click", function () {
                   window.location.href = 'dqfwNewMobile.html?id=' + id;
                 });

+ 2 - 2
nngkxxdp/src/main/resources/static/naxsb/mobile/dqfwNewMobile.html

@@ -665,9 +665,9 @@
         this.ztBackgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/ztcy.webp';
       }
       if (id == 1) {
-        this.loadheatMap('https://www.cqna.gov.cn/syygapi/naxsb/json/cycyy.json', '106.600974,29.551763');
+        this.loadheatMap('https://www.cqna.gov.cn/syygapi/naxsb/json/cycyy.json', '106.619974,29.505763');
       } else if (id == 2) {
-        this.loadheatMap('https://www.cqna.gov.cn/syygapi/naxsb/json/xjqcdzcyy.json', '106.70485,29.644364');
+        this.loadheatMap('https://www.cqna.gov.cn/syygapi/naxsb/json/xjqcdzcyy.json', '106.74585,29.610364');
       } else if (id == 3) {
         this.loadheatMap('https://www.cqna.gov.cn/syygapi/naxsb/json/cjlscxcyy.json', '106.620834,29.575306');
       } else if (id == 4) {

+ 2 - 2
nngkxxdp/src/main/resources/static/naxsb/mobile/flooroneMobile.html

@@ -294,9 +294,9 @@
     }
 
     .btable {
-        height: calc(100vh - 10px);
         background-color: #fff;
-        box-sizing: border-box;
+        box-sizing: border-box;    
+        overflow: scroll;
     }
 
     .global-dialog .el-dialog__body {

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

@@ -245,7 +245,7 @@
             <div class="link" @click="window.open('https://www.cqna.gov.cn/zczs/zcjsq/')">政策计算器</div>
         </div>
       </div>
-      <div class="list" @click="window.open('https://nazhgz.cn/info-publish-pc')" style="height: 17vw;justify-content: center;">
+      <div class="list" @click="window.open('https://nazhgz.cn/info-publish/')" style="height: 17vw;justify-content: center;">
         <img src="images/sy6.png" alt="" style="margin-right: 30px;">
         <div><span class="tit">智慧国资</span><img src="images/sy-arrow.png" alt=""></div>
       </div>

+ 0 - 1
nngkxxdp/src/main/resources/static/naxsb/mobile/qjtMobile.html

@@ -24,7 +24,6 @@
     <script src="https://www.cqna.gov.cn/syygapi/naxsb/js/vue.min.js"></script>
     <!-- 引入样式 -->
     <link rel="stylesheet" href="https://www.cqna.gov.cn/syygapi/naxsb/css/index.css">
-    <link rel="stylesheet" href="css/qjt.css">
     <!-- 引入组件库 -->
     <script src="https://www.cqna.gov.cn/syygapi/naxsb/js/index.js"></script>
     <script src="https://www.cqna.gov.cn/syygapi/naxsb/js/echarts.min.js"></script>

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

@@ -553,7 +553,7 @@
 
 
                                 polygon.addEventListener("click", function () {
-                                    window.location.href = 'tdcr.html?tdid=' + id;
+                                    window.location.href = 'tdcrMobile.html?tdid=' + id;
                                 });
                             });
                         }

+ 4 - 1
nngkxxdp/src/main/resources/static/naxsb/mobile/wyyyMobile.html

@@ -263,6 +263,9 @@
         .tableClumn .th3 {
             padding: 10px;
         }
+        .el-dialog__title{
+            font-size: 16px !important;
+        }
     </style>
 </head>
 
@@ -271,7 +274,7 @@
     <div>
         <div class="topBg" style="background-image: url(images/indexbg-yy.png);" id="topBg">
             <div class="topButton" @click="dialogVisible = true"></div>
-            <el-dialog title="周六预约“加班办”报名表" :visible.sync="dialogVisible" width="40vw" @close="handleClose"
+            <el-dialog title="周六预约“加班办”报名表" :visible.sync="dialogVisible" width="98vw" @close="handleClose"
                 :close-on-click-modal="false">
                 <el-form ref="form" :model="form" :rules="rules" label-width="135px">
                     <el-form-item label="姓名" prop="overtimeName">

+ 9 - 10
nngkxxdp/src/main/resources/static/naxsb/mobile/znxzMobile.html

@@ -96,11 +96,10 @@
             background: #FFFFFF;
             border-radius: 10px;
             border: 1px solid #4B98F6;
-            font-size: 16px;
+            font-size: 13px;
             color: #4B98F6;
             margin-left: 10px;
             margin-bottom: 10px;
-            cursor: pointer;
             word-break: break-all;
             overflow: hidden;
             white-space: nowrap;
@@ -118,7 +117,7 @@
             line-height: 10vw;
             margin: 10px 0;
             cursor: pointer;
-            font-size: 16px;
+            font-size: 13px;
         }
 
         .content {
@@ -171,12 +170,12 @@
             top: 0;
             background-image: url(images/number.png);
             background-size: 100% 100%;
-            width: 51px;
-            height: 61px;
+            width: 37px;
+            height: 44px;
             font-weight: bold;
-            font-size: 22px;
+            font-size: 13px;
             color: #836B31;
-            line-height: 48px;
+            line-height: 32px;
             font-style: italic;
             text-align: center;
         }
@@ -309,7 +308,7 @@
         <div style="display: flex;flex-direction: column;">
             <div class="contentright" id="mapcontainer"></div>
             <div class="contentleft" id="">
-                <div style="color: #4B98F6;font-size: 14px;margin-left: 20px;margin-top: 10px;margin-bottom: 10px;">
+                <div style="color: #4B98F6;font-size: 13px;margin-left: 20px;margin-top: 10px;margin-bottom: 10px;">
                     您好,根据提交的信息为您推荐如下地址:</div>
                 <div style="background-color: #fff;padding: 15px;box-sizing: border-box;">
                     <div class="tjdz">
@@ -340,7 +339,7 @@
                             </div>
                             <div class="right">
                                 <div>
-                                    <div>{{item.carrierName?item.carrierName:'-'}}</div>
+                                    <div style="word-break: break-all;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">{{item.carrierName?item.carrierName:'-'}}</div>
                                     <div style="color: #999;">
                                         {{item.situationState=='1'?"可用":"不可用"}}&nbsp|&nbsp{{item.productModule?item.productModule:'-'}}&nbsp|&nbsp{{item.parkData?item.parkData.title:''}}
                                     </div>
@@ -506,7 +505,7 @@
                         that.parkMap.addOverlay(marker);
                         marker.addEventListener('click', function () {
                             var id = d.id;
-                            window.location.href = 'https://www.cqna.gov.cn/syygapi/naxsb/ztcrdetailMobile.html?ztid=' + id;
+                            window.location.href = 'ztcrdetailMobile.html?ztid=' + id;
                         });
                     });
                 });