<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
* {
margin: 0;
padding: 0;
margin: 0 auto;
}
.header {
margin-top: 10px;
width: 970px;
height: 103px;
}
.header .logo {
float: left;
width: 277px;
height: 103px;
background-color: red;
}
.header .nav-lan {
float: right;
width: 679px;
height: 103px;
}
.header .nav-lan .nav {
float: right;
width: 137px;
height: 49px;
background-color: green;
}
.header .nav-lan .lan {
float: right;
width: 679px;
height: 46px;
background-color: green;
margin-top: 8px;
}
.center {
margin-top: 10px;
width: 970px;
height: 435px;
}
.center .img {
float: left;
width: 310px;
height: 435px;
background-color: orange;
margin-right: 10px;
}
.center .word {
width: 650px;
height: 435px;
float: left;
}
.center .word .left {
float: left;
width: 450px;
height: 400px;
}
.center .word .left .one {
width: 450px;
height: 240px;
background-color: blue;
float: left;
}
.center .word .left .two {
margin-top: 10px;
width: 450px;
height: 110px;
background-color: blue;
float: left;
}
.center .word .left .three {
margin-top: 10px;
width: 450px;
height: 30px;
background-color: blue;
float: left;
}
.center .word .right {
width: 190px;
height: 400px;
float: right;
background-color: crimson;
}
.center .word .bottom {
width: 650px;
height: 25px;
background-color: darkgreen;
float: left;
margin-top: 10px;
}
.footer {
margin-top: 10px;
width: 970px;
height: 35px;
background-color: blue;
}
</style>
</head>
<body>
<div class="header">
<div class="logo">
</div>
<div class="nav-lan">
<div class="nav">
</div>
<div class="lan">
</div>
</div>
</div>
<div class="center">
<div class="img">
</div>
<div class="word">
<div class="left">
<div class="one">
</div>
<div class="two">
</div>
<div class="three">
</div>
</div>
<div class="right">
</div>
<div class="bottom">
</div>
</div>
</div>
<div class="footer">
</div>
</body>
</html>
1285

被折叠的 条评论
为什么被折叠?



