zx 3 years ago
parent 05474f298c
commit 4e3227361b

@ -1,5 +1,5 @@
.home-page-content { .home-page-content {
padding: 12px 24px 24px 24px; padding: 24px;
background: #F9F9F9; background: #F9F9F9;
.top-number { .top-number {
display: flex; display: flex;
@ -64,8 +64,8 @@
} }
}; };
.grey-line-cross { .grey-line-cross {
width: 1515px; width: 90%;
margin-left: 14px; margin-left: 24px;
height: 1px; height: 1px;
background: #E8E8E8; background: #E8E8E8;
} }
@ -94,7 +94,7 @@
width: 1486px; width: 1486px;
height: 280px; height: 280px;
.chart-item { .chart-item {
width: 100%; width: 70%;
height: calc(115%); height: calc(115%);
} }
.chart-title { .chart-title {

Loading…
Cancel
Save