/*
 * 公用样式
 */

@import './Button.less';
@import './Alert.less';
@import './Toast.less';

body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input {
    -webkit-appearance: none;
}
