平昌地图图例调整

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 {
width: 429px;
height: 45px;
width: 189px;
height: 95px;
background: url("https://cdn.cunwuyun.cn/pingchang/pingchangMapLegend.png");
position: absolute;
bottom: 32px;
left: 50%;
transform: translateX(-50%);
right: 32px;
backdrop-filter: blur(10px);
}
}