基于Taro.js开发的H5应用

This commit is contained in:
2025-07-07 13:24:48 +08:00
parent 3db95dbe9b
commit 59f771d542
26 changed files with 919 additions and 193 deletions

View File

@@ -1,2 +1,16 @@
page {
}
.mobile-container {
width: 100%;
min-height: 100vh;
// PC端样式
//@media screen and (min-width: 768px) {
// max-width: 414px;
// margin: 0 auto;
// min-height: auto;
// background-color: #fff;
// position: relative;
//}
}