感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>文档标题</title>
</head>
<body class="zt">
<div class="herd">
</div>
<div class="left">
<div class="main">
<div class="right">
<div class="footer">
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
.herd{background-color:#564231;height:50px;}
.left{background-color:#223665;height:300px;width:20%; float:left;}
.main{background-color:#663225;height:300px;width:70%; float:left;}
.right{background-color:#996554;height:300px;width:10%;float:left;}
.footer{background-color:#000000; height:50px; clear:both;}