感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>文档标题</title>
</head>
<body>
<div class="top">
</div>
<div class="left">
<div class="right">
<div class="con">
<div class="ban">
<div class="pcture">
<div class="con1">
<div class="con2">
<div class="con3">
<div class="foot">
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
*{
margin:0px;
}
body{width:402px;}
.top{width:400px;height:20px;border:1px solid red;}
.ban{width:300px;height:40px;border:1px solid green;}
.left{width:50px;height:190px;border:1px solid blue;float:left;}
.right{width:50px;height:190px;border:1px solid blue;float:right;}
.pcture{width:300px;height:70px;border:1px solid orange;}
.con{width:300px;height:190px;border:1px solid purple;margin-left:50px;}
.con1{width:100px;height:75px;border:1px solid purple;float:left;}
.con2{width:100px;height:75px;border:1px solid red;float:left;}
.con3{width:92px;height:75px;border:1px solid blue;float:right;}
.foot{width:400px;height:30px;border:1px solid orange;}