From 538d7313f98da3c304365f1c2b22c3e23d91db35 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 23 十月 2023 15:04:06 +0800 Subject: [PATCH] 版本更新,阴影分析,等高线添加 --- src/views/Map/olMap.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/Map/olMap.vue b/src/views/Map/olMap.vue index b2e3d72..3398447 100644 --- a/src/views/Map/olMap.vue +++ b/src/views/Map/olMap.vue @@ -34,17 +34,17 @@ padding: 0; position: absolute; .coordinate { - bottom: 1%; - left: 1%; - padding: 10px; + left: 153px; + bottom: 23px; + padding: 5px 10px; background: rgba(7, 8, 14, 0.8); z-index: 30; box-shadow: inset 0px 2px 10px 2px rgba(38, 47, 71, 1); position: absolute; - font-size: 16px; + font-size: 14px; font-family: Source Han Sans CN; font-weight: 400; - color: #ffffff; + color: rgba(214, 228, 255, 0.8);; } } </style> \ No newline at end of file -- Gitblit v1.9.3