42 lines
606 B
Plaintext
42 lines
606 B
Plaintext
html,
|
|
body {
|
|
width: 100%;
|
|
/*height: calc(100% - 5px);*/
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: 'Microsoft YaHei';
|
|
}
|
|
#content-box {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#left-box {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#voi-type {
|
|
width: 100%;
|
|
height: 110px;
|
|
padding: 0 5%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.layui-form .layui-form-item:nth-child(1) p {
|
|
margin: 6px 20px 0 0;
|
|
}
|
|
|
|
#voi-echarts {
|
|
width: 100%;
|
|
height: calc(100% - 110px);
|
|
}
|
|
|
|
.layout {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: start;
|
|
box-sizing: border-box;
|
|
}
|