202404-预订信息列表开门

This commit is contained in:
2024-05-27 17:42:29 +08:00
parent 298a18e933
commit d50e4a3ef2
4 changed files with 29 additions and 5 deletions

View File

@@ -129,3 +129,17 @@
text-align: center;
line-height: 100rpx;
}
.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;
}