您尚未登录 - 登录 - 注册

只看楼主 楼主

fffffffffffffff

代码 复制 - 运行
ffffffffffffffff

(您是游客)您没有权限查看附件

 TOP

只看该用户 沙发

Re:fffffffffffffff

好快啊,晕

 TOP

只看该用户 板凳

Re:fffffffffffffff

测试
代码 复制 - 运行
<!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" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <title>信息中心</title> <style type="text/css"> * { margin: 0; padding: 0; } html { } body { width: 930px; clear: both; margin-right: auto; margin-left: auto; } img { margin: 0; padding: 0; } a:link,a:visited,a:active {color:#0756a6;text-decoration:none;} a:hover{text-decoration:underline;} #menu { background-color: #e6f3ff; width: 100%; height: 30px; margin-bottom: 10px; } #main { background-color: silver; width: auto; height: 800px; } .bizlist { background-color: #e6f3ff; width: 450px; float: left; margin-right: 10px; margin-bottom: 8px; margin-left: 0; padding: 8px 0; border-top: 1px solid #a7d4fd; border-bottom: 1px solid #a7d4fd; } .bizlist img { width: 80px; height: 80px; float: left; padding-right: 8px; padding-left: 8px; } .bizlist span { width: 315px; float: left; } .bizlist h3 { background-color: silver; width: auto; } .bizlist i { width: 14px; float: right; } .bizlist i img { padding-right: 8px; padding-left: 8px; width: 14px; height: 80px; } .z { padding-left: 10px; } </style> </head> <body> <div id="header">header</div> <div id="menu">menu</div> <div id="main" class="z"> <div class="bizlist"> <img src="/page3/image/forum/no.gif"/> <span><h3>供应</h3>供应供应供应供应供应供应供应</span> <i><img src="/page3/image/forum/no.gif"/></i> </div> <div class="bizlist"> <img src="/page3/image/forum/no.gif"/> <span><h3>供应</h3>供应供应供应供应供应供应供应</span> <i><img src="/page3/image/forum/no.gif"/></i> </div> </div> <div id="bottom">bottom</div> </body> </html>
[本帖最后由 lirong 于 2008-08-06 09:07 编辑]

 TOP