/**
 * @file 全局样式
 * @author cxtom<cxtom2008@gmail.com>
 */

body,
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

:not(input):not(textarea) {
    -webkit-touch-callout: none;
    user-select: none;
}
