麻烦老师帮我看看为什么gallery那部分会把上面挡住

麻烦老师帮我看看为什么gallery那部分会把上面挡住

*{
  margin: 0;
  padding: 0;
}
/*header
logo
导航
*/
.header{
  width: 100%;
  height: 100px;
  background-color: #07cbc9;
  font-family: "Microsoft YaHei UI";
  overflow: hidden;
  position: sticky;
  top: 0px;
  z-index: 3;

}
.logo{
  height: 100px;
  width: 260px;
  color: #ffffff;
  float: left;
  line-height: 100px;
  position: absolute;
  left: 10%;
  top: 20px;
}
.daohang{
  float: right;
  height: 100px;
  width: auto;
  position: absolute;
  right: 150px;
  line-height: 100px;
  top: -10px;
  color: #ffffff;

}
.daohang ul li{
  font-size: 10px;
  text-align: center;
  list-style: none;
  height: 100px;
  width: 60px;
  float: left;
  line-height: 100px;
  margin-right: 20px;
}

.daohang ul li:hover{
  background-color:#000000 ;
}
/*banner
图片背景
遮罩层
表单
*/
.banner{
  width: 100%;
  height: auto;
  position: relative;
  background-color: black;
}
.banner img{
  width: 100%;
}
.banner .cover{
  width: 100%;
  height: 680px;
  background: #555555;
  position: absolute;
  top: 0;
  opacity: 0.5;
}

.banner .form{
  position: absolute;
  top: 50%;
  left:50%;
  margin-left: -225px;
  margin-top: -170px;
  z-index: 1;

}
.input{
  border: #cccccc solid 1px;
  height: 25px;
  width: 450px;
  opacity: 1;
  margin-bottom: 10px;
  background-color: transparent;
  color: #ffffff;

}
#comment{
  border: #ffffff solid 1px;
  width: 450px;
  height: 100px;
  background-color: transparent;
  color: #ffffff;
}
.submit{
  border: #ffffff solid 3px;
  height: 50px;
  width: 100px;
  opacity: 0.5;
  margin-left: 175px;
  background-color: transparent;
  color: #ffffff;
}
.banner .input:hover{
  border: #07cbc9 solid 1px;
}
#comment:hover{
  border: #07cbc9 solid 1px;
}
.submit:hover{
  border: none;
  background-color: #07cbc9;
}

/*about

*/
.about{
  width: 100%;
  height: 600px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  font-family: "Microsoft YaHei UI";
  overflow: hidden;
}
.about .about_header{
  font-size: 50px;
  margin-top: 20px;
  font-weight: bolder;
}
.about .about_content{
  font-size: 10px;
  color: #cccccc;
  margin-bottom: 20px;
}
/*短线*/
.line{
  background-color:#07cbc9;
  display:block;
  width: 40px;
  height: 2px;
  margin:15px auto;
}
.about .mid{
  width: 100%;
  height: 300px;
  margin-bottom: 100px;
}
.about .mid .left_text{
  font-size: 30px;
  position: absolute;
  left: 25%;
  margin-left: -20px;
  z-index: 2;
}
.about .mid .left_explore{
  width: 300px;
  height: 180px;
  padding: 15px 10px;
  border: #cccccc solid;
  background-color: #ffffff;
  opacity: 0.4;
  font-size: 15px;
  position: absolute;
  text-align: left;
  left: 23%;
  top: 43%;
  margin-left:-30px;
  z-index:1
}
#no1{
  width: 80px;
  height: 35px;
  font-size: 10px;
  background-color: #000000;
  color: #ffffff;
  padding-top: 15px;
  position: absolute;
  left: 24%;
  top: 64%;
  margin-left: -30px;
  z-index: 2;
}
#no1:hover{
  border: #000000 solid 1px;
  background-color: transparent;
  color: #000000;
}
.about .mid .img{
  background-image: url("../images/bb3.jpg");
  background-size: 100%;
  width: 30%;
  height: 286px;
  position: absolute;
  left: 50%;
  margin-left:-220px;

}

.about .mid .box{
  border: #07cbc9 solid 1px;
  width: 170px;
  height: 90px;
  position: absolute;
  right: 50%;
  margin-right: -400px;
  padding-top: 15px;
}

.about .mid .box .number{
  font-size: 23px;
  font-weight: bolder;
}
.about .mid .box .right_text{
  font-size: 15px;
}
#box2{
  top: 300px;
}

