您好,欢迎来到微智科技网。
搜索
您的当前位置:首页css重置按钮 加个小手,适用移动端的CSS RESET 样式重置

css重置按钮 加个小手,适用移动端的CSS RESET 样式重置

来源:微智科技网

这是一份适用于移动端的CSS RESET 样式重置。已经比较精炼了:

/**********

* reset

*********/

* {box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

body,

dl, dt, dd, ul, ol, li,

h1, h2, h3, h4, h5, h6,

pre, code, form, fieldset, legend, input, textarea,

p, blockquote, th, td, hr, button,

article, aside, details, figcaption, figure, footer, header, menu, nav, section {

margin: 0;

padding: 0;

border: 0;

}

/* 默认不要下划线 */

a {text-decoration: none;}

/* 按钮文本不可选 */

button {user-select: none;}

img {vertical-align: middle;}

/* 加载不出来的图片不要显示灰色边框 */

img:not([src]),img[src=""] {opacity: 0;}

ul, ol {list-style: none;}

table {border-collapse: collapse; border-spacing: 0;}

input, select, button, textarea {font-size: 100%; font: inherit;}

html, body {height: 100%; overflow-x: hidden;}

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- 7swz.com 版权所有 赣ICP备2024042798号-8

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务