Files
template-10556/src/pages/index/index.scss
2025-07-07 15:04:57 +08:00

17 lines
260 B
SCSS

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