gpt4 book ai didi

html - 菜单问题,没有出现在手机上

转载 作者:行者123 更新时间:2023-11-28 00:12:21 25 4
gpt4 key购买 nike

你电脑上的菜单是这样的,就是你看,看下图。 https://imgur.com/PpndJkx

在移动设备上,菜单不可见,只有 Logo 和页面的其余部分可见。

https://imgur.com/rxLbwuv

nav{
width: 1330px;
display: flex;
justify-content: space-between;
align-items: center;
}

nav ul li{
text-transform: uppercase;
display: inline-block;
color: white;
margin-right: 10px;
}
<nav>
<div class="logo-cont"></div>
<ul>
<li><a href="#">Despre noi</a></li>
<li><a href="#">Servicii</a></li>
<li><a href="#">Cere ofertă</a></li>
</ul>

</nav>

最佳答案

代替

   width: 1330px;

试用:

  width: 100%;

看看会发生什么

关于html - 菜单问题,没有出现在手机上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55317123/

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