平昌地图图例调整

This commit is contained in:
aixianling
2023-10-18 17:47:54 +08:00
parent 82bd4af605
commit f9b7833e47

View File

@@ -348,13 +348,12 @@ export default {
} }
.pingchangMapLegend { .pingchangMapLegend {
width: 429px; width: 189px;
height: 45px; height: 95px;
background: url("https://cdn.cunwuyun.cn/pingchang/pingchangMapLegend.png"); background: url("https://cdn.cunwuyun.cn/pingchang/pingchangMapLegend.png");
position: absolute; position: absolute;
bottom: 32px; bottom: 32px;
left: 50%; right: 32px;
transform: translateX(-50%);
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
} }
} }