html京东 重置代码
导读:HTML京东重置代码/* 重置样式 */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, ac...
HTML京东重置代码
/* 重置样式 */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* 移除默认的表单样式 */input[type="submit"], input[type="button"], input[type="reset"], input[type="text"], input[type="password"], input[type="checkbox"], input[type="radio"], textarea, select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: none;
border-radius: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* 重置链接样式 */a {
color: inherit;
text-decoration: none;
}
/* 重置列表样式 */ul, ol {
list-style: none;
}
/* 移除图片边框 */img {
border: none;
max-width: 100%;
height: auto;
}
/* 重置页面布局 */html {
font-size: 62.5%;
height: 100%;
}
body {
height: 100%;
font-size: 1.6rem;
line-height: 1.5;
}
声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!
若转载请注明出处: html京东 重置代码
本文地址: https://pptw.com/jishu/535108.html
