This commit is contained in:
2023-01-28 15:25:55 +08:00
parent 3a134326e7
commit 13cf902ce2
9 changed files with 259 additions and 46 deletions

View File

@@ -76,6 +76,12 @@ t-cell {
.padding_box {
padding: 0 20rpx;
}
.center_box {
width: 100%;
margin-top: 20rpx;
display: flex;
justify-content: center;
}
.bottom_box {
width: 100%;
position: absolute;