/*about-bottom*/
.about .bottom{
  width: 100%;
  height: 792px;
  position: relative;
}
.about .bottom .photo{
  position:absolute;
  width: 25%;
  height: 50%;
}
.about .bottom .text_box{
  position: absolute;
  width: 25%;
  height: 50%;
  background-color: #07cbc9;
}
#photo1{
  background-image: url("../images/b1.jpg");
  left: 0;
}
#photo2{
  background-image: url("../images/b2.jpg");
  right: 25%;
}
#photo3{
  background-image: url("../images/b3.jpg");
  left: 25%;
  bottom: 0;
}
#photo4{
  background-image: url("../images/b4.jpg");
  right: 0;
  bottom: 0;
}
#tb1{
  left: 25%;
}
#tb2{
  top: 0;
  right: 0;
}
#tb3{
  bottom: 0;
}
#tb4{
  bottom: 0;
  right: 25%;
}
.about .bottom .text_box .tbt{
  color: white;
  font-size: 25px;
  float: left;
  margin-top: 20px;
  margin-left: 40px;
  overflow: hidden;
}
.about .bottom .text_box .tbt1{
  color: #ffffff;
  text-align: left;
  float: left;
  font-size: 13px;
  margin-top: 20px;
  margin-left: 40px;
  overflow: hidden;
}
.about .bottom .text_box .tbt2{
  color: #cccccc;
  text-align: left;
  float: left;
  font-size: 13px;
  margin-top: 20px;
  margin-left: 40px;
  overflow: hidden;
}
#no2,#no3,#no4,#no5{

  width: 80px;
  height: 35px;
  font-size: 10px;
  background-color: #000000;
  color: #ffffff;
  float: left;
  text-align: center;
  padding-top: 10px;
  margin-top: 40px;
  margin-left: 37.5%;
  overflow: hidden;
}
#no2:hover {
  border: #000000 solid 1px;
  background-color: transparent;
  color: #000000;
}
#no3:hover {
  border: #000000 solid 1px;
  background-color: transparent;
  color: #000000;
}
#no4:hover {
  border: #000000 solid 1px;
  background-color: transparent;
  color: #000000;
}
#no5:hover {
  border: #000000 solid 1px;
  background-color: transparent;
  color: #000000;
}

/*gallery*/
.gallery{
  width: 100%;
  height: 600px;
  background-color: #ffffff;
  text-align: center;
  /*position: relative;*/
  font-family: "Microsoft YaHei UI";
  
}
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>2-9作业</title>
    <link rel="stylesheet" href="2-9作业.css">
</head>
<body>
 <!--header-->
 <div class="header">
    <div class="logo">
      <img src="../images/logo.png">
    </div>
    <div class="daohang">
      <ul>
        <li>HOME</li>
        <li>ABOUT</li>
        <li>GALLERY</li>
        <li>FACULTY</li>
        <li>EVENTS</li>
        <li>CONTACT</li>

      </ul>
    </div>
  </div>
