一般是叫reset.css

我这边命名成base.css

哎呀无所谓……

@charset "UTF-8";
/*css reset*/
/*清除内外边距*/
body, h1, h2, h3, h4, h5, h6, p, hr, /*结构元素*/
ul, ol, li, dl, dt, dd, /*列表元素*/
form, fieldset, legend, input, button, select, textarea, /*表单元素*/
th, td, /*表格元素*/
pre {
padding:;
margin:;
} /*重置默认样式*/
body, button, input, select, textarea {
/*font: 12px/1 微软雅黑, Tahoma, Helvetica, Arial, 宋体, sans-serif;*/
color: #333;
font: 12px/1 "Microsoft YaHei", Tahoma, Helvetica, Arial, SimSun, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
em, i {
font-style: normal;
} a {
text-decoration: none;
color:#4d555d;
}
li {
list-style-type: none;
vertical-align: top;
}
img {
border: none;
/*display: block;*/
vertical-align: top;
}
textarea {
overflow: auto;
resize: none;
}
table {
border-spacing:;
border-collapse: collapse;
}
/*常用公共样式*/
.fl {
float: left;
display: inline;
}
.fr {
float: right;
display: inline;
}
.cf:before,
.cf:after {
content: " ";
display: table; }
.cf:after {
clear: both;
}
.cf {
zoom:;
} /*# sourceMappingURL=base.css.map */

最新文章

  1. SpringMVC常用注解的用法
  2. unresolved inclusion in the java header in JNI
  3. SSH:Struts2.2+Hibernate3.6+Spring3.1分页示例[转]
  4. c# 筛选进程命令行,得其ProcessId(唯一标示符,简称pid),再通过pid结束进程
  5. js控制密码的显示与隐藏实例
  6. Data Pump(数据抽取)介绍
  7. java提供的默认list排序方法-转
  8. jquery类选择器无法取得对象问题原因
  9. Eclipse SVN插件冲突导致不能使用解决办法
  10. weekend110(Hadoop)的 第三天笔记
  11. 【HDOJ】1057 A New Growth Industry
  12. Python中metaclass解释
  13. AngularJS高级程序设计读书笔记 -- 指令篇 之 内置指令
  14. git忽略文件
  15. Java对象和Excel转换工具XXL-EXCEL
  16. LeetCode 单链表专题 (一)
  17. Window10系统中MongoDB数据库导入数据文件
  18. easyUI使用datagrid-detailview.js实现多级级列表嵌套
  19. February 20th, 2018 Week 8th Tuesday
  20. 字符串 String 格式化 format

热门文章

  1. 在eclipse中导入源码
  2. mybatis增强工具MyBatis-plus
  3. JavaScript学习之路1
  4. AI领域有什么职业?怎样才能在AI领域找到工作?
  5. reactNative-解决react native使用fetch函数 Network request failed 问题
  6. Docker三剑客之swarm
  7. Shell之哈希表
  8. Spring注解开发系列Ⅴ --- 自动装配&Profile
  9. Mybatisplus代码生成器主类CodeGenerator配置
  10. 如何把您现有的流程系统数据迁徙到驰骋BPM上?