场馆停用bug修复

This commit is contained in:
2023-10-10 17:00:13 +08:00
parent 39776422e4
commit 859ec4fa21
4 changed files with 50 additions and 4 deletions

View File

@@ -410,3 +410,22 @@
.share-btn-box>button::after {
border: none;
}
.newplot {
position: fixed;
top: 260rpx;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #FFF;
font-size: 28rpx;
}
.newplot>image {
width: 200rpx;
height: 200rpx;
margin-top: -200rpx;
}