css 常用样式命名规则

时间:2023-03-09 15:52:56
css 常用样式命名规则

大家在写css的时候,对一些html标签起一个合适的名字是个很头疼的事情,现在给大家分享项目中常用的名字供参考。

外套:wrap  ——用于最外层

头部:header  ——用于头部

主要内容:main  ——用于主体内容

左侧:main_left  ——左侧布局

右侧:main_right  ——右侧布局

导航条:nav  ——菜单

内容:content  ——中部主体

底部:footer  ——用于底部

css样式文件命名

主要的:master.css

布局、版面:layout.css

专栏:columns.css

文字:font.css

主题:theme.css