diff --git a/src/assets/images/Sponge_screen/menu/DB_img.png b/src/assets/images/Sponge_screen/menu/DB_img.png index 986a16f..e1e2474 100644 --- a/src/assets/images/Sponge_screen/menu/DB_img.png +++ b/src/assets/images/Sponge_screen/menu/DB_img.png Binary files differ diff --git a/src/assets/images/Sponge_screen/menu/DB_img.png b/src/assets/images/Sponge_screen/menu/DB_img.png index 986a16f..e1e2474 100644 --- a/src/assets/images/Sponge_screen/menu/DB_img.png +++ b/src/assets/images/Sponge_screen/menu/DB_img.png Binary files differ diff --git a/src/utils/GISdocument/mapboxVectorLayer.js b/src/utils/GISdocument/mapboxVectorLayer.js index b5d57d3..90c59f0 100644 --- a/src/utils/GISdocument/mapboxVectorLayer.js +++ b/src/utils/GISdocument/mapboxVectorLayer.js @@ -107,8 +107,9 @@ source: layerId, paint: { 'text-color': 'rgba(255, 255, 255, 1)', - 'text-halo-color': 'rgba(14, 139, 90, 1)', - 'text-halo-width': 2, + // 地图上文字的 + 'text-halo-color': 'rgba(0,0,0, 1)', + 'text-halo-width': 1, }, layout: { 'icon-image': layerId, @@ -119,7 +120,7 @@ 'text-field': '{name}', 'text-font': ['KlokanTech Noto Sans Regular'], 'icon-rotate': ['get', 'bearing'], - 'text-size': 16, + 'text-size': 18, 'text-line-height': 3, 'text-max-width': 50, 'text-offset': [0, -3], @@ -286,7 +287,7 @@ // https://docs.mapbox.comhttps://docs.mapbox.com/style-spec/reference/sources/ tiles: [ '/geoserver/demo/wms?bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&transparent=true&width=256&height=256&' + - `layers=${layerName}`, + `layers=${layerName}`, ], tileSize: 256, }); diff --git a/src/assets/images/Sponge_screen/menu/DB_img.png b/src/assets/images/Sponge_screen/menu/DB_img.png index 986a16f..e1e2474 100644 --- a/src/assets/images/Sponge_screen/menu/DB_img.png +++ b/src/assets/images/Sponge_screen/menu/DB_img.png Binary files differ diff --git a/src/utils/GISdocument/mapboxVectorLayer.js b/src/utils/GISdocument/mapboxVectorLayer.js index b5d57d3..90c59f0 100644 --- a/src/utils/GISdocument/mapboxVectorLayer.js +++ b/src/utils/GISdocument/mapboxVectorLayer.js @@ -107,8 +107,9 @@ source: layerId, paint: { 'text-color': 'rgba(255, 255, 255, 1)', - 'text-halo-color': 'rgba(14, 139, 90, 1)', - 'text-halo-width': 2, + // 地图上文字的 + 'text-halo-color': 'rgba(0,0,0, 1)', + 'text-halo-width': 1, }, layout: { 'icon-image': layerId, @@ -119,7 +120,7 @@ 'text-field': '{name}', 'text-font': ['KlokanTech Noto Sans Regular'], 'icon-rotate': ['get', 'bearing'], - 'text-size': 16, + 'text-size': 18, 'text-line-height': 3, 'text-max-width': 50, 'text-offset': [0, -3], @@ -286,7 +287,7 @@ // https://docs.mapbox.comhttps://docs.mapbox.com/style-spec/reference/sources/ tiles: [ '/geoserver/demo/wms?bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&transparent=true&width=256&height=256&' + - `layers=${layerName}`, + `layers=${layerName}`, ], tileSize: 256, }); diff --git a/src/views/oneMap/BIM/Tunnel.vue b/src/views/oneMap/BIM/Tunnel.vue index b45b1da..273656c 100644 --- a/src/views/oneMap/BIM/Tunnel.vue +++ b/src/views/oneMap/BIM/Tunnel.vue @@ -3,19 +3,22 @@ @@ -84,7 +96,11 @@ left: 10px; top: 70px; // background: url('@/assets/images/LeftContent.png') no-repeat; - background: linear-gradient(0deg, rgba(0, 93, 114, 0.8) 0%, rgba(0, 93, 114, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 6px; border: 1px solid #47eef3; box-shadow: inset 0 0 5px 5px #47eef38a; @@ -96,7 +112,11 @@ right: 10px; top: 70px; // background: url('@/assets/images/rightContent.png') no-repeat; - background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 76, 118, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 6px; border: 1px solid #47eef3; box-shadow: inset 0 0 5px 5px #47eef38a; diff --git a/src/assets/images/Sponge_screen/menu/DB_img.png b/src/assets/images/Sponge_screen/menu/DB_img.png index 986a16f..e1e2474 100644 --- a/src/assets/images/Sponge_screen/menu/DB_img.png +++ b/src/assets/images/Sponge_screen/menu/DB_img.png Binary files differ diff --git a/src/utils/GISdocument/mapboxVectorLayer.js b/src/utils/GISdocument/mapboxVectorLayer.js index b5d57d3..90c59f0 100644 --- a/src/utils/GISdocument/mapboxVectorLayer.js +++ b/src/utils/GISdocument/mapboxVectorLayer.js @@ -107,8 +107,9 @@ source: layerId, paint: { 'text-color': 'rgba(255, 255, 255, 1)', - 'text-halo-color': 'rgba(14, 139, 90, 1)', - 'text-halo-width': 2, + // 地图上文字的 + 'text-halo-color': 'rgba(0,0,0, 1)', + 'text-halo-width': 1, }, layout: { 'icon-image': layerId, @@ -119,7 +120,7 @@ 'text-field': '{name}', 'text-font': ['KlokanTech Noto Sans Regular'], 'icon-rotate': ['get', 'bearing'], - 'text-size': 16, + 'text-size': 18, 'text-line-height': 3, 'text-max-width': 50, 'text-offset': [0, -3], @@ -286,7 +287,7 @@ // https://docs.mapbox.comhttps://docs.mapbox.com/style-spec/reference/sources/ tiles: [ '/geoserver/demo/wms?bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&transparent=true&width=256&height=256&' + - `layers=${layerName}`, + `layers=${layerName}`, ], tileSize: 256, }); diff --git a/src/views/oneMap/BIM/Tunnel.vue b/src/views/oneMap/BIM/Tunnel.vue index b45b1da..273656c 100644 --- a/src/views/oneMap/BIM/Tunnel.vue +++ b/src/views/oneMap/BIM/Tunnel.vue @@ -3,19 +3,22 @@ @@ -84,7 +96,11 @@ left: 10px; top: 70px; // background: url('@/assets/images/LeftContent.png') no-repeat; - background: linear-gradient(0deg, rgba(0, 93, 114, 0.8) 0%, rgba(0, 93, 114, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 6px; border: 1px solid #47eef3; box-shadow: inset 0 0 5px 5px #47eef38a; @@ -96,7 +112,11 @@ right: 10px; top: 70px; // background: url('@/assets/images/rightContent.png') no-repeat; - background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 76, 118, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 6px; border: 1px solid #47eef3; box-shadow: inset 0 0 5px 5px #47eef38a; diff --git a/src/views/oneMap/map/newfiberMapBox.vue b/src/views/oneMap/map/newfiberMapBox.vue index 24ebc00..d7f0eaf 100644 --- a/src/views/oneMap/map/newfiberMapBox.vue +++ b/src/views/oneMap/map/newfiberMapBox.vue @@ -597,13 +597,13 @@ //根据数值中加载相对应颜色 property: "height_3", // this will be your density property form you geojson stops: [ - [10, "#0284bf"], - [20, "#0284bf"], - [30, "#0284bf"], - [80, "#00517e"], - [100, "#1f95bd"], - [125, "#1f95bd"], - [300, "#1f95bd"], + [10, "#009bdd"], + [20, "#009bdd"], + [30, "#009bdd"], + [80, "#00a8de"], + [100, "#24edff"], + [125, "#24edff"], + [300, "#24edff"], ], }, // 从source 'height'属性获取填充-挤出-高度。 diff --git a/src/assets/images/Sponge_screen/menu/DB_img.png b/src/assets/images/Sponge_screen/menu/DB_img.png index 986a16f..e1e2474 100644 --- a/src/assets/images/Sponge_screen/menu/DB_img.png +++ b/src/assets/images/Sponge_screen/menu/DB_img.png Binary files differ diff --git a/src/utils/GISdocument/mapboxVectorLayer.js b/src/utils/GISdocument/mapboxVectorLayer.js index b5d57d3..90c59f0 100644 --- a/src/utils/GISdocument/mapboxVectorLayer.js +++ b/src/utils/GISdocument/mapboxVectorLayer.js @@ -107,8 +107,9 @@ source: layerId, paint: { 'text-color': 'rgba(255, 255, 255, 1)', - 'text-halo-color': 'rgba(14, 139, 90, 1)', - 'text-halo-width': 2, + // 地图上文字的 + 'text-halo-color': 'rgba(0,0,0, 1)', + 'text-halo-width': 1, }, layout: { 'icon-image': layerId, @@ -119,7 +120,7 @@ 'text-field': '{name}', 'text-font': ['KlokanTech Noto Sans Regular'], 'icon-rotate': ['get', 'bearing'], - 'text-size': 16, + 'text-size': 18, 'text-line-height': 3, 'text-max-width': 50, 'text-offset': [0, -3], @@ -286,7 +287,7 @@ // https://docs.mapbox.comhttps://docs.mapbox.com/style-spec/reference/sources/ tiles: [ '/geoserver/demo/wms?bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&transparent=true&width=256&height=256&' + - `layers=${layerName}`, + `layers=${layerName}`, ], tileSize: 256, }); diff --git a/src/views/oneMap/BIM/Tunnel.vue b/src/views/oneMap/BIM/Tunnel.vue index b45b1da..273656c 100644 --- a/src/views/oneMap/BIM/Tunnel.vue +++ b/src/views/oneMap/BIM/Tunnel.vue @@ -3,19 +3,22 @@ @@ -84,7 +96,11 @@ left: 10px; top: 70px; // background: url('@/assets/images/LeftContent.png') no-repeat; - background: linear-gradient(0deg, rgba(0, 93, 114, 0.8) 0%, rgba(0, 93, 114, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 6px; border: 1px solid #47eef3; box-shadow: inset 0 0 5px 5px #47eef38a; @@ -96,7 +112,11 @@ right: 10px; top: 70px; // background: url('@/assets/images/rightContent.png') no-repeat; - background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 76, 118, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 6px; border: 1px solid #47eef3; box-shadow: inset 0 0 5px 5px #47eef38a; diff --git a/src/views/oneMap/map/newfiberMapBox.vue b/src/views/oneMap/map/newfiberMapBox.vue index 24ebc00..d7f0eaf 100644 --- a/src/views/oneMap/map/newfiberMapBox.vue +++ b/src/views/oneMap/map/newfiberMapBox.vue @@ -597,13 +597,13 @@ //根据数值中加载相对应颜色 property: "height_3", // this will be your density property form you geojson stops: [ - [10, "#0284bf"], - [20, "#0284bf"], - [30, "#0284bf"], - [80, "#00517e"], - [100, "#1f95bd"], - [125, "#1f95bd"], - [300, "#1f95bd"], + [10, "#009bdd"], + [20, "#009bdd"], + [30, "#009bdd"], + [80, "#00a8de"], + [100, "#24edff"], + [125, "#24edff"], + [300, "#24edff"], ], }, // 从source 'height'属性获取填充-挤出-高度。 diff --git a/src/views/voice/recordPage/index.vue b/src/views/voice/recordPage/index.vue index f6de572..61894c2 100644 --- a/src/views/voice/recordPage/index.vue +++ b/src/views/voice/recordPage/index.vue @@ -9,7 +9,7 @@ class="DongImg" v-show="process == 0" src="@/assets/images/voice/ceshi1.png" - style="opacity: 0.15; bottom: 5px" + style="opacity: 0.3; bottom: 5px" alt="" />