feat: 提交模板代码
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/**app.wxss**/
|
||||
page,
|
||||
view,
|
||||
scroll-view,
|
||||
image,
|
||||
text {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
Reference in New Issue
Block a user