@charset "utf-8";
/*参考bootstrap*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol..., li, button, input, textarea, th, td {
margin: 0;
padding: 0
}
/*设置默认字体*/
body {
font-size...的浏览器纵向和横向模式中自动调整字体大小的功能*/
-webkit-text-size-adjust: 100%
}
input, textarea, button, a {
/*表单或者...a标签在手机点击时会出现边框或彩色的背景区域,意思是去除点击背景框*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
/*重置html5元素的默认样式...outline: 0
}
button, input {
overflow: visible
}
button, select {
text-transform: none
}
textarea