You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
191 lines
3.6 KiB
191 lines
3.6 KiB
@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 {
|
|
--el-table-border-color: none;
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.n-modal-container {
|
|
.modalClass {
|
|
.n-card-header {
|
|
padding: 1.5rem;
|
|
}
|
|
.n-card__content {
|
|
padding: 0 1.5rem;
|
|
}
|
|
.n-card__footer {
|
|
text-align: right;
|
|
padding: 1.5rem;
|
|
button {
|
|
margin-left: 2rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.el-overlay {
|
|
z-index: 99999 !important;
|
|
}
|
|
|
|
.el-notification {
|
|
border: none !important;
|
|
background-color: #0f2856 !important;
|
|
.el-notification__content {
|
|
color: #eee !important;
|
|
}
|
|
}
|
|
|