但是层级没有解决,会被navtop给挡住呢。。。

但是层级没有解决,会被navtop给挡住呢。。。

*{
   margin: 0;
   padding: 0;
}
a{
   text-decoration: none;
}/*所有的a标签取消下划线*/
.head{
   background: #f3f5f7;
   width: 100%;
   overflow: hidden;
}/*top区和logo区整体背景设置*/
.top{
   position: relative;
   height: 48px;
   width: 70%;
   margin: 0 auto;
   background:#f3f5f7;
  color: #666666;
   clear: both;
   z-index: 99;
}/*top区*/
.login{
   position: absolute;
   width: auto;
   height: auto;
   top: 0;
   left: 0;
   font-size: 15px;
}/*登陆区*/
.top a{
   display: inline-block;
   color:#666666;
   width: auto;
   height:40px;
   line-height: 40px;
   text-align: center;
   padding: 4px;
   margin-left: 20px;
}/*登陆区的a样式详情*/
.top a:hover{
   color: red;
}/*a划过显示动画*/
.topNav{
   float: right;
   /*position: absolute;
   top: 0;
   right: 0;*/
   font-size: 0;
   clear: both;
}/*top区右导航*/
.topNav2,
.topNav1{
   line-height: 40px;
   float: left;
   margin-right: 30px;
   padding: 4px;
   box-sizing: border-box;
   font-size: 14px;
   border: 1px solid transparent;
   position: relative;
}
.get{
   width: 70px;
}
.topNav1:hover{
   background: white;
   border: 1px solid #cccccc;
   color: red;
}
.topNav2:hover{
   color: red;
}
.topNav1:hover .hideTitle{
   display:block;
   color: #666666;
}/*css设置简单效果*/
.hideTitle{
   height: auto;
   font-size: 14px;
  display: none;
   position: absolute;
   left: -1px;
   top: 48px;
   text-align: center;
   background: #ffffff;
   width: 100%;
   z-index: 99;

}
.hideTitle div{
   border: 1px solid #cccccc;
   background: #ffffff;
   width: 78px;
   z-index: 99;
}
.hr{
   border: 1px solid #cccccc;
   box-sizing: border-box;
   width: 70%;
   margin: 0 auto;
}
/*top区包括注册和登陆以及右边的整体导航样式设置完成*/
.cover{
   position:fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.4);
   z-index: 999;
   display: none;
}
.window{
   position: fixed;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   width: 360px;
   height: 380px;
   background: white;
   border-radius: 2px;
}
.windowTop{
   position: relative;
   width: 300px;
   height:60px;
   margin: 10px auto;
}
.windowTop .WTleft{
   float: left;
   position: absolute;
   height: 40px;
   left: 0;
   top: 50%;

   margin-top: -20px;
   text-align: center;
}
.windowTop .WTleft a{
   display: inline-block;
   line-height: 40px;
   margin:0 10px;
   color: #666666;
   font-weight: bold;
   font-size: 1.1em;
   letter-spacing: 2px;
}
.windowTop .WTleft .active{
   color: red;
   border-bottom:2px solid red;
}
.windowTop .WTright{
   position: absolute;
   right: 10px;
   top: 50%;
   margin-top:-15px;
   float: left;
}
.windowTop .WTright:hover{
   cursor: pointer;
}
.windowBottom{
   position: relative;
   width: 300px;
   margin: 20px auto;
   height: 260px;
   text-align: left;
}
.windowBottom span{
   font-size: 14px;
}
.windowBottom .inp{
     height: 30px;
     width: 296px;
   margin: 12px 0;
}
.windowBottom a{
   position: absolute;
   bottom: 50px;
   display: block;
   width: 100%;
   height: 40px;
   line-height: 40px;
   color: white;
   border-radius: 5px;
   background-color: orangered;
   font-weight: bold;
   font-size: 1.1em;
   text-align: center;
}
.windowBottom .imgIcon{
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 80%;
   margin-left: -120px;
   text-align: center;
}
.simgIcon{
   display: inline-block;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   background: #666666;
   margin: 0 12px;
}
.windowBottom .simgIcon:hover{
   background-color: green;
   cursor: pointer;
}
.windowBottom span:hover{
   cursor: pointer;
}
   /*登陆页面弹出层*/
