YNMap/src/page/index/components/MultiIndustryIncome/MultiIndustryIncome.less
ylj20011123 76a4951cf0 update
2025-06-10 20:53:56 +08:00

36 lines
815 B
Plaintext

.MultiIndustryIncomeBox {
width: 100%;
box-sizing: border-box;
padding: 3px 0 0 10px;
.MultiIndustryIncomeCharts {
width: 100%;
margin-top: 10px;
.MultiIndustryIncomeUnit {
font-family: "Microsoft YaHei";
font-weight: 400;
font-size: 10px;
color: #7F808B;
text-align: left;
font-style: normal;
padding-left: 8px;
}
.MultiIndustryIncome {
width: 100%;
height: 134px;
}
.YOYBox,
.QOQBox {
width: 100%;
height: 20px;
box-sizing: border-box;
padding: 4px 27px;
background-color: #14192C;
border-radius: 6px;
margin-top: 10px;
}
}
}