基于Taro.js开发的H5应用
This commit is contained in:
@@ -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;
|
||||
//}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user