2025-06-27 16:26:03 +08:00
|
|
|
.part-div {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: var(--BG-white, white);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
outline: 1px var(--BG-300, #E6E6E8) solid;
|
|
|
|
|
outline-offset: -1px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.part-div-header {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
height: 64px;
|
|
|
|
|
padding: 10px 24px 10px 24px;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: inline-flex
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.a-tab-class {
|
|
|
|
|
color: var(--Brand-6, #6D4CFE);
|
|
|
|
|
font-size: 66px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//每块div 标题
|
|
|
|
|
.part-div-header-title {
|
|
|
|
|
justify-content: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
color: var(--Text-1, #211F24);
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//账户指南-搜索div
|
|
|
|
|
.search-form {
|
|
|
|
|
padding: 10px 24px 20px 24px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//账户列表-表格
|
|
|
|
|
.account-table {
|
|
|
|
|
padding: 1px 24px 20px 24px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.month-data-body {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
padding-left: 24px;
|
|
|
|
|
padding-right: 24px;
|
|
|
|
|
background: var(--BG-white, white);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
outline: 1px var(--BG-300, #E6E6E8) solid;
|
|
|
|
|
outline-offset: -1px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//本周摘要div
|
|
|
|
|
.month-body-div {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
height: 64px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: inline-flex
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//本月摘要标题
|
|
|
|
|
.month-data-title {
|
|
|
|
|
justify-content: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
color: var(--Text-1, #211F24);
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
word-wrap: break-word
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//投放建议-总体策略
|
|
|
|
|
.overall-strategy {
|
|
|
|
|
width: 100%;
|
2025-06-27 18:31:53 +08:00
|
|
|
padding: 20px 10px 20px 16px;
|
2025-06-27 16:26:03 +08:00
|
|
|
background: var(--BG-100, #F7F8FA);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
gap: 12px;
|
|
|
|
|
display: inline-flex;
|
2025-06-27 18:31:53 +08:00
|
|
|
margin: 10px 24px 15px 20px;
|
2025-06-27 16:26:03 +08:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//投放优化每块div小标题
|
|
|
|
|
.placement-optimization-title {
|
|
|
|
|
// 总体策略
|
|
|
|
|
color: var(--Text-1, #211F24);
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
word-wrap: break-word
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.placement-optimization-str {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
color: var(--Text-2, #3C4043);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
word-wrap: break-word
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//表现分析标题
|
|
|
|
|
.player-title {
|
|
|
|
|
margin: 10px 0px 15px 20px;
|
|
|
|
|
// 表现分析
|
|
|
|
|
color: var(--Text-1, #211F24);
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
word-wrap: break-word
|
|
|
|
|
}
|