Files
lingji-work-fe/src/views/property-marketing/put-account/account-manage/style.scss

63 lines
1.2 KiB
SCSS
Raw Normal View History

2025-06-25 18:26:03 +08:00
.account-manage-wrap {
height: 100%;
display: flex;
flex-direction: column;
.filter-wrap {
.top {
.title {
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 {
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;
}
}
.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 {
2025-07-02 15:30:13 +08:00
color: #f64b31;
}
}
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;
}
}
}