﻿body {
    /*background-image: url('../../../view-resources/areas/web/image/bg/1.jpg'), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);*/ 
    background-color: #faf7ff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: border-box;
    background-position-x: center;
    background-position-y: center;
    z-index: -4;

}
    body::after {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: -1px;
        bottom: -1px;
        z-index: -2;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 1) 65%,rgba(255, 255, 255, 1) 100%);
        pointer-events: none;
        transition: .3s;
    }
.no-after::after {
    content: none; /* 禁用伪元素 */
}
[data-coreui-theme=dark] body::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 65%,rgba(0, 0, 0, 1) 100%);
}

.wrapper .sidebar-toggler{
    margin-left:0;
}

.sidebar-toggler.sidebar-toggler-transform::before {
    transform: rotate(-180deg);
}
