电脑知识
margin top(margin top auto)
2023-04-15 00:35

限制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;

}

}

发表评论
0评