码迷,mamicode.com
首页 > Web开发 > 详细

CSS公共样式

时间:2018-01-07 00:47:50      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:font   sha   appear   hit   pac   app   hold   psi   weight   

@charset "utf-8";
{margin: 0;padding: 0;-webkit-tap-highlight-color: transparent;-webkit-overflow-scrolling: touch;}
body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select{margin: 0;padding: 0;}
ul,li{list-style: none;}
a{text-decoration: none;}
input,textarea{outline: none;text-shadow: none;}
textarea{resize: none;overflow: auto;}
input:focus,textarea:focus{outline: none;}
::-webkit-input-placeholder{color: #999;}
img{border: none;}
/
移动端去掉苹果按钮默认样式/
button{-webkit-appearance:none}
/
取消斜体/
i,em{font-style: normal;}
/
取消加粗/
strong,b{font-weight: normal;}
/
禁止换行/
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/
清除上下浮动的影响*/
.clear{clear: both;}

CSS公共样式

标签:font   sha   appear   hit   pac   app   hold   psi   weight   

原文地址:https://www.cnblogs.com/liuqingxia/p/8215702.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!