css 編寫規(guī)范

這篇文章主要是講 css 編寫規(guī)范

  1. 位置屬性(position, top, right, z-index, display, float等)
  2. 大小(width, height, padding, margin)
  3. 文字系列(font, line-height, letter-spacing, color- text-align等)
  4. 背景(background, border等)
  5. 其他(animation, transition等)
 .declaration-order {
  /* Positioning 位置 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;

  /* Box-model 盒模型*/
  display: block;
  float: right;
  width: 100px;
  height: 100px;

  /* Typography 字體樣式 */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;

  /* Visual */
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 3px;

  /* Misc */
  opacity: 1;
}

相關(guān)命名規(guī)范,單詞與單詞之前統(tǒng)一用下劃線

CSS樣式命名 說明
#wrapper 頁面外圍控制整體布局寬度
#container或#content 容器,用于最外層
#layout 布局
#head, #header 頁頭部分
#foot, #footer 頁腳部分
#nav 主導(dǎo)航
#subnav 二級導(dǎo)航
#menu 菜單
#submenu 子菜單
#sideBar 側(cè)欄
#sidebar_a, #sidebar_b 左邊欄或右邊欄
#main 頁面主體
#tag 標(biāo)簽
#msg #message 提示信息
#tips 小技巧
#vote 投票
#friendlink 友情連接
#title 標(biāo)題
#summary 摘要
#loginbar 登錄條
#searchInput 搜索輸入框
#hot 熱門熱點(diǎn)
#search 搜索
#search_output 搜索輸出和搜索結(jié)果相似
#searchBar 搜索條
#search_results 搜索結(jié)果
#copyright 版權(quán)信息
#branding 商標(biāo)
#logo 網(wǎng)站LOGO標(biāo)志
#siteinfo 網(wǎng)站信息
#siteinfoLegal 法律聲明
#siteinfoCredits 信譽(yù)
#joinus 加入我們
#partner 合作伙伴
#service 服務(wù)
#regsiter 注冊
arr/arrow 箭頭
#guild 指南
#sitemap 網(wǎng)站地圖
#list 列表
#homepage 首頁
#subpage 二級頁面子頁面
#tool, #toolbar 工具條
#drop 下拉
#dorpmenu 下拉菜單
#status 狀態(tài)
#scroll 滾動
.tab 標(biāo)簽頁
.left .right .center 居左、中、右
.news 新聞
.download 下載
.banner 廣告條(頂部廣告條)
.products 產(chǎn)品
.products_description 產(chǎn)品描述
.products_review 產(chǎn)品評論
.editor_review 編輯評論
.news_release 最新產(chǎn)品
.publisher 生產(chǎn)商
.screenshot 縮略圖
.faqs 常見問題
.keyword 關(guān)鍵詞
.blog 博客
.forum 論壇
CSS文件命名 說明
master.css,style.css 主要的
module.css 模塊
base.css 基本共用
layout.css 布局,版面
themes.css 主題
columns.css 專欄
font.css 文字、字體
forms.css 表單
mend.css 補(bǔ)丁
print.css 打印
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

推薦閱讀更多精彩內(nèi)容