/* /css/styles_button.css */

/* 动画关闭样式 */
body.no-animation * {
    transition: none !important;
    animation: none !important;
}

body.no-animation *:before,
body.no-animation *:after {
    transition: none !important;
    animation: none !important;
}