广西预案平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.0 KiB

.content {
width: 100%;
height: 93%;
display: flex;
flex-direction: column;
overflow: hidden;
.echarts {
flex: 100%;
box-sizing: border-box;
padding: 10px;
overflow: hidden;
.center {
width: 100%;
height: 100%;
overflow: auto;;
}
}
}
.header {
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #999;
min-height: 70px;
.queryBox {
box-sizing: border-box;
padding: 5px 15px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items:center;
justify-content:center;
.queryField {
margin: 0 15px;
font-size: 14px;
input {
width: 180px;
height: 22px;
line-height: 22px;
}
}
.btnbox{
float: right;
}
} //queryBox
}
.publicCss{
height: 350px;
width: 50%;
display: inline-block;
box-sizing: border-box;
padding: 20px;
}
//滚动条样式
::-webkit-scrollbar{
width: 5px;
background-color: white;
}
::-webkit-scrollbar-thumb{
background-color: #999;
}