body {
|
overflow: hidden;
|
}
|
|
.client {
|
position: absolute;
|
top: 0px;
|
left: 0px;
|
width: 100%;
|
height: 100%;
|
overflow: hidden;
|
}
|
|
.header {
|
position: absolute;
|
top: 0px;
|
right: 0px;
|
left: 15%;
|
height: 52px;
|
min-height: 40px;
|
z-index: 610;
|
background-color: #3c8dbc;
|
transition: 0.3s;
|
}
|
|
.left {
|
position: absolute;
|
left: 0px;
|
top: 0px;
|
width: 15%;
|
bottom: 0px;
|
z-index: 20;
|
background-color: #222d32;
|
transition: 0.3s;
|
}
|
|
.content {
|
position: absolute;
|
left: 15%;
|
right: 0px;
|
bottom: 0px;
|
top: 51px;
|
z-index: 10;
|
background-color: #fff;
|
transition: 0.3s;
|
}
|
|
.left_close .header,
|
.left_close .content {
|
left: 60px;
|
}
|
|
.left_close .left {
|
|
}
|
|
.left .logoArea .logoText .close_logo {
|
display: none;
|
}
|
|
.left_close .left .logoArea .logoText .close_logo {
|
display: block;
|
text-align: center;
|
width: 60px;
|
}
|
|
.left_close .left .logoArea .logoText .open_logo {
|
display: none;
|
}
|
|
@media (max-height: 571.43px) {
|
.content {
|
top: 40px;
|
}
|
}
|
|
.indicator {
|
position: absolute;
|
left: 0px;
|
right: 0px;
|
top: 0px;
|
height: 22px;
|
border-bottom: solid blue 1px;
|
}
|
|
.content-body {
|
position: absolute;
|
left: 0px;
|
right: 0px;
|
top: 22px;
|
bottom: 0px;
|
}
|
|
.logoArea {
|
position: absolute;
|
left: 0px;
|
width: 100%;
|
height: 7%;
|
min-height: 40px;
|
background-color: #367fa9;
|
}
|
|
.but_toggle {
|
float: left;
|
height: 100%;
|
line-height: 55px;
|
width: 42px;
|
cursor: pointer;
|
background-color: #4b9ac6;
|
}
|
|
.but_toggle:HOVER {
|
background-color: #5ba4ce;
|
}
|
|
.logoArea {
|
height: 52px;
|
line-height: 52px;
|
min-height: 40px;
|
}
|
|
.logoText {
|
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
|
font-size: 18px;
|
font-weight: 300;
|
color: white;
|
margin-left: 15px;
|
font-style: italic;
|
height: 100%;
|
}
|
|
.topMenu {
|
position: relative;
|
float: left;
|
margin-left: 100px;
|
height: 100%;
|
font-size: 12px;
|
color: white;
|
z-index: 0px;
|
}
|
|
.topMenu_item {
|
position: relative;
|
float: left;
|
width: 95px;
|
height: 100%;
|
cursor: pointer;
|
}
|
|
.topMenu_text {
|
position: absolute;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
height: 40%;
|
text-align: center;
|
}
|
|
.topMenu_img {
|
margin-top: 8%;
|
}
|
|
.bar_system {
|
position: absolute;
|
top: 0px;
|
right: 0px;
|
width: 160px;
|
height: 100%;
|
line-height: 55px;
|
color: white;
|
}
|
|
.bar_system :HOVER {
|
background-color: #367fa9;
|
}
|
|
.bar_btn {
|
position: absolute;
|
height: 100%;
|
top: 0px;
|
cursor: pointer;
|
text-align: center;
|
}
|
|
.bar_btn_icon {
|
font-size: 26px;
|
color: #eef0f2
|
}
|
|
.navbar {
|
width: 100%;
|
height: 100%;
|
list-style-image: none;
|
list-style-type: none;
|
}
|
|
.navbar-item {
|
float: left;
|
height: 100%;
|
display: block;
|
}
|
|
.photo-preview {
|
width: 25px;
|
height: 25px;
|
border-radius: 50%;
|
vertical-align: middle;
|
}
|
|
.my-account {
|
display: none;
|
position: absolute;
|
top: 50px;
|
right: 45px;
|
width: 280px;
|
height: 240px;
|
border: #95d1f5 solid 1px;
|
z-index: 1100;
|
}
|
|
.my-account-info {
|
position: absolute;
|
top: 0px;
|
left: 0px;
|
right: 0px;
|
bottom: 56px;
|
padding-top: 10px;
|
background-color: #3c8dbc;
|
color: white;
|
font-size: 13px;
|
}
|
|
.my-account-bottom {
|
position: absolute;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
height: 46px;
|
padding-top: 10px;
|
background-color: #f9f9f9;
|
}
|
|
.account_line {
|
/* height: 24px; */
|
/* line-height: 24px; */
|
text-align: left;
|
margin-left: 15px;
|
}
|
|
.alert-num {
|
position: absolute;
|
width: 20px;
|
height: 20px;
|
line-height: 20px;
|
right: 5px;
|
bottom: 5px;
|
border-radius: 50%;
|
background: #e45050;
|
color: white;
|
font-size: 12px;
|
}
|
|
.my-panel {
|
position: absolute;
|
top: 50px;
|
right: 0px;
|
width: 260px;
|
bottom: 0px;
|
display: none;
|
background-color: #4f5b61;
|
color: white;
|
padding: 5px;
|
font-size: 13px;
|
z-index: 1100;
|
}
|
|
.pnl-header {
|
height: 32px;
|
margin: 0px 3px;
|
border-bottom: 1px solid white;
|
line-height: 32px;
|
}
|
|
.leftMenu {
|
position: absolute;
|
width: 100%;
|
top: 80px;
|
bottom: 10px;
|
overflow-y: auto;
|
color: white;
|
}
|
|
.left-bottom {
|
position: absolute;
|
left: 0px;
|
right: 0px;
|
padding-left: 20px;
|
bottom: 0px;
|
height: 26px;
|
line-height: 23px;
|
color: #778892;
|
border-top: 1px solid #494e50;
|
z-index: 5;
|
}
|
|
.period-icon {
|
color: #778892;
|
}
|
|
/*滚动条整体样式*/
|
/* .scroll::-webkit-scrollbar {
|
width: 8px;
|
height: 112px;
|
display: none
|
} */
|
.scroll::-webkit-scrollbar {/*滚动条整体样式*/
|
width: 8px;
|
height: 112px;
|
display: inline
|
}
|
|
.scroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
border-radius: 10px;
|
height: 10px;
|
-webkit-box-shadow: inset 0 0 5px rgb(113, 113, 113);
|
background: #a7a7a7;
|
}
|
.scroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
|
background: #00000;
|
}
|
|
|
.account-btn {
|
width: 54px;
|
height: 34px;
|
line-height: 34px;
|
text-align: center;
|
border: 1px solid #ddd;
|
cursor: pointer;
|
}
|
|
.main-menu {
|
color: white;
|
}
|
.main-menu-selected {
|
background-color: #4b9ac6;
|
}
|
.main-menu-icon {
|
font-size: 20px;
|
margin-top: 7px;
|
line-height: 24px;
|
height: 20px;
|
}
|
.main-menu-text {
|
font-size: 14px;
|
height: 20px;
|
line-height: 20px;
|
color: #eef0f2;
|
}
|
|
.left-menu {
|
font-size: 14px;
|
border-left: 5px solid #ffffff00;
|
}
|
.left-menu:HOVER {
|
background-color: #808689;
|
}
|
.left-menu-active {
|
background-color: #356d8d;
|
border-left: 5px solid #5fc4ff;
|
}
|
|
.tab-header {
|
color: #060507;
|
}
|
|
.peroid_parent {
|
position: absolute;
|
top: 0px;
|
right: 250px;
|
color: white;
|
z-index: 11;
|
height: 55px;
|
line-height: 55px;
|
font-size: 14px;
|
width: 180px;
|
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.peroid {
|
border: 1px solid white;
|
border-radius: 50px;
|
text-align: center;
|
height: 30px;
|
line-height: 24px;
|
padding: 3px;
|
box-sizing: border-box;
|
}
|