Files
vant/packages/vant-css/src/reset.css
T
张敏andYao 8cdbb0fdd5 修复:添加reset.css和cell加上right-icon的slot (#27)
* add reset css and remove postcss-salad

* cell add right icon slog
2017-05-09 11:45:33 +08:00

27 lines
605 B
CSS

@reset-global mobile;
body {
font-family: Helvetica, "STHeiti STXihei", "Microsoft YaHei", Tohoma, Arial, sans-serif;
color: #333;
background-color: #eee;
-webkit-backface-visibility: hidden;
}
a {
background: transparent;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
input[type='number'],input[type='text'],input[type='password'],input[type='email'],input[type='search'],
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-appearance: none;
-moz-appearance: none;
}