127 lines
2.0 KiB
SCSS
127 lines
2.0 KiB
SCSS
.overview{
|
|
height: 100%;
|
|
}
|
|
.overview-content-header{
|
|
display: flex;
|
|
padding-top: 10px;
|
|
}
|
|
.overview-content-header .header-title{
|
|
flex:13;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
font-size: 1.5rem !important;
|
|
font-weight: 700;
|
|
margin-left: 15px;
|
|
}
|
|
.overview-content-header .header-tool{
|
|
flex: 2;
|
|
height: 35px;
|
|
}
|
|
.header-tool .tool-container{
|
|
display: flex;
|
|
text-align: center;
|
|
}
|
|
.tool-container .time{
|
|
flex: 4;
|
|
font-size: 1.5rem !important;
|
|
font-weight: 700;
|
|
display: inline-block;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
vertical-align: middle;
|
|
}
|
|
.tool-container .date{
|
|
flex: 4;
|
|
height: 35px;
|
|
}
|
|
.date .week{
|
|
font-size: 1.125rem;
|
|
font-weight: bold;
|
|
}
|
|
.date .sys-date{
|
|
padding-top: 5px;
|
|
font-size: .75rem;
|
|
}
|
|
.tool-container .operation{
|
|
flex: 2;
|
|
display: inline-block;
|
|
line-height: 35px;
|
|
}
|
|
.operation .nz-icon-maxview{
|
|
font-size: 1.875rem !important;
|
|
}
|
|
.overview-right{
|
|
//margin: 0;
|
|
//padding: 0;
|
|
//position: absolute;
|
|
//width: 100%;
|
|
//height: 100%;
|
|
//left:0; right:0; top:0; bottom:0;
|
|
}
|
|
.overview-content{
|
|
height: calc(100% - 45px);
|
|
width: 100%;
|
|
}
|
|
.overview-content .content-row-box{
|
|
width: 99%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-content: flex-start;
|
|
}
|
|
.content-row-box .content-col-box{
|
|
border: 1px solid lightgrey;
|
|
padding:5px;
|
|
margin: 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.flex-container{
|
|
display: flex;
|
|
height: 100%;
|
|
}
|
|
|
|
.box-height-200{
|
|
height: 200px;
|
|
}
|
|
.box-height-250{
|
|
height: 250px;
|
|
}
|
|
.box-height-290{
|
|
height: 290px;
|
|
}
|
|
.box-height-350{
|
|
height: 350px;
|
|
}
|
|
.box-height-400{
|
|
height: 400px;
|
|
}
|
|
.box-height-500{
|
|
height: 500px;
|
|
}
|
|
.mini-button{
|
|
display: inline-block;
|
|
//visibility: hidden;
|
|
}
|
|
.mini-button .mini-button-icon{
|
|
visibility: hidden;
|
|
}
|
|
.mini-button:hover .mini-button-icon{
|
|
visibility: visible;
|
|
cursor: pointer;
|
|
}
|
|
.mini-font{
|
|
font-size: .75rem;
|
|
-webkit-transform:scale(0.7);
|
|
display: inline-block;
|
|
}
|
|
.avg-children-space{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 5px;
|
|
}
|
|
.sub-title{
|
|
display: inline-block;
|
|
padding: 5px;
|
|
}
|