css 编码规则

110 阅读1分钟

禁止

  • 使用通配符
  • 使用id

不建议

  • 使用 !important
  • 使用 内联样式

建议

  • selector class 举例 item-wrapper