vant/packages/vant-css/src/common/normalize.css
neverland 560ccfdec2 [breaking change] reconstruct Swipe component (#194)
* Swipe: reconstruct

* [bugfix]: Swipe autoplay

[bugfix] AddressEdit doc link
2017-10-12 06:22:12 -05:00

36 lines
301 B
CSS

/**
* 基本样式入口
*/
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;
}
button {
font-family: inherit;
}