完成首页布局

This commit is contained in:
future
2026-06-01 19:57:43 +08:00
committed by liwentao
parent 2b58b672d5
commit f0d97e58d1
32 changed files with 4009 additions and 48 deletions
+12 -1
View File
@@ -10,8 +10,19 @@
console.log('App Hide')
}
}
</script>
<style>
<style lang="scss" scoped>
@import 'common/style/base.css';
/*每个页面公共css */
.app-container {
width: 100%;
min-height: 100vh;
max-width: 430px;
margin: 0 auto;
background-color: var(--bg-light);
position: relative;
overflow-x: hidden;
}
</style>