82 lines
1.7 KiB
SCSS
82 lines
1.7 KiB
SCSS
.account-manage-wrap {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
:deep(.search-btn) {
|
|
border-radius: 4px;
|
|
border: 1px solid var(--Brand-Brand-6, #6d4cfe);
|
|
color: #6d4cfe;
|
|
}
|
|
:deep(.reset-btn) {
|
|
border-radius: 4px;
|
|
border: 1px solid var(--BG-500, #b1b2b5);
|
|
background: var(--BG-white, #fff);
|
|
}
|
|
.filter-wrap {
|
|
.top {
|
|
.title {
|
|
font-family: $font-family-medium;
|
|
font-style: normal;
|
|
}
|
|
:deep(.arco-btn) {
|
|
.arco-btn-icon {
|
|
line-height: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.tip-row {
|
|
border-radius: 2px;
|
|
background: #f0edff;
|
|
.label {
|
|
font-family: $font-family-regular;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 22px;
|
|
}
|
|
&.normal {
|
|
background: #ebf7f2;
|
|
.label {
|
|
color: #211f24;
|
|
}
|
|
}
|
|
.err-btn {
|
|
background-color: #f64b31 !important;
|
|
color: var(--BG-white, #fff);
|
|
font-family: 'PingFang SC';
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 20px; /* 166.667% */
|
|
}
|
|
.operation-btn {
|
|
padding: 0;
|
|
cursor: pointer;
|
|
color: var(--Brand-Brand-6, #6d4cfe);
|
|
font-family: $font-family-regular;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 22px; /* 157.143% */
|
|
&:not(:last-child) {
|
|
margin-right: 16px;
|
|
}
|
|
&.red {
|
|
color: #f64b31;
|
|
}
|
|
}
|
|
}
|
|
.card-wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
.pagination-box {
|
|
display: flex;
|
|
width: 100%;
|
|
padding: 16px 24px;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
}
|
|
}
|