下,面是优化的div版
- <!doctype html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gbk" />
- <title>感谢您来到嘉善天游社区</title>
- <!----------------------------------------------------
- #Author: 做做([url=mailto:isszz@qq.com]isszz@qq.com[/url])
- #Recent: 做做(2010-11-22 05:00)
- #WebsiteDesign: QQ:10218431 Email:master@isszz.com
- ------------------------------------------------------>
- <style type="text/css">
- body,div,dl,dt,dd,ul,li{margin:0;padding:0}
- body{font-size:12px;font-family:Arial;color:#444;line-height:1.5}
- ul{list-style: none}
- *{outline:none}
- /*清楚浮动*/
- .cc{*zoom:1}
- .cc:after{content:'\20';display:block;height:0;clear:both;visibility: hidden}
- .box{width:293px;overflow:hidden;background:#fff;border:1px solid #c6e6ff}
- .box .hd{background:url(images/bgs.gif) top no-repeat;height:30px;line-height:30px;padding-left:15px;font-weight:bold;color:#0E5184}
- .box dl{padding:10px}
- .box dl dt{width:267px;height:28px;margin-left:3px;line-height:24px;background:url(images/bgs.gif) no-repeat 0 -30px;text-align:center;font-weight:bold;color:#fff}
- .box dl dd.line{width:215px;height:2px;margin:10px auto;overflow:hidden;background:#56c3ea}
- .box dl dd.list{width:294px;margin-left:18px}
- .box dl dd.list li{float:left;width:140px;line-height:24px;text-indent:25px;background:url(images/icons.gif) no-repeat 999em 999em}
- .box dl dd.list li.icon1{background-position: 0 5px}
- .box dl dd.list li.icon2{background-position: 0 -64px}
- .box dl dd.list li.icon3{background-position: 0 -19px}
- .box dl dd.list li.icon4{background-position: 0 -86px}
- .box dl dd.list li.icon5{background-position: 0 -41px}
- .box dl dd.list li.icon6{background-position: 0 -108px}
- .box dl dd.bt{border-top:1px dashed #d2d2d2;margin-top:10px;padding-top:10px}
- .box dl dd.bt .login,.box dl dd.bt .register{float:left;width:116px;height:50px;background:url(images/bgs.gif) no-repeat;text-indent:-999em}
- .box dl dd.bt .register{background-position: left -59px;margin-left:20px}
- .box dl dd.bt .login{background-position: right -59px;margin-left:12px}
- .box .bottom{height:21px;background:url(images/bgs.gif) left bottom repeat-x;border:1px solid #fff;border-top:0;text-align:center;color:#abacac}
- </style>
- </head>
- <body>
- <div class="box">
- <div class="hd">亲爱的游客,感谢您来到嘉善天游社区</div>
- <dl>
- <dt>注册为嘉善天游社区会员,您可以:</dt>
- <dd class="line"></dd>
- <dd class="list cc">
- <ul>
- <li class="icon1">参与发帖回帖</li>
- <li class="icon2">关注嘉善生活</li>
- <li class="icon3">与嘉善人交友</li>
- <li class="icon4">发布二手信息</li>
- <li class="icon5">写博客传照片</li>
- <li class="icon6">参加网友活动</li>
- </ul>
- </dd>
- <dd class="bt cc">
- <a class="login" href="login.php" target="_blank">登录天游社区</a>
- <a class="register" href="register.php" target="_blank">注册天游社区</a>
- </dd>
- </dl>
- <div class="bottom">品味天游社区 — 生活消费新媒体</div>
- </div>
- </body>
- </html>
复制代码
|