test

来源:互联网 发布:龙记模架报价软件下载 编辑:程序博客网 时间:2024/06/06 00:43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style>     body{background:pink;}    .part1{background:blue;}.part2{margin-left:5%;background:#CCC;}.part2 p{padding:50px;}.part3{margin-left:5%;background:yellow;}</style></head><div class="mainbody" style="background:green;">   <div class="top" style="width:100%;height:100px;">top</div>    <div class="content" >          <div style="width:30%; float:left;" class="part1">part1</div>          <div style="width:30%; float:left;" class="part2"><p>part2</p></div>          <div style="width:30%; float:left;" class="part3">part3</div>     </div>  <div style="width:100%;height:200px;background:#FFF">part4</div></div>  <div style="width:200px;height:300px;background:#F00">footer</div><SCRIPT language="JavaScript">  </SCRIPT><body></body></html>

0 0