36 lines
815 B
Plaintext
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;
|
|
}
|
|
}
|
|
} |