IntelligentRecognition/ah-jjsp-web/.svn/pristine/1c/1c97293795cbe7ed16d1f9fb15b...

30 lines
459 B
Plaintext

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%;
}