diff --git a/src/view/sy_map.vue b/src/view/sy_map.vue index 483ab35..6e4327c 100644 --- a/src/view/sy_map.vue +++ b/src/view/sy_map.vue @@ -12,13 +12,8 @@
-
+
{{ ageLess0(item.ages) }}
{{ item.rksl }}
@@ -30,13 +25,8 @@
-
+
{{ item.name }}
{{ item.rksl }}
@@ -50,18 +40,11 @@
-
+
{{ item.name }}
-
+ "> {{ itemm.name }}
@@ -83,13 +65,8 @@
-
+
{{ item.name }}
@@ -834,7 +811,7 @@ const addCsUnChoose = () => { map.removeOverlay(cs_qk_arr.value[index]); }); getDataBqs(cfJd.value, cfCs.value); - getDataBq(cfJd.value, cfCs.value); + getDataBq(cfJd.value, cfCs.value); getDatas2(cfJd.value, choose.value.person, cfCs.value); if ( choose.value.person == "cjr" || @@ -1019,7 +996,7 @@ const createCs2 = (polygon, indexx) => { div.style.justifyContent = "space-between"; div.style.alignItems = "center"; div.style.cursor = "pointer"; - div.style.padding = "5px"; + div.style.padding = "5px 10px"; div.style.minWidth = "90px"; div.style.background = `url(${xcbg}) no-repeat 0/100% 100%`; div.style.transform = "translateY(50px)"; @@ -1097,7 +1074,7 @@ const createCs = (polygon, indexx) => { div.style.justifyContent = "center"; div.style.alignItems = "center"; div.style.cursor = "pointer"; - div.style.padding = "5px"; + div.style.padding = "5px 10px"; div.style.minWidth = "60px"; div.style.background = `url(${xcbg}) no-repeat 0/100% 100%`; div.style.transform = "translateY(50px)"; @@ -1150,7 +1127,7 @@ const DGcreateCs = (polygon, indexx) => { div.style.justifyContent = "center"; div.style.alignItems = "center"; div.style.cursor = "pointer"; - div.style.padding = "5px"; + div.style.padding = "5px 10px"; div.style.minWidth = "60px"; div.style.background = `url(${xcbg}) no-repeat 0/100% 100%`; div.style.transform = "translateY(50px)"; @@ -1206,7 +1183,7 @@ const DGcreateCs2 = (polygon, indexx) => { div.style.justifyContent = "space-between"; div.style.alignItems = "center"; div.style.cursor = "pointer"; - div.style.padding = "5px"; + div.style.padding = "5px 10px"; div.style.minWidth = "90px"; div.style.background = `url(${xcbg}) no-repeat 0/100% 100%`; div.style.transform = "translateY(50px)"; @@ -1461,7 +1438,7 @@ const changeFwq = async (id, list, center, name, names) => { await getServiceCircle(names, name); choose.value.fwq = id; map.clearOverlays(); //清空地图上所有的覆盖物 - choose.value.person='' + choose.value.person = '' addggfwq(); //创建公共服务圈 setTimeout(() => { goMapCenter(center, 16); //中心点缩放 @@ -2686,17 +2663,13 @@ onMounted(() => { bottom: 0; width: 520px; height: 960px; - background: linear-gradient( - 270deg, + background: linear-gradient(270deg, rgba(0, 52, 131, 0.69) 0%, rgba(0, 32, 83, 0.77) 50%, - rgba(0, 60, 131, 0.74) 100% - ), - radial-gradient( - 128% 99% at 100% 46%, + rgba(0, 60, 131, 0.74) 100%), + radial-gradient(128% 99% at 100% 46%, rgba(0, 48, 125, 0.29) 0%, - rgba(0, 61, 134, 0.42) 100% - ); + rgba(0, 61, 134, 0.42) 100%); box-shadow: inset 0px 0px 56px 0px rgba(173, 221, 255, 0.5); backdrop-filter: blur(3px); padding: 30px 26px; @@ -2868,17 +2841,13 @@ onMounted(() => { bottom: 0; width: 520px; height: 960px; - background: linear-gradient( - 270deg, + background: linear-gradient(270deg, rgba(0, 52, 131, 0.69) 0%, rgba(0, 32, 83, 0.77) 50%, - rgba(0, 60, 131, 0.74) 100% - ), - radial-gradient( - 128% 99% at 100% 46%, + rgba(0, 60, 131, 0.74) 100%), + radial-gradient(128% 99% at 100% 46%, rgba(0, 48, 125, 0.29) 0%, - rgba(0, 61, 134, 0.42) 100% - ); + rgba(0, 61, 134, 0.42) 100%); box-shadow: inset 0px 0px 56px 0px rgba(173, 221, 255, 0.5); backdrop-filter: blur(3px); padding: 30px 26px; @@ -2969,6 +2938,7 @@ onMounted(() => { .zyys { margin-top: 25px; + .zyys_content { margin-top: 20px; box-sizing: border-box; @@ -3037,12 +3007,10 @@ onMounted(() => { // line-height: 44px; letter-spacing: 4px; margin-bottom: 15px; - background: linear-gradient( - 180deg, - #ffffff 0%, - #ffffff 40%, - #00ffff 100% - ); + background: linear-gradient(180deg, + #ffffff 0%, + #ffffff 40%, + #00ffff 100%); /* 使文字没有背景颜色的背景 */ background-clip: text; /* 为了兼容性,添加渐变背景到IE */