Files
lingji-work-fe/src/views/property-marketing/media-account/account-dashboard/style.scss

69 lines
1.5 KiB
SCSS
Raw Normal View History

2025-06-27 18:37:42 +08:00
.account-dashboard-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 {
border-radius: 8px;
border: 1px solid #e6e6e8;
.top {
.title {
font-family: $font-family-medium;
2025-06-27 18:37:42 +08:00
font-style: normal;
}
:deep(.arco-btn) {
.arco-btn-icon {
line-height: 14px;
}
}
}
.overview-row {
.overview-item {
height: 88px;
border-radius: 8px;
background: var(--BG-100, #f7f8fa);
padding: 16px;
&:not(:last-child) {
margin-right: 12px;
}
.label {
color: var(--Text-3, #737478);
font-family: $font-family-medium;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
.value {
color: var(--Text-1, #211f24);
font-family: 'HarmonyOS Sans SC';
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}
2025-06-27 18:37:42 +08:00
}
}
}
.table-wrap {
width: 100%;
2025-06-27 18:37:42 +08:00
.pagination-box {
display: flex;
width: 100%;
padding: 16px 24px;
justify-content: flex-end;
align-items: center;
}
}
}