限制UNIAPP H5 在电脑端显示大小 增加css代码如下
@media screen and (min-width: 768px) {
body,html,.container,.u-navbar,.diygw-bottom,.diygw-top{
max-width:750px !important;
margin:0 auto;
left:inherit !important;
right: inherit !important;
}
}
限制UNIAPP H5 在电脑端显示大小 增加css代码如下
@media screen and (min-width: 768px) {
body,html,.container,.u-navbar,.diygw-bottom,.diygw-top{
max-width:750px !important;
margin:0 auto;
left:inherit !important;
right: inherit !important;
}
}