解决微信小程序首页空白问题。

This commit is contained in:
cst61
2026-02-01 09:21:11 +08:00
parent 80d6d46182
commit cc01c4dc47
454 changed files with 404 additions and 62235 deletions

View File

@@ -1,52 +0,0 @@
page {
flex: 1;
width: 100%;
height: 100%;
}
uni-button:after {
border: none;
border-radius: 0;
}
.content {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
flex: 1;
background-color: #F9F9F9;
}
.bottom-back {
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 10px;
width: 750rpx;
height: 44px;
display: flex;
width: 100%;
border: none;
border-width: 0;
border-radius: 0;
background-color: #FFFFFF;
}
.bottom-back-text {
font-size: 33rpx;
}
.mt10 {
margin-top: 10px;
}