diff --git a/src/view/sy_map.vue b/src/view/sy_map.vue index fc7a984..da51bdf 100644 --- a/src/view/sy_map.vue +++ b/src/view/sy_map.vue @@ -199,7 +199,7 @@
-
数据加载中...
+
加载中...
@@ -3104,6 +3104,7 @@ onMounted(async () => { background-repeat: no-repeat; background-size: 100% 100%; margin-bottom: 12px; + border-radius: 5px; } .content_item_name { position: relative; @@ -3157,6 +3158,7 @@ onMounted(async () => { background-size: 100% 100%; margin-bottom: 12px; font-size: 18px; + border-radius: 5px; } .content_item:first-child { @@ -3172,6 +3174,7 @@ onMounted(async () => { background-repeat: no-repeat; background-size: 100% 100%; margin-bottom: 12px; + border-radius: 5px; } // .content_item:nth-child(2) { @@ -3259,6 +3262,7 @@ onMounted(async () => { background-size: 100% 100%; margin-bottom: 12px; font-size: 18px; + border-radius: 5px; } // .content_item:last-child { @@ -3345,7 +3349,6 @@ onMounted(async () => { display: flex; // align-items: center; color: #ffffff; - .jbggfwq_content_item_left { margin-right: 10px; width: 80px; @@ -3377,6 +3380,7 @@ onMounted(async () => { margin-bottom: 4px; position: relative; /* 必须设置 position 属性以便伪元素定位 */ + border-radius: 5px; } .jbggfwq_content_item_right_item::after { @@ -3431,7 +3435,7 @@ onMounted(async () => { align-items: center; justify-content: center; background: rgba(124, 151, 180, 0.8); - + border-radius: 5px; .zyys_content_item_left { width: 18px; height: 18px; @@ -3471,8 +3475,8 @@ onMounted(async () => { position: absolute; left: 50%; top: 50%; - width: 120px; - height: 120px; + width: 80px; + height: 80px; background: rgba(0, 0, 0, 0.3); border-radius: 8px; backdrop-filter: blur(2px); @@ -3504,8 +3508,8 @@ onMounted(async () => { } .loading { - width: 50px; - height: 50px; + width: 30px; + height: 30px; } .loading > div { @@ -3581,10 +3585,10 @@ onMounted(async () => { .text { margin-top: 10px; font-family: PingFangSC, PingFang SC; - font-weight: 600; - font-size: 12px; + font-weight: 400; + font-size: 10px; color: #ffffff; - line-height: 22px; + line-height: 20px; letter-spacing: 2px; text-align: center; }