#box {
|
min-width: 50px;
|
min-height: 50px;
|
width: 100%;
|
height: 100%;
|
margin: 10px 10px 0px 0px;
|
|
display: flex;
|
flex-flow: row nowrap;
|
align-items: flex-start;
|
justify-content: space-between;
|
}
|
|
#left {
|
width: 100%;
|
height: 100%;
|
margin: 0px 10px 0px 0px;
|
display: flex;
|
flex-flow: column nowrap;
|
align-items: flex-start;
|
}
|
|
|
#right {
|
display: none;
|
width: 25%;
|
height: 100%;
|
/*font-family: "黑体";*/
|
/*font-size: 16px;*/
|
/*display: flex;*/
|
/*flex-flow: row wrap;*/
|
/*align-items: flex-start;*/
|
/*color: #007bff;*/
|
}
|
.errorResNummore,.personcountmore{
|
/*font-size: 18px;*/
|
}
|
#right span {
|
/*font-family: "黑体";*/
|
/*font-size: 25px;*/
|
/*color: #007bff;*/
|
}
|
|
#top {
|
width: 100%;
|
height: 75px;
|
font-family: "黑体";
|
font-size: 32px;
|
display: flex;
|
flex-flow: row nowrap;
|
align-items: flex-end;
|
justify-content: space-between;
|
}
|
|
#header_left {
|
width: 100%;
|
height: 50px;
|
display: flex;
|
flex-flow: row nowrap;
|
justify-content: flex-start;
|
background-color: #162343;
|
}
|
|
#header_left span {
|
width: 100%;
|
height: 50px;
|
display: flex;
|
line-height: 50px;
|
text-align: center;
|
|
}
|
|
#header_left img {
|
width: 50px;
|
height: 50px;
|
}
|
|
#header_right {
|
width: 100%;
|
height: 50px;
|
display: flex;
|
flex-flow: row nowrap;
|
align-items: flex-end;
|
justify-content: flex-end;
|
}
|
|
#header_right span {
|
width: 100px;
|
height: 50px;
|
display: flex;
|
line-height: 50px;
|
text-align: center;
|
}
|
|
#severstatus {
|
width: 100%;
|
height: 170px;
|
display: flex;
|
|
}
|
|
.severstatus_left {
|
width: 100%;
|
height: 300px;
|
/* display: flex; */
|
flex-flow: column wrap;
|
justify-content: flex-start;
|
border: solid 2px;
|
/* background-color: #ffffff; */
|
|
}
|
.severstatus_left,.severstatus_right{
|
/* border: solid 1px gray!important; */
|
}
|
.severstatus_left span {
|
/* font-family: "黑体";
|
font-size: 25px;
|
margin-left: 20px;
|
color: #007bff;*/
|
}
|
|
.severstatus_right span {
|
/*font-family: "黑体";*/
|
/*font-size: 25px;*/
|
/*margin-left: 20px;*/
|
/*color: #007bff;*/
|
}
|
|
.severstatus_right {
|
/*margin-left: 20px;*/
|
|
width: 49%;
|
height: 300px;
|
flex-flow: column wrap;
|
justify-content: flex-start;
|
border: solid 2px;
|
/* background-color: #ffffff; */
|
margin-left: 26px;
|
}
|
|
#useraction {
|
margin-top: 300px;
|
width: 100%;
|
height: 300px;
|
display: flex;
|
/* background-color: #ffffff; */
|
}
|
|
.useraction_left {
|
width: 100%;
|
height: 350px;
|
display: flex;
|
flex-flow: column wrap;
|
justify-content: flex-start;
|
|
}
|
|
.useraction_right {
|
width: 40%;
|
height: 350px;
|
display: flex;
|
background-color: yellow;
|
}
|
|
|
.useractionbox {
|
width: 100%;
|
padding-right: 20px;
|
display: flex;
|
flex-direction: row;
|
justify-content: center;
|
|
height: 80%;
|
}
|
|
|
#resUsage {
|
width: 100%;
|
height: 300px;
|
display: flex;
|
background-color: white;
|
margin-top: 100px;
|
}
|
|
.resUsagebox {
|
width: 100%;
|
display: flex;
|
padding-right: 20px;
|
flex-direction: row;
|
justify-content: center;
|
height: 300px;
|
background-color: #ffffff;
|
}
|
|
.resUsage_left {
|
width: 100%;
|
height: 400px;
|
display: flex;
|
flex-flow: column wrap;
|
justify-content: flex-start;
|
|
}
|
|
.resUsage_left span {
|
/*font-family: "黑体";*/
|
/*font-size: 32px;*/
|
/*margin-left: 20px;*/
|
/*color: blue;*/
|
}
|
|
.resUsage_left_top {
|
width: 100%;
|
height: 25px;
|
font-family: "黑体";
|
font-size: 16px;
|
margin-left: 20px;
|
/*color: blue;*/
|
}
|
|
.resUsage_right {
|
width: 40%;
|
height: 300px;
|
display: flex;
|
background-color: yellow;
|
}
|
|
|
#resinvokechart {
|
width: 100%;
|
display: flex;
|
height: 300px;
|
}
|
|
#useractionchart {
|
width: 100%;
|
display: flex;
|
height: 300px;
|
}
|
|
|
#cpuinfo {
|
width: 40%;
|
height: 200px;
|
display: flex;
|
}
|
|
#meminfo {
|
width: 40%;
|
height: 200px;
|
display: flex;
|
}
|
|
#main {
|
width: 98%;
|
margin: 0 auto;
|
}
|
|
.title {
|
width: 100%;
|
height: 35px;
|
}
|
|
.chart {
|
width: 100%;
|
display: flex;
|
flex-direction: row;
|
justify-content: center;
|
height: 200px;
|
margin: 24px;
|
}
|
|
#resstatus {
|
width: 400px;
|
height: 200px;
|
display: flex;
|
|
}
|
|
#auditstatus {
|
width: 400px;
|
height: 200px;
|
display: flex;
|
|
}
|
|
#onlineUsertable td {
|
text-align: center;
|
}
|
|
#onlineUser {
|
width: 49%;
|
height: 400px;
|
/*border: #ffffff solid 2px;*/
|
float: left;
|
background-color: #ffffff;
|
font-size: 14px !important;
|
}
|
|
#warnResource {
|
/* margin-top: 20px; */
|
width: 49%;
|
height: 100%;
|
/*border: #ffffff solid 2px;*/
|
overflow-y: auto;
|
background-color: #ffffff;
|
float: right;
|
font-size: 14px;
|
}
|
|
#errorRestable>thead ,.tbbox tr{
|
display: table;
|
width: 100%;
|
table-layout: fixed;
|
}
|
.tbbox{
|
height: 280px;
|
display: block;
|
overflow: auto;
|
}
|
td {
|
text-align: center;
|
}
|
#right th {
|
/*color: #007bff;*/
|
color: #73879a;
|
width: 25%;
|
}
|
|
#right td {
|
|
/*color: #007bff;*/
|
color: #73879a;
|
|
}
|
|
.sysinfo {
|
width: 50%;
|
/*height: 125px;*/
|
height: 114px;
|
display: flex;
|
|
flex-flow: row wrap;
|
justify-content: space-between;
|
/*font-family: "楷体";*/
|
font-size: 25px;
|
/*color: #007bff ;*/
|
color:#73879a;
|
}
|
#tabpanel{
|
background-color: #fff;
|
width: 100%;
|
height: 450px;
|
}
|
#tabpanel .title{
|
height:56px;
|
text-align: left;
|
}
|
#tabpanel .title .tabtitle{
|
margin-left: 20px;
|
margin-top: 3px;
|
width: 100px;
|
height: 56px;
|
color: #6c757d;
|
line-height: 56px;
|
float: left;
|
font-weight: 800;
|
font-size: 14px !important;
|
cursor: pointer;
|
}
|
#tabpanel .title .tabtitle:hover{
|
color: #24acf2;
|
}
|
#tabpanel .title .active{
|
color: #24acf2;
|
}
|
#tabpanel .tabcontent{
|
width: 100%;
|
height: 500px;
|
}
|
.partbox {
|
width: 23%;
|
height: 50%;
|
margin: 10px 10px;
|
text-align: center;
|
background-color: #FFFFFf;
|
vertical-align: center;
|
padding: 20px;
|
border: solid 1px rgba(0, 0, 0, .05) ;
|
float: left;
|
}
|
.divider{
|
background-color: #dee2e6;
|
height: 0.5px;
|
width: 90%;
|
margin-left: auto;
|
margin-right: auto;
|
}
|
.SysinfoBox {
|
width: 100%;
|
height: 175px;
|
display: flex;
|
flex-flow: row wrap;
|
justify-content: flex-end;
|
background-color: #ffffff;
|
align-items: center;
|
}
|
|
.useractionlabel {
|
display: block;
|
width: 80px;
|
float: left;
|
margin-top: 8px;
|
}
|
|
.useractionlabeltext{
|
width:300px!important;
|
float:left
|
}
|
|
#NoPermissionModal{
|
width: 80%;
|
height: 60%;
|
}
|
::-webkit-scrollbar{
|
width: 10px;
|
height: 10px!important;
|
}
|
::-webkit-scrollbar-thumb{
|
border-radius: 10px;
|
background-color: #24acf2;
|
}
|
::-webkit-scrollbar-track{
|
box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
background-color: #fff;
|
border-radius: 10px;
|
}
|
|
/*JH change*/
|
/*2021.6.23*/
|
.panel-default {
|
/* border-color: #ddd !important ;
|
border-color: none !important ; */
|
}
|
.panel {
|
margin-bottom: 10px;
|
/* background-color: #fff; */
|
border: 1px solid transparent;
|
border-radius: 4px;
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
}
|
.panel-heading{
|
padding:10px 15px;
|
/* border-bottom:1px solid transparent; */
|
border-top-left-radius: 3px;
|
border-top-right-radius: 3px;
|
color:#333;
|
/* background-color: #f5f5f5; */
|
/* border-color: #dee2e6;
|
padding-bottom: 33px; */
|
|
}
|
.useractionlabel {
|
display: block;
|
width: 80px;
|
float: left;
|
margin-top: 8px;
|
margin-left: 6px;
|
}
|
.table th, .table td {
|
padding: 0.75rem;
|
vertical-align: top;
|
border-top: 0px solid #dee2e6;
|
}
|
|
/*.title{*/
|
/* color: #333;*/
|
/* background-color: #f5f5f5;*/
|
/* border-color: #ddd;*/
|
/* */
|
/*}*/
|
/*JH change*/
|