@import "./animationLayer-module.css";
@import "./animationLayer-dialog.css";
@import "./animationLayer-animation.css";
@import "./animationLayer-loading.css";

/* 上下左右等模块的通用样式 */
[class*="result-view--"] {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

body * {
    /* user-select: none; */
}
