前端初始化类库

时间:2017-11-10 14:27:13   收藏:0   阅读:249
 1 @charset "UTF-8";
 2 /*css 初始化 */
 3 html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
 4 fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }
 5 ul, ol { list-style:none; }
 6 input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
 7 select, input { vertical-align:middle;}
 8 select, input, textarea { font-size:12px; margin:0; }
 9 textarea { resize:none; } /*防止拖动*/
10 img {border:0;  vertical-align:middle; }  /*  去掉图片低测默认的3像素空白缝隙*/
11 table { border-collapse:collapse; }
12 body {
13     font:12px/150% Arial,Verdana,"\5b8b\4f53";
14     color:#666;
15     background:#fff
16 }
17 .clearfix:before,.clearfix:after {
18     content:"";
19     display:table;
20 }
21 .clearfix:after{clear:both;}
22 .clearfix{
23     *zoom:1;/*IE/7/6*/
24 }
25 a {color:#666; text-decoration:none; }
26 a:hover{color:#C81623;}
27 h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
28 s,i,em{font-style:normal;text-decoration:none;}
29 .col-red{color: #C81623!important;}
30 
31 /*公共类*/
32 .w {  /*版心 提取 */
33     width: 1210px;margin:0 auto;
34 }
35 .fl {
36     float:left
37 }
38 .fr {
39     float:right
40 }
41 .al {
42     text-align:left
43 }
44 .ac {
45     text-align:center
46 }
47 .ar {
48     text-align:right
49 }
50 .hide {
51     display:none
52 }

 

原文:http://www.cnblogs.com/jiahuasir/p/7814329.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!