大数据展示页面源码
.container {
width: 100%;
height: 100vh;
display: flex;
flexdirection: column;
alignitems: center;
justifycontent: center;
fontfamily: Arial, sansserif;
}
h1 {
marginbottom: 20px;
}
.chartcontainer {
width: 80%;
height: 400px;
border: 1px solid ccc;
display: flex;
justifycontent: center;
alignitems: center;
}
.legend {
display: flex;
justifycontent: center;
alignitems: center;
margintop: 20px;
}
.legenditem {
display: flex;
alignitems: center;
marginright: 20px;
}
.legenditem span {
display: inlineblock;
width: 10px;
height: 10px;
marginright: 5px;
}
大数据展示页面
数据1
数据2
数据3