﻿/* 自定义 Loading 样式 */
.notiflix-loading {
    background-color: rgba(0, 0, 0, 0.8) !important;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    position: fixed;
    z-index: 9999; 
}

/* 自定义 Loading 内部文本样式 */
.notiflix-loading__message {
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    line-height: 100px;
}
