一些共用的樣式,可以拿過來就可以用的。

1、pc端可以公用的樣式:
*{padding:0px;margin:0px;outline:0 none; font-family:‘NotoSansHans-Regular’,‘Microsoft YaHei’,‘微軟雅黑’,Georgia,Serif;box-sizing:border-box;-webkit-box-sizing:border-box;}
html,body{ font-size:12px;color:#333; background: #FFFFFF; font-family:‘NotoSansHans-Regular’,‘Microsoft YaHei’,‘微軟雅黑’,Georgia,Serif; -webkit-text-size-adjust:100%;}
ul,ol,li,i,em,cite,u,b,h1,h2,h3,h4,h5,h6{list-style:none; font-style: normal; text-decoration:none; font-weight: normal;}
a,img{border:0 none;text-decoration:none; outline:0 none;}
a,a:hover,a:link,a:visited,a:active{ color:#333;-moz-transition: all 0.1s; -webkit-transition: all 0.1s; -o-transition: all 0.1s ; transition: all 0.1s; cursor:pointer; background: transparent;}
table,tr,td,th,thead,tfoot,tbody{border-collapse:collapse;border-spacing:0}
button, input, select, textarea,form{ outline:0 none; background-color: #fff;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
p{word-wrap:break-word}
.tianstion{ transition:all 0.1s; -moz-transition:all 0.1; -ms-transition:all 0.1; -o-transition:all 0.1s;-webkit-transition:all 0.3s;}
.clear{clear:both;overflow:hidden;*zoom:1;}
.fl{float:left}
.fr{float:right}

2、移動端公共樣式

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章