首页 > 其他 > 详细

清空默认样式

时间:2016-08-02 06:36:59      阅读:246      评论:0      收藏:0      [点我收藏+]
@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
li{ list-style:none;}
a{ text-decoration:none; color:#666;}
img{ vertical-align:top; border:none;}
input{ outline:none; border:none; background:none;}
.fl{ float:left;}
.fr{ float:right;}
.clearfix:after{ content:‘‘; display:block; clear:both; }
body{ font:12px ‘Microsoft Yahei‘;}

 

清空默认样式

原文:http://www.cnblogs.com/laushilin/p/5727889.html

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