找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 6576|回复: 0

开发模板需要时需要重置的一些默认CSS样式

[复制链接]
发表于 2015-9-1 23:45:39 | 显示全部楼层 |阅读模式
  1. <font face="微软雅黑">/*网页基本样式*/
  2. /* 清除内外边距 */
  3. body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
  4. dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
  5. pre, /* text formatting elements 文本格式元素 */
  6. fieldset, legend, button, input, textarea, /* form elements 表单元素 */
  7. th, td  /* table elements 表格元素 */{margin: 0; padding: 0;}

  8. /* 设置默认字体 */
  9. body,button, input, select, textarea { /* for ie */ /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/ font: 12px/1 "\5b8b\4f53", Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif; /* 用 ascii 字符表示,使得在任何编码下都无问题 */}

  10. ul, ol { list-style: none; }/* 重置文本格式元素 */

  11. a { text-decoration: none; }a:hover { text-decoration: underline; }

  12. /* 重置表格元素 */table { border-collapse: collapse; border-spacing: 0;}

  13. /* 重置 hr */hr { border: none; height: 1px;}

  14. /* 让非ie浏览器默认也显示垂直滚动条,防止因滚动条引起的闪烁 */html { overflow-y: scroll; }

  15. fieldset, img { border: none; }

  16. .clear-fix{*zoom:1}
  17. .clear-fix:before,
  18. .clear-fix:after{display:table;content:""}
  19. .clear-fix:after{clear:both}</font>
复制代码


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|Discuz代码分析|Discuz目录结构|DZ起点网 ( 蜀ICP备13000518号-15 )

GMT+8, 2024-4-25 23:48 , Processed in 0.049916 second(s), 17 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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