02.css命名规范,和自己的风格

68 阅读1分钟

命名规范

image.png

  1. 位置属性(找位置):position,top,right,z-index,display,float
  2. 尺寸大小(规定楼层大小):width,height,padding,margin
  3. 背景边框(上水泥柱,弄个颜色):background,border
  4. 文字(装饰):font,font-size,color,text-align
  5. 其他(css3):animation,transition等

4.规定自己的代码风格

  1. 驼峰 className
  2. 中横线 class-name
  3. 下划线 class_name