Files
wechatpay-enterprise-web/node_modules/vant/lib/style/normalize.less
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

39 lines
367 B
Plaintext

@import './var';
html {
-webkit-tap-highlight-color: transparent;
}
body {
margin: 0;
font-family: @base-font-family;
}
a {
text-decoration: none;
}
input,
button,
textarea {
color: inherit;
font: inherit;
}
a,
input,
button,
textarea,
[class*='van-'] {
&:focus {
outline: none;
}
}
ol,
ul {
margin: 0;
padding: 0;
list-style: none;
}