Files
lemon-imui/packages/styles/common/normalize.scss
T
2019-05-06 20:27:53 +08:00

39 lines
367 B
SCSS

/**
* 基本样式入口
*/
html {
-webkit-tap-highlight-color: transparent;
}
body {
margin: 0;
}
a {
text-decoration: none;
}
a,
input,
button,
textarea {
&:focus {
outline: none;
}
}
ol,
ul {
margin: 0;
padding: 0;
list-style: none;
}
input,
button,
textarea {
font: inherit;
color: inherit;
}