chore: move style dir

This commit is contained in:
chenjiahan
2020-07-04 22:38:04 +08:00
parent 88f5fed9cf
commit eeaeace1c0
14 changed files with 1591 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
@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;
}