Browse Source

fixed: 字体替换

Elis 6 months ago
parent
commit
d1eedd0013

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/css/conmon.css

@@ -20,7 +20,7 @@ li {
 
 @font-face {
     font-family: 'DOUYU';
-    src: url('../fonts/DOUYUFONT-2.OTF');
+    src: url('../fonts/DOUYUFONT-2.woff');
     font-weight: normal;
     font-style: normal;
 }

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/css/floorcon.css

@@ -14,7 +14,7 @@ html {
 
 @font-face {
     font-family: 'DOUYU';
-    src: url('../fonts/DOUYUFONT-2.OTF');
+    src: url('../fonts/DOUYUFONT-2.woff');
     font-weight: normal;
     font-style: normal;
 }

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/css/mapcon.css

@@ -15,7 +15,7 @@ html {
 
 @font-face {
     font-family: 'DOUYU';
-    src: url('../fonts/DOUYUFONT-2.OTF');
+    src: url('../fonts/DOUYUFONT-2.woff');
     font-weight: normal;
     font-style: normal;
 }

+ 6 - 6
nngkxxdp/src/main/resources/static/naxsb/css/qjt.css

@@ -4,12 +4,12 @@ body {
     /* 溢出隐藏 */
 }
 
-@font-face {
-    font-family: 'DOUYU';
-    src: url('../fonts/DOUYUFONT-2.OTF');
-    font-weight: normal;
-    font-style: normal;
-}
+/*@font-face {*/
+/*    !*font-family: 'DOUYU';*!*/
+/*    !*src: url('../fonts/DOUYUFONT-2.woff');*!*/
+/*    font-weight: normal;*/
+/*    font-style: normal;*/
+/*}*/
 
 #loading {
     position: absolute;

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/css/syygggy.css

@@ -75,7 +75,7 @@ html {
 
 @font-face {
   font-family: "DOUYU";
-  src: url("../fonts/DOUYUFONT-2.OTF");
+  src: url("../fonts/DOUYUFONT-2.woff");
   font-weight: normal;
   font-style: normal;
 }

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

@@ -49,7 +49,7 @@
 
     @font-face {
       font-family: 'DOUYU';
-      src: url('fonts/DOUYUFONT-2.OTF');
+      src: url('fonts/DOUYUFONT-2.woff');
       font-weight: normal;
       font-style: normal;
     }
@@ -648,7 +648,7 @@
               <span class="text">园区服务</span>
             </div>
             <div class="yqfw">
-              <div class="yqfwBox mb" @click="golink('https://www.cqna.gov.cn/syygapi/naxsb/tsfw.html?id=1')">
+              <div class="yqfwBox mb" @click="golink('https://www.cqna.gov.cn/syygapi/naxsb/tsfw.html?id=3')">
                 <img src="https://www.cqna.gov.cn/syygapi/naxsb/image/listcricle.png" />特色服务
               </div>
               <div class="yqfwBox mb" @click="tolink('https://www.cqna.gov.cn/syygapi/naxsb/dqfw.html')">

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

@@ -39,7 +39,7 @@
 
         @font-face {
             font-family: 'DOUYU';
-            src: url('https://www.cqna.gov.cn/syygapi/naxsb/fonts/DOUYUFONT-2.OTF');
+            src: url('https://www.cqna.gov.cn/syygapi/naxsb/fonts/DOUYUFONT-2.woff');
             font-weight: normal;
             font-style: normal;
         }

+ 2 - 9
nngkxxdp/src/main/resources/static/naxsb/dqfwNew.html

@@ -38,7 +38,7 @@
 
     @font-face {
       font-family: 'DOUYU';
-      src: url('https://www.cqna.gov.cn/syygapi/naxsb/fonts/DOUYUFONT-2.OTF');
+      src: url('https://www.cqna.gov.cn/syygapi/naxsb/fonts/DOUYUFONT-2.woff');
       font-weight: normal;
       font-style: normal;
     }
@@ -740,14 +740,6 @@
             const id = that.id;
             map.setMapStyleV2({
               styleJson: [
-                // {
-                //     "featureType": "road",
-                //     "elementType": "all",
-                //     "stylers": {
-                //         "color": "#ffffff",
-                //         "visibility": "off"
-                //     }
-                // },
                 {
                   "featureType": "building",
                   "elementType": "all",
@@ -780,6 +772,7 @@
               map.centerAndZoom(new BMapGL.Point(106.76723874457288, 29.573276880811712), 3);
               level = 14;
             } else if (id == 3) {
+              debugger
               map.centerAndZoom(new BMapGL.Point(106.69517131217539, 29.51577313312822), 3);
               level = 15;
             } else if (id == 4) {

BIN
nngkxxdp/src/main/resources/static/naxsb/fonts/DOUYUFONT-2.woff


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

@@ -31,7 +31,8 @@
 
     @font-face {
       font-family: 'DOUYU';
-      src: url('https://www.cqna.gov.cn/syygapi/naxsb/fonts/DOUYUFONT-2.OTF');
+      src: url('https://www.cqna.gov.cn/syygapi/naxsb/fonts/DOUYUFONT-2.woff');
+      /*src: url('http://localhost:8082/naxsb/fonts/DOUYUFONT-2.woff');*/
       font-weight: normal;
       font-style: normal;
     }

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

@@ -24,7 +24,7 @@
 
         @font-face {
             font-family: 'DOUYU';
-            src: url('fonts/DOUYUFONT-2.OTF');
+            src: url('fonts/DOUYUFONT-2.woff');
             font-weight: normal;
             font-style: normal;
         }

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

@@ -31,7 +31,7 @@
 
         @font-face {
             font-family: 'DOUYU';
-            src: url('fonts/DOUYUFONT-2.OTF');
+            src: url('fonts/DOUYUFONT-2.woff');
             font-weight: normal;
             font-style: normal;
         }