浏览器看不见城市导航区内容

浏览器看不见城市导航区内容

相关截图:

https://img1.sycdn.imooc.com//climg/6151cc8809251a7a13460983.jpg

相关截图:

https://img1.sycdn.imooc.com//climg/6151ccb2095c215218921026.jpg

问题描述:

为什么我的城市导航区看不见相关文字,缩小浏览器才可以看见?

相关代码:

css代码
*{
margin:0;
padding:0;
}
/*重叠用position*/
html,body{
width: 100%;
font-family: "微软雅黑";
}

ul{
list-style: none;
}/*取消列表的列表符号*/

a{
text-decoration: none;
}/*所有的超链接都不需要下划线*/

input{
border:none;/*outline 边框边缘的外围*/
outline:none;
}
.wrapperBox{
width: 100%;
}

.navBox{
width:100%;
height:40px;
background-color: #00848A;
}

.navBar{
width:1400px;
min-width: 1400px;
margin: 0 auto;/*使导航条居中*/
}

.navBar .logo{
width:34px;
height:31px;
float:left;
}

.logo img{
margin-top: 5px;
}

.navBar nav ul li{
float:right;
}

.navBar nav ul li a{
display: inline-block;
height:40px;
line-height: 40px;
padding-right: 10px;
color:#fff;
}
/*行内元素不具备宽高属性*/
/*鼠标滑过有变化边距应定义在a:hover上*/
.navBar nav li a:hover{
background:#fff;
color:#008484;
}

/*banner条*/
.bannerBox{
width:100%;
height:640px;
overflow:hidden;
}

.bannerBox li .img{
width:100%;
height:100%;
display:none;
}

.bannerBox li .current{
display:block;
}

.bannerBox .dots{
}

/*搜索框*/
.searchBox{
width: 975px;
height: 68px;
margin: 0 auto;
background: #fff;
position: relative;
margin-top: -30px;
border-radius: 5px;
box-shadow: 0 0 2px 0 #ccc;/*水平方向偏移 垂直方向 阴影距离 阴影的模糊程度*/
}

.searchBox form input{
width: 907px;
height: 68px;
float:left;
text-indent:20px;/*文本框缩进*/
border-radius: 5px;
}

.searchBox form input[type="submit"]{
width: 68px;
height: 68px;
background: url(../../img/icon/searchicon.png) no-repeat center;
display: inline-block;
}

.oddsBox{
width:1400px;
margin: 30px auto;
}
/*标题*/
.oddsBox .title p{
width: 200px;
height:40px;
line-height: 40px;
text-align: center;
background: #00848A;
color: #fff;
font-size: 22px;
float:left;
}

.oddsBox .title span{
font-size:22px;
display:inline-block;
float:left;
height:40px;
line-height: 40px;
padding-left: 10px;
color:#00848A;
}

.oddsBox .title span i{
display:inline-block;
font-style: normal;/*i为倾斜标签*//*i为倾斜标签*/
padding:0 5px;
}

.content{
clear:left;
height:800px;
padding-top: 40px;
}

.content .list .list_nav{
display: inline-block;
float: left;
width:100px;
height:46px;
line-height: 46px;
text-align: center;
background: #fff;
border:1px solid #ccc;
border-radius: 5px;
box-shadow: 0 0 4px 0 #ccc;
margin-right: 80px;
}

.content .list .list_nav:last-child{
margin-right: 0;
}

.content .list .current_option{
background: #00848A;
color: #fff;
}


正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
好帮手慕久久 2021-09-28 10:30:11

同学你好,检查一下浏览器有没有放大:

https://img1.sycdn.imooc.com//climg/61527dd2094a708918730269.jpg

如果浏览器处于放大状态,那么页面效果就会有问题,比如导航看不到。因为我们不对放大的情况做处理,即不考虑页面放大的情况。建议点击“放大镜”,将页面还原成100%大小。

祝学习愉快!


  • 提问者 轻呡桃花酒 #1

    我刚看了下,我的浏览器就是100% 可是我看不见城市导航区内容

    2021-10-12 21:50:35
  • 好帮手慕久久 回复 提问者 轻呡桃花酒 #2

    同学你好,建议把全部代码粘贴出来(html、css),老师复现一下问题,再为同学解答。

    2021-10-13 10:03:41
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
零基础 前端工程师体验营
  • 参与学习           人
  • 解答问题       171    个

0基础跨行跨专业想学习编程却难以抉择技术方向?别慌!本课程专为想了解前端开发的小伙伴量身打造,采用案例驱动与互动式教学,开发倾慕客栈项目的同时,还可以对前端基础知识点进行学习!

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师