antd-mobile
Version:
基于 React 的移动设计规范实现
33 lines (26 loc) • 402 B
text/less
@import './themes/default';
@import './anim';
*,
*:before,
*:after {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
font-size: 50PX;
}
body {
user-select: none;
font-size: 32px;
background-color: @fill-body;
}
*[contenteditable] {
-webkit-user-select: auto ;
}
*:focus {
outline: none;
}
a {
background: transparent;
text-decoration: none;
outline: none;
}