项目初始化
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
/**app.wxss**/
|
||||
.container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 200rpx 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@import "./theme.wxss";
|
||||
page {
|
||||
height: 100vh;
|
||||
background-color: #f5f7fa; /* 与容器背景保持一致 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user