1. 程式人生 > >前端css公共樣式

前端css公共樣式

* -- 樣式說明 -- 
* 最大優先實現法,全域性能實現不用區域,區域能實現不用模板, 
* 模板能實現不用介面,介面能實現不用標籤 
* g - 全域性 
* t - 區域 
* m - 模板 
* ui - 介面 
* lb - 標籤 
* 特殊標籤 
* j - 指令碼 
* fix - 浮窗 

*/ 

/*base style*/  
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary{ margin:0; padding:0;}  
body{ font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Arial"; color:#333; background-color:#fff; font-size:15px; background-image:url(about:blank); background-attachment:fixed; overflow-x:hidden;}  
a{ color:#06f; text-decoration:none;}  
a:hover{ color:#f60; text-decoration:none;}  
img{ border:none; vertical-align:middle; max-width: 100%;}  
i,em{ font-style:normal;}  
li{ list-style-type:none;}  
textarea{ resize:vertical;}  
input, select, textarea{ font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Arial"; background-color:#fff; margin:0; padding:0; outline:none;}  
  
/*global style*/  
.g-fl{ float:left;}  
.g-fr{ float:right;}  
.g-c{ zoom:1;}  
.g-c:after{ clear:both; content:"."; display:block; height:0; visibility:hidden;}  
.g-w{ max-width: 1200px; min-width: 980px; width: 96%; margin-left:auto; margin-right:auto;}  
.g-hide{ display:none !important;}