gpt4 book ai didi

css - 视口(viewport)未被识别

转载 作者:行者123 更新时间:2023-11-28 07:57:30 25 4
gpt4 key购买 nike

我正在努力使网站适合移动设备,但当我为视口(viewport)放入元标记时,它根本无法识别它。

我仍在处理媒体查询,但视口(viewport)根本没有做任何事情。

网站:http://gc200298785.computerstudi.es/test/

源代码:查看源代码:http://gc200298785.computerstudi.es/test/

提前致谢!凯莉

最佳答案

它只是工作正常。我注意到你的 CSS。

@media screen and (max-width: 320px) { 
/*main*/
body {
font-size: 16px;
line-height: none;
width: 100%;
}
.container {
max-width: 90%;
padding: none;
margin: 0 auto;
}
a .inside-container {
max-width: 25%;
}
nav {
width: 25%;
}
nav li{
display: inline;
}
#menu {
max-width: 100%;
}

在你的CSS代码下面添加

.container, #paper, #landing, #paper-bottom{width 100%;}

关于css - 视口(viewport)未被识别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30017553/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com