css - reset

@charset "UTF-8";

section, article, aside, header, footer, nav, figure, figcaption, canvas, img {
	display: block;
}
body, dl, dd, p, form, input, ol, ul, h1, h2, h3, h4, h5, h6, pre, figure, fieldset {
	margin: 0;
}
ol, ul, td, input, fieldset {
	padding: 0;
}
input[type=color]::-webkit-color-swatch-wrapper {
	padding: 0;
}
h1, h2, h3, h4, h5, h6, strong, b, label, table {
	font-size: inherit;
}
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
button, input, textarea, select {
	font-size: inherit;
	border-radius: 0;
	color: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	border: none;
	outline: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	line-height: initial;
}
input[type=checkbox],
input[type=radio] {
	vertical-align: sub;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	font-style: normal;
	font-size: inherit;
}
pre {
	white-space: pre-wrap;
}
img {
	width: 100%;
	border: none;
	pointer-events: none;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
mark {
	background: none;
	color: inherit;
}

猜你喜欢

转载自blog.csdn.net/NaShiShiWo/article/details/81906389
今日推荐