<!--banner-->
 <div class="banner">
    <div class="background">
      <img src="../images/banner3.jpg">
      <div class="cover"></div>
    </div>
    <div class="form">
      <form>
        <input class="input" type="text" name="your Name" value="your Name">
        <br>
        <input class="input" type="text" name="your Phone" value="your Phone">
        <br>
        <input class="input" type="text" name="your Email" value="your Email">
        <br>
        <textarea placeholder="Write your Comment" id="comment" cols="72.7" rows="10"></textarea>
        <br>
        <br>
        <input type="submit" class="submit" value="SEND MESSAGE">
      </form>
    </div>
  </div>
 <!--about-->
 <div class="about">
 <!--about,top-->
 <div class="top">
     <div class="about_header">ABOUT</div>
     <label class="line"></label>
     <div class="about_content">Lorem Ipsum is simply dummy text of the printing and typesetting<br>industry. Lorem Ipsum has been the industry's standard dummy<br>text ever since the 1500s</div>
   </div>
 <!--about,mid-->
 <div class="mid">
     <div class="left_text">A WORD<br>ABOUT US</div>
     <div class="left_explore">
 Praesent dignissm viverra est, sed<br>bibendum ligula congue non. Sed ac nisl<br>et felis gravada commodo
       ? Suspendise<br>eget ullamopt ipsum. Suspendisse<br>diam amet.
     </div>
     <div class="explore" id="no1">EXPLORE</div>
     <div class="img"></div>
     <div class="box" id="box1">
       <div class="number">7000</div>
       <label class="line"></label>
       <div class="right_text" id="rt1">Students</div>
     </div>
     <div class="box" id="box2">
       <div class="number">600</div>
       <label class="line"></label>
       <div class="right_text" id="rt2">Faculty</div>
     </div>
   </div>
 <!--about,bottom-->
 <div class="bottom">
     <div class="photo" id="photo1"></div>
     <div class="photo" id="photo2"></div>
     <div class="photo" id="photo3"></div>
     <div class="photo" id="photo4"></div>

     <div class="text_box" id="tb1">
       <div class="tbt ">Library</div>
       <div class="tbt1">Lorem Ispum is simply dummy text of the<br> printing and typesetting industry</div>
       <div class="tbt2">Lorem Ipsum has been the industry's standard dummy<br>text ever since the
        1500s, when an unknown printer took<br>a gallary of type and scramble it to make a type<br>specimen
       book</div>
       <div class="explore" id="no2">EXPLORE</div>
     </div>
     <div class="text_box" id="tb2">
       <div class="tbt ">Computer Lab</div>
       <div class="tbt1">Lorem Ispum is simply dummy text of the<br> printing and typesetting industry</div>
       <div class="tbt2">Lorem Ipsum has been the industry's standard dummy<br>text ever since the
         1500s, when an unknown printer took<br>a gallary of type and scramble it to make a type<br>specimen
         book</div>
       <div class="explore" id="no3">EXPLORE</div>
     </div>
     <div class="text_box" id="tb3">
       <div class="tbt ">Conference Hall</div>
       <div class="tbt1">Lorem Ispum is simply dummy text of the<br> printing and typesetting industry</div>
       <div class="tbt2">Lorem Ipsum has been the industry's standard dummy<br>text ever since the
         1500s, when an unknown printer took<br>a gallary of type and scramble it to make a type<br>specimen
         book</div>
       <div class="explore" id="no4">EXPLORE</div>
     </div>
     <div class="text_box" id="tb4">
       <div class="tbt ">Play Ground</div>
       <div class="tbt1">Lorem Ispum is simply dummy text of the<br> printing and typesetting industry</div>
       <div class="tbt2">Lorem Ipsum has been the industry's standard dummy<br>text ever since the
         1500s, when an unknown printer took<br>a gallary of type and scramble it to make a type<br>specimen
         book</div>
       <div class="explore" id="no5">EXPLORE</div>
     </div>
   </div>
 </div>
 <!--gallery-->
 <div class="gallery">
    <div class="g_top">
      <div class="about_header">GALLERY</div>
    </div>
    <div class="g_bottom"></div>
  </div>
<!--footer-->
</body>
</html>


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

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

1回答
好帮手慕阿莹 2019-01-03 18:58:16

因为同学只给了about的高设置了600px;建议同学可以适当调大一些。

http://img1.sycdn.imooc.com//climg/5c2dea7e000102de19170948.jpg

如果我的回答解决了你的疑惑,请采纳!祝学习愉快!

  • 提问者 安小圈 #1
    请问为什么about的高设置低了会被挡住呢,gallery不应该是直接接在about的后面吗
    2019-01-05 20:07:29
  • 好帮手慕阿莹 回复 提问者 安小圈 #2
    并不是gallery把about盖起来了,而是about就设置了600px,假如你给它1000px高的,那剩下的400px就显示不出来了,所以要设置适当的高度。而gallery可不管,它就在about后边跟着就好了。如果我的回答解决了你的问题,请采纳,祝学习愉快.
    2019-01-06 10:53:23
问题已解决,确定采纳
还有疑问,暂不采纳

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

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

0 星
从网页搭建入门Java Web2018版
  • 参与学习           人
  • 提交作业       1088    份
  • 解答问题       10204    个

如果你有Java语言基础,又想以后从事Java Web开发,那么本路径是你的不二选择!本路径从网页搭建开始入手,通过大量案例来学习Java Web基础。定能助你完成Java Web小白的蜕变!

了解课程
请稍等 ...
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号

在线咨询

领取优惠

免费试听

领取大纲

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