快捷导航
发新帖
返回列表
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>圆形</title>
  6. <style>
  7. *{margin:0;padding:0;}
  8. .as{ width:100px; height:100px;border-radius:50px; background:#0C9;}
  9. .ad{ width:200px; height:40px; border-radius:20px; border:3px solid #09F; margin-top:50px; font-size:20px; text-align:center; line-height:40px;}
  10. .af li{ list-style-type:none; background:url(images/888.jpg) no-repeat left center; padding-left:20px;}
  11. </style>
  12. </head>

  13. <body>
  14. <div class="as"></div>
  15. <div class="ad">我的世界>></div>
  16. <div class="af">
  17. <ul>
  18. <li>我的世界</li>
  19. <li>我的世界</li>
  20. </ul>
  21. </div>
  22. </body>
  23. </html>
复制代码


举报 使用道具
| 回复

共1个回复 最后回复于 2018-1-19 18:34

勤币 13901   学币 196  
沙发
发表于 2018-1-19 18:34:42 | 只看该作者
感觉你很适合学代码的样子
举报 使用道具
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表