.kb_dashboard {
|
width: 1920px;
|
height: 1080px;
|
position: relative;
|
/*background-color: #17678c;*/
|
background-color: #000;
|
font-size: 16px;
|
/*font-family: Microsoft YaHei;*/
|
font-family: Arial;
|
color: #fff;
|
background-size: 1920px 1080px;
|
/*background: url("../../assets/images/kb_bg.png") no-repeat;*/
|
}
|
|
.kb_header {
|
/*background-color: #123;*/
|
height: 90px;
|
line-height: 90px;
|
font-size: 40px;
|
color: #09d8f2;
|
}
|
|
.kb_header_text {
|
letter-spacing: 5px;
|
}
|
|
.kb_headerPic {
|
position: absolute;
|
top: 39px;
|
/*top: 0px;*/
|
width: 1808px;
|
/*height: 90px;*/
|
height: 12px;
|
/*background-size: 100% 100%;*/
|
/*background: url("../../assets/images/kb_title.png") no-repeat;*/
|
background: url("../../assets/images/kb_headtitle2.png") no-repeat;
|
margin-left: 56px;
|
}
|
|
.kb_headTime {
|
position: absolute;
|
right: 10px;
|
width: 300px;
|
height: 50px;
|
z-index: 10;
|
top: -20px;
|
font-size: 22px;
|
}
|
|
|
.flex_c_c {
|
display: flex;
|
justify-content: center;
|
align-content: center;
|
}
|
|
.flex_c_s {
|
display: flex;
|
flex-direction: column;
|
justify-content: space-evenly;
|
/*align-content: center;*/
|
}
|
|
.flex_e_c {
|
display: flex;
|
justify-content: space-evenly;
|
align-content: center;
|
}
|
|
.flex_s_c {
|
display: flex;
|
justify-content: flex-start;
|
align-content: center;
|
}
|
|
.kb_pd10 {
|
padding: 10px;
|
}
|
|
.kb_mt10 {
|
margin-top: 10px;
|
}
|
|
.kb_mt5 {
|
margin-top: 5px;
|
}
|
|
|
/*
|
定义滚动条高宽及背景
|
高宽分别对应横竖滚动条的尺寸
|
*/
|
/*::-webkit-scrollbar {*/
|
/* width: 0 !important;*/
|
/* height: 0 !important;*/
|
/* display: none !important;*/
|
/*}*/
|
|
/*scrollbar END*/
|