2021.3.6 css书写规范
- 类名语义化,尽量精短、明确,必须以字母开头命名,且全部字母为小写,单词之间统一使用下划线“_” 连接
- 类名嵌套层次尽量不超过三层
- 尽量避免直接使用元素选择器
- 属性书写顺序
布局定位属性:display / position / float / clear / visibility / overflow
尺寸属性:width / height / margin / padding / border / background
文本属性:color / font / text-decoration / text-align / vertical-align
其他属性(CSS3):content / cursor / border-radius / box-shadow / text-shadow - 避免使用id选择器
- 避免使用通配符*和!important
posted on 2021-03-06 20:51 生命bu息,折腾bu止 阅读(37) 评论(0) 编辑 收藏 举报