IntelligentRecognition/ah-jjsp-web/bns/css/compreDisplay/dutyHomeEcharts.css

30 lines
459 B
CSS
Raw Normal View History

2024-05-24 16:09:40 +08:00
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
color: #fff;
font-size: 16px;
font-family: 'Alibaba PuHuiTi R';
letter-spacing: 1px;
}
.layout {
display: flex;
align-items: center;
justify-content: start;
box-sizing: border-box;
}
#content {
width: 100%;
height: 100%;
box-sizing: border-box;
justify-content: space-evenly;
}
#echarts-box {
width: 100%;
height: 100%;
}