适配小程序代码结构

This commit is contained in:
zhonghua1
2026-01-20 08:46:36 +08:00
parent 3b169467ac
commit 9c00db8ff5
615 changed files with 62726 additions and 8 deletions

View File

@@ -0,0 +1,52 @@
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;
}