/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/jquery.showloading@1.0.0/css/showLoading.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/* 遮罩层覆盖全屏 */
.loading-indicator-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); 
    z-index: 5000;
    display: flex; 
    justify-content: center;
    align-items: center;
}

/* 加载指示器 */
.loading-indicator {
    width: 100px;
    height: 100px;
    background: url('../images/loading.gif') no-repeat center center;
    background-size: contain; /* 确保图片完整显示 */
}

/*# sourceMappingURL=/sm/ee0c3c984fb1f011ef4af66c99c7f63ec7b8a6ec509811e0b5e8f2efeee9b573.map */