@import './sidebar.scss'; @import './reset.scss'; @import './variablesDark.scss'; @import './dark.scss'; @import './style.scss'; .app-container { padding: 20px; .search { padding: 18px 0 0 10px; margin-bottom: 10px; border-radius: 4px; border: 1px solid var(--el-border-color-light); box-shadow: var(--el-box-shadow-light); background-color: var(--el-bg-color-overlay); } } .n-drawer-container { .waringDrawer { color: #fff; background: #0f2856; backdrop-filter: blur(10px); overflow: hidden; .n-drawer-header { color: #fff; border-bottom: 1px solid #1a3960; .n-drawer-header__main { flex: 1; .title { display: flex; justify-content: space-between; align-items: center; cursor: pointer; .button { font-size: 14px; color: #b1e3ff; padding-right: 20px; } } } .n-base-close { color: #fff; } } .waringList { padding: 10px; background: #08173e; .item { padding-bottom: 10px; border-bottom: 1px solid #1a3960; margin-bottom: 10px; .name { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; span { font-size: 16px; } span.time { font-size: 14px; color: #b1e3ff; } } .info { display: flex; justify-content: space-between; align-items: center; span { color: #b1e3ff; } .n-button { background-color: #022a5a !important; border: 1px solid #114073; } } } .item:last-child { border-bottom: none; margin-bottom: 0; } } } } .n-modal-container { .waringModal { width: 70%; height: 500px; background: url(@/assets/images/waring_bg.png) no-repeat; background-size: 100% 100%; .n-card__content { position: relative; padding-top: 0; padding: 80px; .waringTable { background-color: transparent; border: 1px solid #053872; .el-table__inner-wrapper::before { content: none; } .headerRowClass { .headerCellClass { color: #fff; background-color: #001D40; border-bottom: none; } } .rowClass { background-color: transparent; .cellClass { color: #B1E3FF; border-bottom: none; background-color: #01153A; .confirm { background-color: #022a5a !important; border: 1px solid #114073; } } } .rowClass.el-table__row--striped { .cellClass { background-color: #001D40; } } } .warClose { width: 50px; cursor: pointer; color: #B1E3FF; margin: 100px auto 0 auto; } } } } .el-overlay{ z-index: 99999 !important; }