/********* tab *************/
|
|
.tab-A {
|
position: relative;
|
width: 100%;
|
height: 100%;
|
}
|
|
.tab-A-headerOuter {
|
position: relative;
|
width: 100%;
|
margin-top: 1px;
|
height: 22px;
|
line-height: 22px;
|
border-bottom: 1px solid #e0e0e0;
|
}
|
|
.tab-A-goleft {
|
position: absolute;
|
top: 0px;
|
left: 0px;
|
width: 24px;
|
height: 100%;
|
cursor: pointer;
|
text-align: center;
|
background-color: #ebf1ed;
|
color: #e1d4d4;
|
}
|
|
.tab-A-goright {
|
position: absolute;
|
top: 0px;
|
width: 24px;
|
right: 0px;
|
height: 100%;
|
cursor: pointer;
|
text-align: center;
|
background-color: #ebf1ed;
|
color: #e1d4d4;
|
}
|
|
.tab-A-header {
|
position: absolute;
|
left: 24px;
|
right: 24px;
|
height: 100%;
|
overflow: hidden;
|
}
|
|
.tab-A-header-inner {
|
height: 100%;
|
}
|
|
.tab-A-body {
|
position: absolute;
|
top: 23px;
|
width: 100%;
|
bottom: 0px;
|
}
|
|
.tab-A-item-header {
|
width: 110px;
|
border: 2px solid #a4dddb80;
|
border-radius: 10px 10px 0px 0px;
|
background: #ffffff;
|
float: left;
|
/* width: 160px; */
|
height: 100%;
|
margin-left: 3px;
|
color: gray;
|
text-align: center;
|
/* background-image: url("../img/tab_gray_unactive.png"); */
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
-moz-background-size: 100% 100%;
|
overflow: hidden;
|
cursor: pointer;
|
font-size: 13px;
|
line-height: 20px;
|
}
|
|
.tab-A-item_menu {
|
border: 1px solid #ccc;
|
background-color: #fff;
|
}
|
.tab-A-item_menu .div_sub {
|
padding: 2px 10px;
|
line-height: 20px;
|
cursor: pointer;
|
}
|
.tab-A-item_menu .div_sub:hover {
|
background-color: #e6e6e6;
|
}
|
|
.closeTab {
|
/* background-image: url("../img/Colosed_1.png"); */
|
background-size: cover;
|
display: inline-block;
|
height: 18px;
|
width: 18px;
|
float: right;
|
color: gray;
|
margin-right: 5px;
|
/* margin-top: 2px; */
|
}
|
|
#closeBtn:hover {
|
/* background-image: url("../img/closed_color.png"); */
|
background-size: cover;
|
display: inline-block;
|
height: 18px;
|
width: 18px;
|
float: right;
|
color: #333333;
|
/* margin-right: 5px;
|
margin-top: 2px; */
|
}
|
|
.tab-A-item-selectedHeader {
|
color: black;
|
background-color: #a0fecc40;
|
/* background-image: url("../img/tab_gray_active.png"); */
|
overflow: hidden;
|
}
|
|
.tab-A-item-headerImg {
|
font-size: 8px;
|
margin-right: 3px;
|
margin-left: 5px;
|
}
|
|
.tab-A-item-iframe {
|
height: 100%;
|
width: 100%;
|
border: none;
|
z-index: 10;
|
}
|
|
.tab-A-subitem-iframe {
|
height: 100%;
|
width: 100%;
|
margin-left: -100%;
|
border: 1px solid #d8d8d8;
|
z-index: 10;
|
}
|
|
.tab-A-item-div {
|
position: absolute;
|
left: 0px;
|
right: 0px;
|
top: 0px;
|
bottom: 0px;
|
}
|
|
/********* toolbar *************/
|
|
/*++++++++ A ++++++++++*/
|
.toolbar-A {
|
padding: 3px;
|
font-size: 13px;
|
font-family: Tahoma, Verdana, 微软雅黑,新宋体, Helvetica, Arial, sans-serif;
|
}
|
|
.toolbar-A-director {
|
float: left;
|
width: 1px;
|
background-color: #c8b1b1;
|
border-left: 1px solid #dcdceb;
|
border-right: 1px solid #dcdceb;
|
height: 22px;
|
margin: 3px 3px 0px 2px;
|
}
|
|
.toolbar-A-btn-outer {
|
padding-right: 5px;
|
text-decoration: none;
|
color: #777;
|
background: transparent;
|
}
|
|
.toolbar-A-btn {
|
border: 1px solid #ccc;
|
border-radius: 3px;
|
background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
|
background: -moz-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
|
background: -o-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
|
background: -ms-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
|
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f7f7f7, endcolorstr=#f2f2f2, gradientType=0);
|
height: 24px;
|
padding: 1px 8px;
|
cursor: pointer;
|
line-height: 23px;
|
display: inline-block;
|
color: #444;
|
white-space: nowrap;
|
}
|
|
.toolbar-A-btn:hover {
|
border: 1px solid #76B4AC;
|
color: black;
|
}
|
|
.toolbar-A-btn-icon {
|
font-size: 16px;
|
}
|
|
.toolbar-A-btn-content {
|
background-position: left center;
|
display: inline-block;
|
vertical-align: baseline;
|
margin-left: 2px;
|
background-repeat: no-repeat;
|
}
|
|
/*++++++++ B ++++++++++*/
|
|
.toolbar-B {
|
height: 100%;
|
padding: 0px;
|
margin: 0px;
|
border: 0;
|
}
|
|
.toolbar-B-btn {
|
height: 100%;
|
float: left;
|
cursor: pointer;
|
}
|
|
.toolbar-B-btn:hover {
|
background-color: #10ae99;
|
}
|
|
.toolbar-B-btn-text {
|
margin-left: 10px;
|
}
|
|
.toolbar-B-btn-image {
|
margin-left: 5px;
|
vertical-align: middle;
|
}
|
|
/*++++++++ C ++++++++++*/
|
|
.toolbar-C {
|
height: 100%;
|
padding: 0px;
|
margin: 0px;
|
border: 0;
|
}
|
|
.toolbar-C-btn {
|
height: 100%;
|
width: 7.6%;
|
float: left;
|
cursor: pointer;
|
text-align: center;
|
overflow: hidden;
|
}
|
|
.toolbar-C-btn:hover {
|
background-color: #4b9ac6;
|
}
|
|
.toolbar-C-btn-text {
|
width: 100%;
|
margin-top: 2px;
|
}
|
|
.toolbar-C-btn-icon {
|
width: 100%;
|
}
|
|
/********* treemenu *************/
|
|
.treemenu-A {
|
position: relative;
|
list-style: none;
|
margin: 0;
|
padding: 0;
|
}
|
|
.treemenu-A-item {
|
position: relative;
|
line-height: 36px;
|
font-weight: normal;
|
cursor: pointer;
|
}
|
|
.treemenu-A-itemBody {
|
background-color: #016985;
|
color: #ddd;
|
/* border-left: 5px solid transparent; */
|
}
|
|
.treemenu-A-itemBody:HOVER {
|
background-color: #1a9182;
|
color: white;
|
}
|
|
.treemenu-A-activeBody {
|
background-color: #796161;
|
color: white;
|
font-weight: bold;
|
border-left: 5px solid #33aecc;
|
}
|
|
.treemenu-A-body-arrow {
|
float: right;
|
margin-right: 20px;
|
}
|
|
.treemenu-A-text {
|
margin-left: 5px;
|
}
|
|
|
/******************* popup ************************/
|
.popup-cover {
|
position: absolute;
|
top: 0;
|
bottom: 0;
|
z-index: 1800;
|
width: 100vw;
|
background-color: #00000050;
|
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
margin-left: 100%;
|
min-height: 500px;
|
max-height: 99vh;
|
}
|
.popup-close {
|
position: absolute;
|
top: 10px;
|
right: 20px;
|
font-size: 16px;
|
z-index: 120;
|
}
|
.popup-close:hover {
|
cursor: pointer;
|
font-weight: bold;
|
}
|
.popup-title {
|
position: absolute;
|
top: 0;
|
left: 0px;
|
right: 0px;
|
height: 48px;
|
line-height: 48px;
|
padding-left: 20px;
|
padding-right: 20px;
|
border-bottom: 1px solid #e7e7e7;
|
z-index: 100;
|
|
font-size: 16px;
|
}
|
|
.popup-page {
|
position: relative;
|
background-color: #fff;
|
margin: 0 auto;
|
max-width: 99vw;
|
max-height: 99vh;
|
}
|
|
.popup-body {
|
position: absolute;
|
top: 48px;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
/* padding-left: 20px;
|
padding-right: 20px; */
|
}
|
|
.popup-footer {
|
position: absolute;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
height: 48px;
|
text-align: right;
|
padding: 0px 40px;
|
line-height: 44px;
|
border-top: 1px solid #e7e7e7;
|
}
|