.window1{
   position: fixed;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   width: 360px;
   height: 340px;
   background: white;
   border-radius: 2px;
   z-index: 9999;
}/*
.windowTop{
   position: relative;
   width: 300px;
   height:60px;
   margin: 10px auto;
}
.windowTop .WTleft{
   float: left;
   position: absolute;
   height: 40px;
   left: 0;
   top: 50%;

   margin-top: -20px;
   text-align: center;
}
.windowTop .WTleft a{
   display: inline-block;
   line-height: 40px;
   margin:0 10px;
   color: #666666;
   font-weight: bold;
   font-size: 1.1em;
   letter-spacing: 2px;
}
.windowTop .WTleft .active{
   color: red;
   border-bottom:2px solid red;
}
.windowTop .WTright{
   position: absolute;
   right: 10px;
   top: 50%;
   margin-top:-15px;
   float: left;
}
.windowTop .WTright:hover{
   cursor: pointer;
}
.windowBottom{
   position: relative;
   width: 300px;
   margin: 20px auto;
   height: 260px;
   text-align: center;
}
.windowBottom span{
   font-size: 14px;
}*/
.windowBottom .inpu{
     height: 30px;
     width: 180px;
   margin: 12px 0;
}
.window1 .windowBottom a{
   position: absolute;
   bottom: 90px;
   display: block;
   width: 100%;
   height: 40px;
   line-height: 40px;
   color: white;
   border-radius: 5px;
   background-color: orangered;
   font-weight: bold;
   font-size: 1.1em;
}
.window1 .windowBottom .imgIcon{
   position: absolute;
   bottom: 40px;
   left: 50%;
   width: 80%;
   margin-left: -120px;
   text-align: center;
}
/*.simgIcon{
   display: inline-block;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   background: #666666;
   margin: 0 12px;
}
.windowBottom .simgIcon:hover{
   background-color: green;
   cursor: pointer;
}
.windowBottom span:hover{
   cursor: pointer;
}
*/
/*注册页面弹出层*/
.logoPart{
   width: 70%;
   height: 138px;
   margin: 0 auto;
   padding: 40px;
   box-sizing: border-box;
   position: relative;
   z-index: 9;
}
.logoPart img{
   position: absolute;
   top: 40px;
   left: 0;
}/*logo区左侧图片定位*/
.logoPart .search{
   position: absolute;
   top: 46px;
   left: 50%;
   margin-left: -200px;
}/*logo区search大框定位*/
.logoPart .search a{
  display: block;
   float: right;
   background: black;
   color: white;
   text-align: center;
   line-height: 40px;
   width: 80px;
   height: 40px;
}
.logoPart .search a:hover{
   cursor: pointer;
}
.logoPart .search input{
   height: 36px;
   width: 400px;
}/*样式设置*/
.logoPart .chart{
   position: absolute;
  text-align: right;
   color: white;
   top: 46px;
   height: 40px;
   line-height: 40px;
   width: 15%;
   right: 0;
   background: red;
}/*购物车定位*/
.chart img{
   top:50%;
   margin-top: -8px;
   left: 10px;
}
.chart i{
   display:block;
   float: right;
   margin-right: 10px;
   margin-top: 3%;
   height: 80%;
   width: 28px;
}/*head区包括顶部加收索栏样式设置以及弹出层页面设置全部样式*/
.popChart{
   position: fixed;
   top: 137px;
   right: 146px;
   height: 300px;
   width: 200px;
   background: white;
   border:1px solid #cccccc;
}
.popChartA{
   font-size: 15px;
   padding: 10px;
   font-weight: bold;
}
.popChartB{
   height: 190px;
   padding: 10px;
   overflow:auto;
}
.popChartB div{
   width: 100%;
   float: left;
   text-align: left;
   font-size: 13px;
   line-height: 24px;
   padding: 2px;
   border-bottom: 2px solid #cccccc;
}
.popChartB div:hover{
   background: #cccccc;
}
.popChartB .min{
font-size: 10px;
}

.popChartB div img{
   float: left;
}
.popChartC{
   height: 48px;
   padding:2px;
}
.popChartC span{
   font-size: 8px;
}
.popChartC a{
   display:block;
   width: 40%;
   height: 26px;
   margin: 0 auto;
   text-align: center;
   background: orangered;
   color: white;
   border-radius: 5px;
}
/*购物篮结算清单样式*/
.naTop{
   width: 100%;
   height: 60px;
   background: black;
   z-index: -1;
}
.naTop a{
   color:white;
   line-height: 60px;
   font-size: 1em;
   font-weight: bold;
   margin-right:30px;
}

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

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

1回答
好帮手慕夭夭 2018-10-16 16:08:32

html没有上传 , 建议同学上传完整的代码 , 以便针对代码进行有效的测试哦 ,  如果代码太多上传不了 , 作业做完之后 , 在作业区上传作业 ,也会有老师对作业进行详细指导 . 祝学习愉快 !

问题已解决,确定采纳
还有疑问,暂不采纳

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

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

0 星
前端小白入门系列课程
  • 参与学习           人
  • 提交作业       11218    份
  • 解答问题       36713    个

从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!

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

在线咨询

领取优惠

免费试听

领取大纲

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