body{
width: 100%;
height: 6977px;
background-color: white;
font-size: 0px;
}
.daohang{
width: 100%;
height: 180px;
background-color: white;
position: fixed;
left:0px;
top:0px;
z-index: 999;
}
.logo{
background-image: url("../image/logo.png");
background-size: cover;
position: fixed;
width: 452px;
height: 141px;
top: 10px;
left: 50px;
}
.kuai1{
width: 100%;
height: 550px;
background-color: black;
position: absolute;
top: 180px;
margin-left: 0px;
z-index: 0;
font-size: 0px;
}
.vedio{
width:64%;
height:550px;
position: absolute;
float: top;
}
.kl{
float: left;
width:18%;
height: 100%;
background-image: url("../image/p2.jpg");
background-size: cover;
}
.kr{
float: right;
background-image: url("../image/p1.jpg");
background-size: cover;
width: 18%;
height: 100%;
}
.guodu{
position: absolute;
height: 150px;
width: 100%;
background-image: url("../image/p3.jpg");
top:730px;
}
.zixun{
position: absolute;
top: 880px;
width: 100%;
height: 700px;
background-color: antiquewhite;
}
.jxw{
width: 300px;
height: 100%;
background-image: url("../image/jxw.png");
background-repeat: no-repeat;
position: absolute;
top:100px;
}
.zxk{
width: 500px;
height: 600px;
background-color: aqua;
float: top;
position: absolute;
margin: auto;
left: 400px;
top: 50px;
font-family: 幼圆;
}
.zxsp1{
position: absolute;
background-color: aqua;
width: 500px;
height: 280px;
top: 370px;
left: 950px;
}
.zxsp2{
position: absolute;
background-color: aqua;
width: 500px;
height: 280px;
top: 50px;
left: 950px;
}
.zxwz{
}
你这里字体大小为0了,把font-size删了
好几处font size都是0,修改一下查看一下
字体大小
font-size:0设置错了,修改一下