【发布时间】:2022-01-24 08:21:44
【问题描述】:
我试图让我的网站在手机上全屏显示,但不知何故不会,除非我缩小手机。我希望它在开始时全屏显示,而不是让我手动进行全屏显示。我试过了:
@media screen and (max-width: 800px) {
.headHolder .invertText .sk-notouch .template .content-bgr-light .sk-body-admin .sk-em-standard .aa_top_menu_body{
width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
}
没有用,有人知道吗?
在图片上你可以看到右边的内容更多。
【问题讨论】:
标签: html css media-queries