2025-06-25 18:26:03 +08:00
|
|
|
.account-manage-wrap {
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
.filter-wrap {
|
|
|
|
|
.top {
|
|
|
|
|
.title {
|
2025-07-11 16:50:48 +08:00
|
|
|
font-family: $font-family-medium;
|
2025-06-25 18:26:03 +08:00
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
:deep(.arco-btn) {
|
|
|
|
|
.arco-btn-icon {
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.tip-row {
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
background: #f0edff;
|
|
|
|
|
.label {
|
2025-07-11 16:50:48 +08:00
|
|
|
font-family: $font-family-regular;
|
2025-06-25 18:26:03 +08:00
|
|
|
font-size: 14px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
}
|
|
|
|
|
&.normal {
|
|
|
|
|
background: #ebf7f2;
|
|
|
|
|
.label {
|
|
|
|
|
color: #211f24;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-06-28 17:40:36 +08:00
|
|
|
.operation-btn {
|
|
|
|
|
padding: 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: var(--Brand-Brand-6, #6d4cfe);
|
2025-07-11 16:50:48 +08:00
|
|
|
font-family: $font-family-regular;
|
2025-06-28 17:40:36 +08:00
|
|
|
font-size: 14px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 22px; /* 157.143% */
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
}
|
|
|
|
|
&.red {
|
2025-07-02 15:30:13 +08:00
|
|
|
color: #f64b31;
|
2025-06-28 17:40:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
2025-06-25 18:26:03 +08:00
|
|
|
}
|
|
|
|
|
.card-wrap {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
.pagination-box {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 16px 24px;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|