首页 > Web开发 > 详细

HTML5 公共样式

时间:2016-06-12 04:04:48      阅读:331      评论:0      收藏:0      [点我收藏+]
/*
* -- 样式说明 --
* 最大优先实现法,全局能实现不用区域,区域能实现不用模板,
* 模板能实现不用界面,界面能实现不用标签
* 脚本属于特殊标签
* g - 全局
* t - 区域
* m - 模板
* ui - 界面
* lb - 标签
* j - 脚本
*/
/*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,‘Arial‘; color:#333; font-size:12px; background-color:#fff; overflow-x:hidden;}
a{ color:#666; text-decoration:none;}
a:hover{ color:#666; text-decoration:underline;}
img{ border:none;}
i,em{ font-style:normal;}
ul li{ list-style-type:none;}
textarea{ resize:vertical;}
input, select, textarea{ font-family:\5FAE\8F6F\96C5\9ED1,‘Arial‘; background-color:#fff margin:0; padding:0; outline:none;}

/*global style*/
.g-fl{ float:left;}
.g-fr{ float:right;}
.g-c{ clear:both;}

?

?

?

?

?

HTML5 公共样式

原文:http://onestopweb.iteye.com/blog/2303933

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!