zoukankan      html  css  js  c++  java
  • JS-jQuery-EasyUI:CSS

    ylbtech-JS-jQuery-EasyUI:CSS
    1.返回顶部
    1、
    <link rel="stylesheet" type="text/css" href="/Common/CSS/easyui/default/easyui.css" />
    <link rel="stylesheet" type="text/css" href="/Common/CSS/easyui/icon.css" />
    2、
    结构 /easyui/default/  
     
    3、
    2.返回顶部
    1、
    WebCommonCSSeasyuidefaulteasyui.css
    .accordion {
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
    }
    
        .accordion .accordion-header {
            border-width: 0 0 1px;
            cursor: pointer;
        }
    
        .accordion .accordion-body {
            border-width: 0 0 1px;
        }
    
        .accordion .accordion-header .panel-title {
            font-weight: normal;
        }
    
        .accordion .accordion-header-selected .panel-title {
            font-weight: bold;
        }
    
    .accordion-noborder {
        border-width: 0;
    }
    
        .accordion-noborder .accordion-header {
            border-width: 0 0 1px;
        }
    
        .accordion-noborder .accordion-body {
            border-width: 0 0 1px;
        }
    
    .accordion-collapse {
        background: url('images/accordion_collapse.png') no-repeat;
    }
    
    .accordion-expand {
        background: url('images/accordion_expand.png') no-repeat;
    }
    
    .accordion {
        background: #fff;
        border-color: #99BBE8;
    }
    
        .accordion .accordion-header {
            background: #E0ECFF;
        }
    
    .calendar {
        border-width: 1px;
        border-style: solid;
        padding: 1px;
        overflow: hidden;
        font-size: 12px;
    }
    
        .calendar table {
            border-collapse: separate;
            font-size: 12px;
            width: 100%;
            height: 100%;
        }
    
    .calendar-noborder {
        border: 0;
    }
    
    .calendar-header {
        position: relative;
        height: 22px;
    }
    
    .calendar-title {
        text-align: center;
        height: 22px;
    }
    
        .calendar-title span {
            position: relative;
            display: inline-block;
            top: 2px;
            padding: 0 3px;
            height: 18px;
            line-height: 18px;
            cursor: pointer;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }
    
    .calendar-prevmonth, .calendar-nextmonth, .calendar-prevyear, .calendar-nextyear {
        position: absolute;
        top: 50%;
        margin-top: -7px;
        width: 14px;
        height: 14px;
        cursor: pointer;
        font-size: 1px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    
    .calendar-prevmonth {
        left: 20px;
        background: url('images/calendar_arrows.png') no-repeat -18px -2px;
    }
    
    .calendar-nextmonth {
        right: 20px;
        background: url('images/calendar_arrows.png') no-repeat -34px -2px;
    }
    
    .calendar-prevyear {
        left: 3px;
        background: url('images/calendar_arrows.png') no-repeat -1px -2px;
    }
    
    .calendar-nextyear {
        right: 3px;
        background: url('images/calendar_arrows.png') no-repeat -49px -2px;
    }
    
    .calendar-body {
        position: relative;
    }
    
        .calendar-body th, .calendar-body td {
            text-align: center;
        }
    
    .calendar-day {
        cursor: pointer;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    
    .calendar-other-month {
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    
    .calendar-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 180px;
        height: 150px;
        padding: 5px;
        font-size: 12px;
        opacity: 0.8;
        filter: alpha(opacity=80);
        display: none;
        overflow: hidden;
    }
    
    .calendar-menu-year-inner {
        text-align: center;
        padding-bottom: 5px;
    }
    
    .calendar-menu-year {
        width: 40px;
        text-align: center;
        border: 1px solid #ccc;
        margin: 0;
        padding: 2px;
        font-weight: bold;
    }
    
    .calendar-menu-prev, .calendar-menu-next {
        display: inline-block;
        width: 21px;
        height: 21px;
        vertical-align: top;
        cursor: pointer;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    
    .calendar-menu-prev {
        margin-right: 10px;
        background: url('images/calendar_arrows.png') no-repeat 2px 2px;
    }
    
    .calendar-menu-next {
        margin-left: 10px;
        background: url('images/calendar_arrows.png') no-repeat -45px 2px;
    }
    
    .calendar-menu-month {
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    
    .calendar-body th, .calendar-menu-month {
        color: #888;
    }
    
    .calendar-day {
        color: #222;
    }
    
    .calendar-sunday {
        color: #CC2222;
    }
    
    .calendar-saturday {
        color: #00ee00;
    }
    
    .calendar-today {
        color: #0000ff;
    }
    
    .calendar {
        border-color: #A4BED4;
    }
    
    .calendar-header {
        background: #E0ECFF;
    }
    
    .calendar-body th, .calendar-menu {
        background: #fafafa;
    }
    
    .calendar-hover, .calendar-selected, .calendar-nav-hover, .calendar-menu-hover {
        background-color: #FBEC88;
    }
    
    .combo {
        display: inline-block;
        white-space: nowrap;
        margin: 0;
        padding: 0;
        border-width: 1px;
        border-style: solid;
        overflow: hidden;
        vertical-align: middle;
    }
    
        .combo .combo-text {
            font-size: 12px;
            border: 0px;
            line-height: 20px;
            height: 20px;
            margin: 0;
            padding: 0px 2px;
            *margin-top: -1px;
            *height: 18px;
            *line-height: 18px;
            _height: 18px;
            _line-height: 18px;
            vertical-align: baseline;
        }
    
    .combo-arrow {
        width: 18px;
        height: 20px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    
    .combo-arrow-hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
    
    .combo-panel {
        overflow: auto;
    }
    
    .combo-arrow {
        background: url('images/combo_arrow.gif') no-repeat 3px center;
    }
    
    .combo, .combo-panel {
        background: #fff;
    }
    
    .combo {
        border-color: #A4BED4;
    }
    
    .combo-arrow {
        background-color: #E0ECF9;
    }
    
    .combo-arrow-hover {
        background-color: #E0ECF9;
    }
    
    .combobox-item {
        padding: 2px;
        font-size: 12px;
        padding: 3px;
        padding-right: 0px;
    }
    
    .combobox-item-hover {
        background: #fafafa;
    }
    
    .combobox-item-selected {
        background: #FBEC88;
    }
    
    .datagrid .panel-body {
        overflow: hidden;
        position: relative;
    }
    
    .datagrid-view {
        position: relative;
        overflow: hidden;
    }
    
    .datagrid-view1, .datagrid-view2 {
        position: absolute;
        overflow: hidden;
        top: 0;
    }
    
    .datagrid-view1 {
        left: 0;
    }
    
    .datagrid-view2 {
        right: 0;
    }
    
    .datagrid-mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        filter: alpha(opacity=30);
        display: none;
    }
    
    .center {
        left: 50%;
        margin-top: -50px;
        margin-left: -100px;
        top: 50%;
        position: fixed;
    }
    
    .datagrid-mask-msg {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        padding: 12px 5px 10px 30px;
        width: auto;
        height: 16px;
        border-width: 2px;
        border-style: solid;
        display: none;
    }
    
    .datagrid-sort-icon {
        padding: 2px 13px 3px 0px;
    }
    
    .datagrid-toolbar {
        height: auto;
        padding: 1px 2px;
        border-width: 0 0 1px 0;
        border-style: solid;
    }
    
    .datagrid-btn-separator {
        float: left;
        height: 24px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #fff;
        margin: 2px 1px;
    }
    
    .datagrid .datagrid-pager {
        margin: 0;
        border-width: 1px 0 0 0;
        border-style: solid;
    }
    
    .datagrid .datagrid-pager-top {
        border-width: 0 0 1px 0;
    }
    
    .datagrid-header {
        overflow: hidden;
        cursor: default;
        border-width: 0 0 1px 0;
        border-style: solid;
    }
    
    .datagrid-header-inner {
        float: left;
        width: 10000px;
    }
    
    .datagrid-header-row, .datagrid-row {
        height: 25px;
    }
    
    .datagrid-header td, .datagrid-body td, .datagrid-footer td {
        border-width: 0 1px 1px 0;
        border-style: dotted;
        margin: 0;
        padding: 0;
    }
    
    .datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
        margin: 0;
        padding: 0 4px;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        height: 18px;
        line-height: 18px;
        font-weight: normal;
        font-size: 12px;
    }
    
    .datagrid-cell-group {
        text-align: center;
    }
    
    .datagrid-header-rownumber, .datagrid-cell-rownumber {
        width: 25px;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    
    .datagrid-body {
        margin: 0;
        padding: 0;
        overflow: auto;
        zoom: 1;
    }
    
    .datagrid-view1 .datagrid-body-inner {
        padding-bottom: 20px;
    }
    
    .datagrid-view1 .datagrid-body {
        overflow: hidden;
    }
    
    .datagrid-footer {
        overflow: hidden;
    }
    
    .datagrid-footer-inner {
        border-width: 1px 0 0 0;
        border-style: solid;
        width: 10000px;
        float: left;
    }
    
    .datagrid-row-editing .datagrid-cell {
        height: auto;
    }
    
    .datagrid-header-check, .datagrid-cell-check {
        padding: 0;
        width: 27px;
        height: 18px;
        font-size: 1px;
        text-align: center;
        overflow: hidden;
    }
    
        .datagrid-header-check input, .datagrid-cell-check input {
            margin: 0;
            padding: 0;
            width: 15px;
            height: 18px;
        }
    
    .datagrid-resize-proxy {
        position: absolute;
        width: 1px;
        height: 10000px;
        top: 0;
        cursor: e-resize;
        display: none;
    }
    
    .datagrid-body .datagrid-editable {
        margin: 0;
        padding: 0;
    }
    
        .datagrid-body .datagrid-editable table {
            width: 100%;
            height: 100%;
        }
    
        .datagrid-body .datagrid-editable td {
            border: 0;
            margin: 0;
            padding: 0;
        }
    
        .datagrid-body .datagrid-editable .datagrid-editable-input {
            margin: 0;
            padding: 2px;
            border-width: 1px;
            border-style: solid;
        }
    
    .datagrid-sort-desc .datagrid-sort-icon {
        background: url('images/datagrid_sort_desc.gif') no-repeat center center;
    }
    
    .datagrid-sort-asc .datagrid-sort-icon {
        background: url('images/datagrid_sort_asc.gif') no-repeat center center;
    }
    
    .datagrid-row-collapse {
        background: url('images/datagrid_row_collapse.gif') no-repeat center center;
    }
    
    .datagrid-row-expand {
        background: url('images/datagrid_row_expand.gif') no-repeat center center;
    }
    
    .datagrid-mask-msg {
        background: #fff url('images/pagination_loading.gif') no-repeat scroll 5px center;
    }
    
    .datagrid-header, .datagrid-td-rownumber {
        background: #fafafa url('images/datagrid_header_bg.gif') repeat-x left bottom;
    }
    
    .datagrid-cell-rownumber {
        color: #000;
    }
    
    .datagrid-resize-proxy {
        background: red;
    }
    
    .datagrid-mask {
        background: #ccc;
    }
    
    .datagrid-mask-msg {
        border-color: #6593CF;
    }
    
    .datagrid-toolbar, .datagrid-pager {
        background: #efefef;
    }
    
    .datagrid-header, .datagrid-header td, .datagrid-body td, .datagrid-footer td,
    .datagrid-toolbar, .datagrid-pager, .datagrid-footer-inner {
        border-color: #ccc;
    }
    
    .datagrid-row-alt {
        background: #EEEEFF;
    }
    
    .datagrid-row-over, .datagrid-header td.datagrid-header-over {
        background: #D0E5F5;
        cursor: default;
    }
    
    .datagrid-row-selected {
        background: #FBEC88;
    }
    
    .datagrid-body .datagrid-editable .datagrid-editable-input {
        border-color: #A4BED4;
    }
    
    .datebox-calendar-inner {
        height: 180px;
    }
    
    .datebox-button {
        height: 18px;
        padding: 2px 5px;
        font-size: 12px;
        text-align: center;
    }
    
    .datebox-current, .datebox-clean, .datebox-close, .datebox-ok {
        text-decoration: none;
        font-weight: bold;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    
    .datebox-current {
        float: left;
    }
    
    .datebox-close {
        float: right;
    }
    
    .datebox-button-hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
    
    .datebox .combo-arrow {
        background: url('images/datebox_arrow.png') no-repeat center center;
    }
    
    .datebox-button {
        background-color: #fafafa;
    }
    
    .datebox-current, .datebox-clean, .datebox-close, .datebox-ok {
        color: #222;
    }
    
    .dialog-content {
        overflow: auto;
    }
    
    .dialog-toolbar {
        padding: 2px 5px;
    }
    
    .dialog-tool-separator {
        float: left;
        height: 24px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #fff;
        margin: 2px 1px;
    }
    
    .dialog-button {
        padding: 5px;
        text-align: right;
    }
    
        .dialog-button .l-btn {
            margin-left: 5px;
        }
    
    .dialog-toolbar, .dialog-button {
        background: #fafafa;
    }
    
    .dialog-toolbar {
        border-bottom: 1px solid #eee;
    }
    
    .dialog-button {
        border-top: 1px solid #eee;
    }
    
    .layout {
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        z-index: 0;
    }
    
    .layout-panel {
        position: absolute;
        overflow: hidden;
    }
    
    .layout-panel-east, .layout-panel-west {
        z-index: 2;
    }
    
    .layout-panel-north, .layout-panel-south {
        z-index: 3;
    }
    
    .layout-expand {
        position: absolute;
        padding: 0px;
        font-size: 1px;
        cursor: pointer;
        z-index: 1;
    }
    
        .layout-expand .panel-header, .layout-expand .panel-body {
            background: transparent;
            filter: none;
            overflow: hidden;
        }
    
        .layout-expand .panel-header {
            border-bottom-width: 0px;
        }
    
    .layout-split-proxy-h, .layout-split-proxy-v {
        position: absolute;
        font-size: 1px;
        display: none;
        z-index: 5;
    }
    
    .layout-split-proxy-h {
        width: 5px;
        cursor: e-resize;
    }
    
    .layout-split-proxy-v {
        height: 5px;
        cursor: n-resize;
    }
    
    .layout-mask {
        position: absolute;
        background: #fafafa;
        filter: alpha(opacity=10);
        opacity: 0.10;
        z-index: 4;
    }
    
    .layout-button-up {
        background: url('images/layout_arrows.png') no-repeat -16px -16px;
    }
    
    .layout-button-down {
        background: url('images/layout_arrows.png') no-repeat -16px 0;
    }
    
    .layout-button-left {
        background: url('images/layout_arrows.png') no-repeat 0 0;
    }
    
    .layout-button-right {
        background: url('images/layout_arrows.png') no-repeat 0 -16px;
    }
    
    .layout-split-proxy-h, .layout-split-proxy-v {
        background: #ccc;
    }
    
    .layout-split-north {
        border-bottom: 5px solid #D2E0F2;
    }
    
    .layout-split-south {
        border-top: 5px solid #D2E0F2;
    }
    
    .layout-split-east {
        border-left: 5px solid #D2E0F2;
    }
    
    .layout-split-west {
        border-right: 5px solid #D2E0F2;
    }
    
    .layout-expand {
        background: #D2E0F2;
    }
    
    .layout-expand-over {
        background: #E1F0F2;
    }
    
    a.l-btn {
        background-position: top right;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        zoom: 1;
        height: 24px;
        padding-right: 18px;
        cursor: pointer;
        outline: none;
    }
    
    a.l-btn-plain {
        padding-right: 5px;
        border: 0;
        padding: 1px 6px 1px 1px;
    }
    
    a.l-btn-disabled {
        color: #ccc;
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: default;
    }
    
    a.l-btn span.l-btn-left {
        display: inline-block;
        background-position: top left;
        padding: 4px 0px 4px 18px;
        line-height: 16px;
        height: 16px;
    }
    
    a.l-btn-plain span.l-btn-left {
        padding-left: 5px;
    }
    
    a.l-btn span span.l-btn-text {
        display: inline-block;
        vertical-align: baseline;
        width: auto;
        height: 18px;
        line-height: 18px;
        padding: 0;
        margin: 0;
    }
    
    a.l-btn span span.l-btn-icon-left {
        padding: 0 0 0 20px;
        background-position: left center;
    }
    
    a.l-btn span span.l-btn-icon-right {
        padding: 0 20px 0 0;
        background-position: right center;
    }
    
    a.l-btn span span span.l-btn-empty {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 16px;
    }
    
    a:hover.l-btn {
        background-position: bottom right;
        outline: none;
        text-decoration: none;
    }
    
        a:hover.l-btn span.l-btn-left {
            background-position: bottom left;
        }
    
    a:hover.l-btn-plain {
        padding: 0 5px 0 0;
    }
    
    a:hover.l-btn-disabled {
        background-position: top right;
    }
    
        a:hover.l-btn-disabled span.l-btn-left {
            background-position: top left;
        }
    
    a.l-btn .l-btn-focus {
        outline: #0000FF dotted thin;
    }
    
    a.l-btn {
        color: #444;
        background-image: url('images/button_a_bg.gif');
        background-repeat: no-repeat;
    }
    
        a.l-btn span.l-btn-left {
            background-image: url('images/button_span_bg.gif');
            background-repeat: no-repeat;
        }
    
    a.l-btn-plain, a.l-btn-plain span.l-btn-left {
        background: transparent;
        border: 0;
    }
    
    a:hover.l-btn-plain {
        background: url('images/button_plain_hover.png') repeat-x left bottom;
        border: 1px solid #7eabcd;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    
    .menu {
        position: absolute;
        margin: 0;
        padding: 2px;
        border-width: 1px;
        border-style: solid;
        overflow: hidden;
    }
    
    .menu-item {
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        border-width: 1px;
        border-style: solid;
    }
    
    .menu-text {
        height: 20px;
        line-height: 20px;
        float: left;
        padding-left: 28px;
    }
    
    .menu-icon {
        position: absolute;
        width: 16px;
        height: 16px;
        left: 2px;
        top: 50%;
        margin-top: -8px;
    }
    
    .menu-rightarrow {
        position: absolute;
        width: 4px;
        height: 7px;
        right: 5px;
        top: 50%;
        margin-top: -4px;
    }
    
    .menu-sep {
        margin: 3px 0px 3px 24px;
        line-height: 2px;
        font-size: 1px;
    }
    
    .menu-active {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    
    .menu-shadow {
        position: absolute;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
        filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
    }
    
    .menu-item-disabled {
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: default;
    }
    
    .menu-text, .menu-text span {
        font-size: 12px;
    }
    
    .menu-shadow {
        background: #ddd;
    }
    
    .menu-rightarrow {
        background: url('images/menu_rightarrow.png') no-repeat left top;
    }
    
    .menu-sep {
        background: url('images/menu_sep.png') repeat-x;
    }
    
    .menu {
        background: #f0f0f0 url('images/menu.gif') repeat-y;
        border-color: #ccc;
    }
    
    .menu-content {
        background: #fff;
    }
    
    .menu-item {
        border-color: transparent;
        _border-color: #f0f0f0;
    }
    
    .menu-active {
        border-color: #7eabcd;
        background: #fafafa;
    }
    
    .menu-active-disabled {
        border-color: transparent;
        background: transparent;
    }
    
    .m-btn-downarrow {
        display: inline-block;
        width: 12px;
        height: 16px;
        line-height: 16px;
        _vertical-align: middle;
    }
    
    a.m-btn-active {
        background-position: bottom right;
    }
    
        a.m-btn-active span.l-btn-left {
            background-position: bottom left;
        }
    
    a.m-btn-plain-active {
        background: transparent;
        padding: 0 5px 0 0;
        border-width: 1px;
        border-style: solid;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    
    .m-btn-downarrow {
        background: url('images/menu_downarrow.png') no-repeat 4px center;
    }
    
    a.m-btn-plain-active {
        border-color: #7eabcd;
    }
    
    .messager-body {
        padding: 10px;
        overflow: hidden;
    }
    
    .messager-button {
        text-align: center;
        padding-top: 10px;
    }
    
    .messager-icon {
        float: left;
        width: 32px;
        height: 32px;
        margin: 0 10px 10px 0;
    }
    
    .messager-error {
        background: url('images/messager_error.gif') no-repeat scroll left top;
    }
    
    .messager-info {
        background: url('images/messager_info.gif') no-repeat scroll left top;
    }
    
    .messager-question {
        background: url('images/messager_question.gif') no-repeat scroll left top;
    }
    
    .messager-warning {
        background: url('images/messager_warning.gif') no-repeat scroll left top;
    }
    
    .messager-progress {
        padding: 10px;
    }
    
    .messager-p-msg {
        margin-bottom: 5px;
    }
    
    .messager-body .messager-input {
        width: 100%;
        padding: 1px 0;
        border: 1px solid #ccc;
    }
    
    .pagination {
        zoom: 1;
    }
    
        .pagination table {
            float: left;
            height: 30px;
        }
    
        .pagination td {
            border: 0;
        }
    
    .pagination-btn-separator {
        float: left;
        height: 24px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #fff;
        margin: 3px 1px;
    }
    
    .pagination .pagination-num {
        border-width: 1px;
        border-style: solid;
        margin: 0 2px;
        padding: 2px;
        width: 2em;
        height: auto;
    }
    
    .pagination-page-list {
        margin: 0px 6px;
        padding: 2px;
        width: auto;
        height: auto;
    }
    
    .pagination-info {
        float: right;
        margin: 0 6px 0 0;
        padding: 0;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    
    .pagination span {
        font-size: 12px;
    }
    
    .pagination-first {
        background: url('images/pagination_first.gif') no-repeat;
    }
    
    .pagination-prev {
        background: url('images/pagination_prev.gif') no-repeat;
    }
    
    .pagination-next {
        background: url('images/pagination_next.gif') no-repeat;
    }
    
    .pagination-last {
        background: url('images/pagination_last.gif') no-repeat;
    }
    
    .pagination-load {
        background: url('images/pagination_load.png') no-repeat;
    }
    
    .pagination-loading {
        background: url('images/pagination_loading.gif') no-repeat;
    }
    
    .pagination .pagination-num {
        border-color: #ccc;
    }
    
    .panel {
        overflow: hidden;
        font-size: 12px;
        text-align: left;
    }
    
    .panel-header, .panel-body {
        border-width: 1px;
        border-style: solid;
    }
    
    .panel-header {
        padding: 5px;
        position: relative;
    }
    
    .panel-title {
        background: url('images/blank.gif') no-repeat;
    }
    
    .panel-header-noborder {
        border-width: 0 0 1px 0;
    }
    
    .panel-body {
        overflow: auto;
        border-top-width: 0px;
    }
    
    .panel-body-noheader {
        border-top-width: 1px;
    }
    
    .panel-body-noborder {
        border-width: 0px;
    }
    
    .panel-with-icon {
        padding-left: 18px;
    }
    
    .panel-icon, .panel-tool {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        height: 16px;
        overflow: hidden;
    }
    
    .panel-icon {
        left: 5px;
        width: 16px;
    }
    
    .panel-tool {
        right: 5px;
        width: auto;
    }
    
        .panel-tool a {
            display: inline-block;
            width: 16px;
            height: 16px;
            opacity: 0.6;
            filter: alpha(opacity=60);
            margin: 0 0 0 2px;
            vertical-align: top;
        }
    
            .panel-tool a:hover {
                opacity: 1;
                filter: alpha(opacity=100);
            }
    
    .panel-loading {
        padding: 11px 0px 10px 30px;
    }
    
    .panel-noscroll {
        overflow: hidden;
    }
    
    .panel-fit, .panel-fit body {
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
    }
    
    .panel-loading {
        background: url('images/panel_loading.gif') no-repeat 10px 10px;
    }
    
    .panel-tool-close {
        background: url('images/panel_tools.gif') no-repeat -16px 0px;
    }
    
    .panel-tool-min {
        background: url('images/panel_tools.gif') no-repeat 0px 0px;
    }
    
    .panel-tool-max {
        background: url('images/panel_tools.gif') no-repeat 0px -16px;
    }
    
    .panel-tool-restore {
        background: url('images/panel_tools.gif') no-repeat -16px -16px;
    }
    
    .panel-tool-collapse {
        background: url('images/panel_tools.gif') no-repeat -32px 0;
    }
    
    .panel-tool-expand {
        background: url('images/panel_tools.gif') no-repeat -32px -16px;
    }
    
    .panel-header, .panel-body {
        border-color: #99BBE8;
    }
    
    .panel-header {
        background: url('images/panel_title.png');
    }
    
    .panel-body {
        background: #fff;
    }
    
    .panel-title {
        font-weight: bold;
        color: #15428b;
        height: 16px;
        line-height: 16px;
    }
    
    .progressbar {
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
        overflow: hidden;
    }
    
    .progressbar-text {
        text-align: center;
        position: absolute;
    }
    
    .progressbar-value {
        border-radius: 5px 0 0 5px;
        width: 0;
    }
    
    .progressbar {
        border-color: #99BBE8;
    }
    
    .progressbar-value {
        background-color: #FF8D40;
    }
    
    .progressbar-text {
        color: #15428b;
    }
    
    .propertygrid .datagrid-view1 .datagrid-body td {
        padding-bottom: 1px;
        border-width: 0 1px 0 0;
    }
    
    .propertygrid .datagrid-group {
        height: 21px;
        overflow: hidden;
        border-width: 0 0 1px 0;
        border-style: solid;
    }
    
        .propertygrid .datagrid-group span {
            font-weight: bold;
            padding-left: 4px;
        }
    
    .propertygrid .datagrid-row-collapse, .propertygrid .datagrid-row-expand {
        background-position: 3px center;
    }
    
    .propertygrid .datagrid-view1 .datagrid-body td,
    .propertygrid .datagrid-group {
        border-color: #E0ECFF;
    }
    
    .propertygrid .datagrid-group,
    .propertygrid .datagrid-view1 .datagrid-body,
    .propertygrid .datagrid-view1 .datagrid-row-over,
    .propertygrid .datagrid-view1 .datagrid-row-selected {
        background: #E0ECFF;
    }
    
    .searchbox {
        display: inline-block;
        white-space: nowrap;
        margin: 0;
        padding: 0;
        border-width: 1px;
        border-style: solid;
        overflow: hidden;
    }
    
        .searchbox .searchbox-text {
            font-size: 12px;
            border: 0;
            margin: 0;
            padding: 0;
            line-height: 20px;
            height: 20px;
            *margin-top: -1px;
            *height: 18px;
            *line-height: 18px;
            _height: 18px;
            _line-height: 18px;
            vertical-align: baseline;
        }
    
        .searchbox .searchbox-prompt {
            font-size: 12px;
            color: #ccc;
        }
    
    .searchbox-button {
        width: 18px;
        height: 20px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    
    .searchbox-button-hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
    
    .searchbox a.l-btn-plain {
        height: 20px;
        border: 0;
        padding: 0 6px 0 0;
        vertical-align: top;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    
    .searchbox a.l-btn .l-btn-left {
        padding: 2px 0 2px 4px;
    }
    
    .searchbox a.l-btn-plain:hover {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        padding: 0 6px 0 0;
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
    
    .searchbox a.m-btn-plain-active {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    
    .searchbox-button {
        background: url('images/searchbox_button.png') no-repeat center center;
    }
    
    .searchbox {
        border-color: #A4BED4;
    }
    
        .searchbox a.l-btn-plain {
            background: #E0ECF9;
        }
    
    .slider {
    }
    
    .slider-disabled {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    
    .slider-h {
        height: 22px;
    }
    
    .slider-v {
        width: 22px;
    }
    
    .slider-inner {
        position: relative;
        height: 6px;
        top: 7px;
        border-width: 1px;
        border-style: solid;
        border-radius: 3px;
    }
    
    .slider-handle {
        position: absolute;
        display: block;
        outline: none;
        width: 20px;
        height: 20px;
        top: -7px;
        margin-left: -10px;
    }
    
    .slider-tip {
        position: absolute;
        display: inline-block;
        line-height: 12px;
        white-space: nowrap;
        top: -22px;
    }
    
    .slider-rule {
        position: relative;
        top: 15px;
    }
    
        .slider-rule span {
            position: absolute;
            display: inline-block;
            font-size: 0;
            height: 5px;
            border-width: 0 0 0 1px;
            border-style: solid;
        }
    
    .slider-rulelabel {
        position: relative;
        top: 20px;
    }
    
        .slider-rulelabel span {
            position: absolute;
            display: inline-block;
        }
    
    .slider-v .slider-inner {
        width: 6px;
        left: 7px;
        top: 0;
        float: left;
    }
    
    .slider-v .slider-handle {
        left: 3px;
        margin-top: -10px;
    }
    
    .slider-v .slider-tip {
        left: -10px;
        margin-top: -6px;
    }
    
    .slider-v .slider-rule {
        float: left;
        top: 0;
        left: 16px;
    }
    
        .slider-v .slider-rule span {
            width: 5px;
            height: 'auto';
            border-left: 0;
            border-width: 1px 0 0 0;
            border-style: solid;
        }
    
    .slider-v .slider-rulelabel {
        float: left;
        top: 0;
        left: 23px;
    }
    
    .slider-handle {
        background: url('images/slider_handle.png') no-repeat;
    }
    
    .slider-inner {
        border-color: #99BBE8;
        background: #fafafa;
    }
    
    .slider-rule span {
        border-color: #999;
    }
    
    .slider-rulelabel span {
        color: #999;
    }
    
    .spinner {
        display: inline-block;
        white-space: nowrap;
        margin: 0;
        padding: 0;
        border-width: 1px;
        border-style: solid;
        overflow: hidden;
        vertical-align: middle;
    }
    
        .spinner .spinner-text {
            font-size: 12px;
            border: 0px;
            line-height: 20px;
            height: 20px;
            margin: 0;
            padding: 0 2px;
            *margin-top: -1px;
            *height: 18px;
            *line-height: 18px;
            _height: 18px;
            _line-height: 18px;
            vertical-align: baseline;
        }
    
    .spinner-arrow {
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
        margin: 0;
        padding: 0;
    }
    
    .spinner-arrow-up, .spinner-arrow-down {
        opacity: 0.6;
        filter: alpha(opacity=60);
        display: block;
        font-size: 1px;
        width: 18px;
        height: 10px;
    }
    
    .spinner-arrow-hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
    
    .spinner-arrow-up {
        background: url('images/spinner_arrow_up.gif') no-repeat 5px center;
    }
    
    .spinner-arrow-down {
        background: url('images/spinner_arrow_down.gif') no-repeat 5px center;
    }
    
    .spinner {
        border-color: #A4BED4;
    }
    
    .spinner-arrow {
        background-color: #E0ECF9;
    }
    
    .spinner-arrow-hover {
        background-color: #ECF9F9;
    }
    
    .s-btn-downarrow {
        display: inline-block;
        width: 16px;
        height: 16px;
        line-height: 16px;
        _vertical-align: middle;
    }
    
    a.s-btn-active {
        background-position: bottom right;
    }
    
        a.s-btn-active span.l-btn-left {
            background-position: bottom left;
        }
    
    a.s-btn-plain-active {
        background: transparent;
        padding: 0 5px 0 0;
        border-width: 1px;
        border-style: solid;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    
    .s-btn-downarrow {
        background: url('images/menu_downarrow.png') no-repeat 9px center;
    }
    
    a.s-btn-active .s-btn-downarrow {
        background: url('images/menu_split_downarrow.png') no-repeat -12px center;
    }
    
    a:hover.l-btn .s-btn-downarrow {
        background: url('images/menu_split_downarrow.png') no-repeat -12px center;
    }
    
    a.s-btn-plain-active .s-btn-downarrow {
        background: url('images/menu_split_downarrow.png') no-repeat -12px center;
    }
    
    a.s-btn-plain-active {
        border-color: #7eabcd;
    }
    
    .tabs-container {
        overflow: hidden;
    }
    
    .tabs-header {
        border-width: 1px;
        border-style: solid;
        border-bottom-width: 0;
        position: relative;
        padding: 0;
        padding-top: 2px;
        overflow: hidden;
    }
    
    .tabs-header-plain {
        border: 0;
        background: transparent;
    }
    
    .tabs-scroller-left, .tabs-scroller-right {
        position: absolute;
        top: auto;
        bottom: 0;
        width: 18px;
        height: 28px!important;
        height: 30px;
        font-size: 1px;
        display: none;
        cursor: pointer;
        border-width: 1px;
        border-style: solid;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    
    .tabs-scroller-left {
        left: 0;
    }
    
    .tabs-scroller-right {
        right: 0;
    }
    
    .tabs-scroller-over {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
    .tabs-header-plain .tabs-scroller-left, .tabs-header-plain .tabs-scroller-right {
        height: 25px!important;
        height: 27px;
    }
    
    .tabs-tool {
        position: absolute;
        bottom: 0;
        padding: 1px;
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
    }
    
    .tabs-header-plain .tabs-tool {
        padding: 0 1px;
    }
    
    .tabs-wrap {
        position: relative;
        left: 0;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .tabs-scrolling {
        margin-left: 18px;
        margin-right: 18px;
    }
    
    .tabs-disabled {
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    
    .tabs {
        list-style-type: none;
        height: 26px;
        margin: 0px;
        padding: 0px;
        padding-left: 4px;
        font-size: 12px;
        width: 5000px;
        border-style: solid;
        border-width: 0 0 1px 0;
    }
    
        .tabs li {
            float: left;
            display: inline-block;
            margin: 0 4px -1px 0;
            padding: 0;
            position: relative;
            border: 0;
        }
    
            .tabs li a.tabs-inner {
                display: inline-block;
                text-decoration: none;
                margin: 0;
                padding: 0 10px;
                height: 25px;
                line-height: 25px;
                text-align: center;
                white-space: nowrap;
                -moz-border-radius: 5px 5px 0 0;
                -webkit-border-radius: 5px 5px 0 0;
                border-radius: 5px 5px 0 0;
                border-width: 1px;
                border-style: solid;
            }
    
            .tabs li.tabs-selected a.tabs-inner {
                font-weight: bold;
                outline: none;
            }
    
            .tabs li.tabs-selected a:hover.tabs-inner {
                cursor: default;
                pointer: default;
            }
    
            .tabs li a.tabs-close, .tabs-p-tool {
                position: absolute;
                font-size: 1px;
                display: block;
                height: 12px;
                padding: 0;
                top: 50%;
                margin-top: -6px;
                overflow: hidden;
            }
    
            .tabs li a.tabs-close {
                width: 12px;
                right: 5px;
                opacity: 0.6;
                filter: alpha(opacity=60);
            }
    
    .tabs-p-tool {
        right: 16px;
    }
    
        .tabs-p-tool a {
            display: inline-block;
            font-size: 1px;
            width: 12px;
            height: 12px;
            margin: 0;
            opacity: 0.6;
            filter: alpha(opacity=60);
        }
    
            .tabs li a:hover.tabs-close, .tabs-p-tool a:hover {
                opacity: 1;
                filter: alpha(opacity=100);
                cursor: hand;
                cursor: pointer;
            }
    
    .tabs-with-icon {
        padding-left: 18px;
    }
    
    .tabs-icon {
        position: absolute;
        width: 16px;
        height: 16px;
        left: 10px;
        top: 50%;
        margin-top: -8px;
    }
    
    .tabs-closable {
        padding-right: 8px;
    }
    
    .tabs-panels {
        margin: 0px;
        padding: 0px;
        border-width: 1px;
        border-style: solid;
        border-top-width: 0;
        overflow: hidden;
    }
    
    .tabs-header-bottom {
        border-width: 0 1px 1px 1px;
        padding: 0 0 2px 0;
    }
    
        .tabs-header-bottom .tabs {
            border-width: 1px 0 0 0;
        }
    
            .tabs-header-bottom .tabs li {
                margin: -1px 4px 0 0;
            }
    
                .tabs-header-bottom .tabs li a.tabs-inner {
                    -moz-border-radius: 0 0 5px 5px;
                    -webkit-border-radius: 0 0 5px 5px;
                    border-radius: 0 0 5px 5px;
                }
    
        .tabs-header-bottom .tabs-tool {
            top: 0;
        }
    
        .tabs-header-bottom .tabs-scroller-left, .tabs-header-bottom .tabs-scroller-right {
            top: 0;
            bottom: auto;
        }
    
    .tabs-panels-top {
        border-width: 1px 1px 0 1px;
    }
    
    .tabs-header-left {
        float: left;
        border-width: 1px 0 1px 1px;
        padding: 0;
    }
    
    .tabs-header-right {
        float: right;
        border-width: 1px 1px 1px 0;
        padding: 0;
    }
    
        .tabs-header-left .tabs-wrap, .tabs-header-right .tabs-wrap {
            height: 100%;
        }
    
    .tabs-header-left .tabs {
        height: 100%;
        padding: 4px 0 0 4px;
        border-width: 0 1px 0 0;
    }
    
    .tabs-header-right .tabs {
        height: 100%;
        padding: 4px 4px 0 0;
        border-width: 0 0 0 1px;
    }
    
        .tabs-header-left .tabs li, .tabs-header-right .tabs li {
            display: block;
            width: 100%;
            position: relative;
        }
    
    .tabs-header-left .tabs li {
        left: auto;
        right: 0;
        margin: 0 -1px 4px 0;
        float: right;
    }
    
    .tabs-header-right .tabs li {
        left: 0;
        right: auto;
        margin: 0 0 4px -1px;
        float: left;
    }
    
    .tabs-header-left .tabs li a.tabs-inner {
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        display: block;
        text-align: left;
    }
    
    .tabs-header-right .tabs li a.tabs-inner {
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        display: block;
        text-align: left;
    }
    
    * html .tabs-header-left .tabs li.tabs-selected {
        
    ight: -1px;
    }
    
    * html .tabs-header-right .tabs li.tabs-selected {
        left: -1px;
    }
    
    .tabs-panels-right {
        float: right;
        border-width: 1px 1px 1px 0;
    }
    
    .tabs-panels-left {
        float: left;
        border-width: 1px 0 1px 1px;
    }
    
    .tabs-header-noborder, .tabs-panels-noborder {
        border: 0px;
    }
    
    .tabs-header-plain {
        border: 0px;
        background: transparent;
    }
    
    .tabs-scroller-left {
        background: url('images/tabs_leftarrow.png') no-repeat center center;
    }
    
    .tabs-scroller-right {
        background: url('images/tabs_rightarrow.png') no-repeat center center;
    }
    
    .tabs li a.tabs-close {
        background: url('images/tabs_close.gif') no-repeat center center;
    }
    
    .tabs li a.tabs-inner:hover {
        background: url('images/tabs_active.png') repeat-x left bottom;
    }
    
    .tabs li.tabs-selected a.tabs-inner {
        background: url('images/tabs_active.png') repeat-x left bottom;
    }
    
    .tabs li a.tabs-inner {
        background: url('images/tabs_enabled.png') repeat-x left top;
        color: #416AA3;
    }
    
    .tabs-header-bottom .tabs li a.tabs-inner {
        background-position: left top;
    }
    
    .tabs-header, .tabs-tool {
        background-color: #E0ECFF;
        /*background-color:#d7f0ed;
         background: url('images/title_main_left02.png') no-repeat left top;*/
        /*background:#d7f0ed url(images/title_main_left02.png) no-repeat;*/
    }
    
    .tabs-header-plain {
        background: transparent;
    }
    
    .tabs-header, .tabs-scroller-left, .tabs-scroller-right, .tabs-tool,
    .tabs, .tabs-panels,
    .tabs li a.tabs-inner,
    .tabs li.tabs-selected a.tabs-inner,
    .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
    .tabs-header-left .tabs li.tabs-selected a.tabs-inner,
    .tabs-header-right .tabs li.tabs-selected a.tabs-inner {
        border-color: #8DB2E3;
    }
    
        .tabs-p-tool a:hover, .tabs li a:hover.tabs-close {
            background-color: #8DB2E3;
        }
    
        .tabs li.tabs-selected a.tabs-inner {
            border-bottom: 1px solid #fff;
        }
    
    .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
        border-top: 1px solid #fff;
    }
    
    .tabs-header-left .tabs li.tabs-selected a.tabs-inner {
        border-right: 1px solid #fff;
    }
    
    .tabs-header-right .tabs li.tabs-selected a.tabs-inner {
        border-left: 1px solid #fff;
    }
    
    .tree {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
        .tree li {
            white-space: nowrap;
        }
    
            .tree li ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
    
    .tree-node {
        height: 18px;
        white-space: nowrap;
        cursor: pointer;
    }
    
    .tree-hit {
        cursor: pointer;
    }
    
    .tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent {
        display: inline-block;
        width: 16px;
        height: 18px;
        vertical-align: top;
        overflow: hidden;
    }
    
    .tree-expanded {
        background: url('images/tree_arrows.png') no-repeat -18px 0px;
    }
    
    .tree-expanded-hover {
        background: url('images/tree_arrows.png') no-repeat -50px 0px;
    }
    
    .tree-collapsed {
        background: url('images/tree_arrows.png') no-repeat 0px 0px;
    }
    
    .tree-collapsed-hover {
        background: url('images/tree_arrows.png') no-repeat -32px 0px;
    }
    
    .tree-lines .tree-expanded {
        background: url('images/tree_elbow.png') no-repeat -36px -54px;
    }
    
    .tree-lines .tree-collapsed {
        background: url('images/tree_elbow.png') no-repeat 0px -36px;
    }
    
    .tree-lines .tree-node-last .tree-expanded {
        background: url('images/tree_elbow.png') no-repeat -18px 0px;
    }
    
    .tree-lines .tree-node-last .tree-collapsed {
        background: url('images/tree_elbow.png') no-repeat -36px -36px;
    }
    
    .tree-lines .tree-root-first .tree-expanded {
        background: url('images/tree_elbow.png') no-repeat -18px -54px;
    }
    
    .tree-lines .tree-root-first .tree-collapsed {
        background: url('images/tree_elbow.png') no-repeat -18px -36px;
    }
    
    .tree-lines .tree-root-one .tree-expanded {
        background: url('images/tree_elbow.png') no-repeat 0px -18px;
    }
    
    .tree-lines .tree-root-one .tree-collapsed {
        background: url('images/tree_elbow.png') no-repeat 0px -72px;
    }
    
    .tree-line {
        background: url('images/tree_elbow.png') no-repeat 0px -54px;
    }
    
    .tree-join {
        background: url('images/tree_elbow.png') no-repeat -18px -18px;
    }
    
    .tree-joinbottom {
        background: url('images/tree_elbow.png') no-repeat 0px 0px;
    }
    
    .tree-folder {
        background: url('images/tree_folder.gif') no-repeat center center;
    }
    
    .tree-folder-open {
        background: url('images/tree_folder_open.gif') no-repeat center center;
    }
    
    .tree-file {
        background: url('images/tree_file.gif') no-repeat center center;
    }
    
    .tree-loading {
        background: url('images/tree_loading.gif') no-repeat center center;
    }
    
    .tree-checkbox0 {
        background: url('images/tree_checkbox_0.gif') no-repeat center center;
    }
    
    .tree-checkbox1 {
        background: url('images/tree_checkbox_1.gif') no-repeat center center;
    }
    
    .tree-checkbox2 {
        background: url('images/tree_checkbox_2.gif') no-repeat center center;
    }
    
    .tree-checkbox-disabled0 {
        background: url('images/tree_icons.png') no-repeat -272px -18px;
    }
    
    .tree-checkbox-disabled1 {
        background: url('images/tree_icons.png') no-repeat -272px 0;
    }
    
    .tree-checkbox-disabled2 {
        background: url('images/tree_icons.png') no-repeat -288px 0;
    }
    
    .tree-title {
        font-size: 12px;
        display: inline-block;
        text-decoration: none;
        vertical-align: top;
        white-space: nowrap;
        padding: 0 2px;
        height: 18px;
        line-height: 18px;
    }
    
    .tree-node-proxy {
        font-size: 12px;
        padding: 1px 2px 1px 18px;
        border-width: 1px;
        border-style: solid;
        z-index: 9900000;
    }
    
    .tree-dnd-yes {
        background: url('images/tree_dnd_yes.png') no-repeat 0 center;
    }
    
    .tree-dnd-no {
        background: url('images/tree_dnd_no.png') no-repeat 0 center;
    }
    
    .tree-node-top {
        border-top: 1px dotted red;
    }
    
    .tree-node-bottom {
        border-bottom: 1px dotted red;
    }
    
    .tree-node-append .tree-title {
        border: 1px dotted red;
    }
    
    .tree-editor {
        border: 1px solid #ccc;
        font-size: 12px;
        height: 14px!important;
        height: 18px;
        line-height: 14px;
        padding: 1px 2px;
        width: 80px;
        position: absolute;
        top: 0;
    }
    
    .tree-node-proxy {
        background-color: #fff;
        border-color: #ccc;
    }
    
    .tree-node-hover {
        background: #fafafa;
    }
    
    .tree-node-selected {
        background: #FBEC88;
    }
    
    /*.validatebox-invalid {
      border-color: #ffa8a8;
      background-color: #fff3f3;
      color: #000;
    }*/
    .validatebox-tip {
        position: absolute;
        width: 200px;
        height: auto;
        display: none;
        z-index: 9900000;
    }
    
    .validatebox-tip-content {
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 10px;
        width: 150px;
        border-width: 1px;
        border-style: solid;
        padding: 3px 5px;
        z-index: 9900001;
        font-size: 12px;
    }
    
    .validatebox-tip-pointer {
        display: inline-block;
        width: 10px;
        height: 19px;
        position: absolute;
        left: 1px;
        top: 0px;
        z-index: 9900002;
    }
    
    .validatebox-tip-left .validatebox-tip-content {
        left: auto;
        right: 10px;
    }
    
    .validatebox-tip-left .validatebox-tip-pointer {
        background-position: left -19px;
        left: auto;
        right: 1px;
    }
    
    .validatebox-invalid {
        background: #FFFFEE url('images/validatebox_warning.png') no-repeat right center;
    }
    
    .validatebox-tip-pointer {
        background: url('images/validatebox_pointer.png') no-repeat left top;
    }
    
    .validatebox-tip-content {
        border-color: #CC9933;
        background-color: #FFFFCC;
    }
    
    .window {
        overflow: hidden;
        padding: 5px;
        border-width: 1px;
        border-style: solid;
    }
    
        .window .window-header {
            background: transparent;
            padding: 0px 0px 6px 0px;
        }
    
        .window .window-body {
            border-width: 1px;
            border-style: solid;
            border-top-width: 0px;
        }
    
        .window .window-body-noheader {
            border-top-width: 1px;
        }
    
        .window .window-header .panel-icon, .window .window-header .panel-tool {
            top: 50%;
            margin-top: -11px;
        }
    
        .window .window-header .panel-icon {
            left: 1px;
        }
    
        .window .window-header .panel-tool {
            right: 1px;
        }
    
        .window .window-header .panel-with-icon {
            padding-left: 18px;
        }
    
    .window-proxy {
        position: absolute;
        overflow: hidden;
    }
    
    .window-proxy-mask {
        position: absolute;
        background: #fafafa;
        filter: alpha(opacity=10);
        opacity: 0.10;
    }
    
    .window-mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        filter: alpha(opacity=40);
        opacity: 0.40;
        background: #ccc;
        font-size: 1px;
        *zoom: 1;
        overflow: hidden;
    }
    
    .window, .window-shadow {
        position: absolute;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    
    .window-shadow {
        background: #ddd;
        -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
        filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
    }
    
    .window, .window .window-body {
        border-color: #99BBE8;
    }
    
    .window {
        background: transparent url('images/panel_title.png');
    }
    
    .window-proxy {
        border: 1px dashed #15428b;
    }
    
    .tooltip {
        position: absolute;
        display: none;
        z-index: 9900000;
        outline: none;
        opacity: 1;
        filter: alpha(opacity=100);
        padding: 5px;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }
    
    .tooltip-content {
        font-size: 12px;
    }
    
    .tooltip-arrow-outer,
    .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        border-style: solid;
        border-width: 6px;
        border-color: transparent;
        _border-color: tomato;
        _filter: chroma(color=tomato);
    }
    
    .tooltip-right .tooltip-arrow-outer {
        left: 0;
        top: 50%;
        margin: -6px 0 0 -13px;
    }
    
    .tooltip-right .tooltip-arrow {
        left: 0;
        top: 50%;
        margin: -6px 0 0 -12px;
    }
    
    .tooltip-left .tooltip-arrow-outer {
        right: 0;
        top: 50%;
        margin: -6px -13px 0 0;
    }
    
    .tooltip-left .tooltip-arrow {
        right: 0;
        top: 50%;
        margin: -6px -12px 0 0;
    }
    
    .tooltip-top .tooltip-arrow-outer {
        bottom: 0;
        left: 50%;
        margin: 0 0 -13px -6px;
    }
    
    .tooltip-top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin: 0 0 -12px -6px;
    }
    
    .tooltip-bottom .tooltip-arrow-outer {
        top: 0;
        left: 50%;
        margin: -13px 0 0 -6px;
    }
    
    .tooltip-bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin: -12px 0 0 -6px;
    }
    
    .tooltip {
        background-color: #ffffff;
        border-color: #95B8E7;
        color: #000000;
    }
    
    .tooltip-right .tooltip-arrow-outer {
        border-right-color: #95B8E7;
    }
    
    .tooltip-right .tooltip-arrow {
        border-right-color: #ffffff;
    }
    
    .tooltip-left .tooltip-arrow-outer {
        border-left-color: #95B8E7;
    }
    
    .tooltip-left .tooltip-arrow {
        border-left-color: #ffffff;
    }
    
    .tooltip-top .tooltip-arrow-outer {
        border-top-color: #95B8E7;
    }
    
    .tooltip-top .tooltip-arrow {
        border-top-color: #ffffff;
    }
    
    .tooltip-bottom .tooltip-arrow-outer {
        border-bottom-color: #95B8E7;
    }
    
    .tooltip-bottom .tooltip-arrow {
        border-bottom-color: #ffffff;
    }
    View Code
    WebCommonCSSeasyuiicon.css
    .icon-blank {
        background: url('icons/blank.gif') no-repeat center center;
    }
    
    .icon-add {
        background: url('icons/edit_add.gif') no-repeat center center;
    }
    
    .icon-edit {
        background: url('icons/edit.gif') no-repeat center center;
    }
    
    .icon-order {
        background: url('icons/order.gif') no-repeat center center;
    }
    
    .icon-select {
        background: url('icons/select.gif') no-repeat center center;
    }
    
    .icon-maintenance {
        background: url('icons/maintenance.gif') no-repeat center center;
    }
    
    .icon-log {
        background: url('icons/log.gif') no-repeat center center;
    }
    
    .icon-issue {
        background: url('icons/issue.gif') no-repeat center center;
    }
    
    .icon-copyFrom {
        background: url('icons/copyFrom.gif') no-repeat center center;
    }
    
    .icon-configCalc {
        background: url('icons/configCalc.gif') no-repeat center center;
    }
    
    .icon-BHbutton {
        background: url('icons/bh.png') no-repeat center center;
    }
    
    .icon-remove {
        background: url('icons/edit_remove.gif') no-repeat center center;
    }
    
    .icon-save {
        background: url('icons/filesave.png') no-repeat center center;
    }
    
    .icon-template {
        background: url('icons/template.gif') no-repeat center center;
    }
    
    .icon-cut {
        background: url('icons/cut.png') no-repeat center center;
    }
    
    .icon-copy {
        background: url('icons/copy.png') no-repeat center center;
    }
    
    .icon-paste {
        background: url('icons/paste.png') no-repeat center center;
    }
    
    .icon-exit {
        background: url('icons/exit.png') no-repeat center center;
    }
    
    .icon-up {
        background: url('icons/moveUp.gif') no-repeat center center;
    }
    
    .icon-down {
        background: url('icons/moveDown.gif') no-repeat center center;
    }
    
    .icon-upTop {
        background: url('icons/UP.gif') no-repeat center center;
    }
    
    .icon-downLast {
        background: url('icons/DOWN.gif') no-repeat center center;
    }
    
    .icon-ok {
        background: url('icons/ok.png') no-repeat center center;
    }
    
    .icon-no {
        background: url('icons/no.png') no-repeat center center;
    }
    
    .icon-cancel {
        background: url('icons/cancel.png') no-repeat center center;
    }
    
    .icon-reload {
        background: url('icons/reload.png') no-repeat center center;
    }
    
    .icon-search {
        background: url('icons/search.gif') no-repeat center center;
    }
    
    .icon-col {
        background: url('icons/colset.png') no-repeat center center;
    }
    
    .icon-dicData {
        background: url('icons/dic-data.png') no-repeat center center;
    }
    
    .icon-dict {
        background: url('icons/dict.gif') no-repeat center center;
    }
    
    .icon-deploy {
        background: url('icons/deploy.gif') no-repeat center center;
    }
    
    .icon-module {
        background: url('icons/module.gif') no-repeat center center;
    }
    
    .icon-fact {
        background: url('icons/fact.gif') no-repeat center center;
    }
    
    .icon-hierData {
        background: url('icons/hierData.gif') no-repeat center center;
    }
    
    .icon-print {
        background: url('icons/print.png') no-repeat center center;
    }
    
    .icon-help {
        background: url('icons/help.gif') no-repeat center center;
    }
    
    .icon-unhelp {
        background: url('icons/unhelp.gif') no-repeat center center;
    }
    
    .icon-undo {
        background: url('icons/undo.png') no-repeat center center;
    }
    
    .icon-undoReport {
        background: url('icons/undoReport.png') no-repeat center center;
    }
    
    .icon-redo {
        background: url('icons/redo.png') no-repeat center center;
    }
    
    .icon-redoReport {
        background: url('icons/redoReport.png') no-repeat center center;
    }
    
    .icon-back {
        background: url('icons/back.png') no-repeat center center;
    }
    
    .icon-sum {
        background: url('icons/sum.png') no-repeat center center;
    }
    
    .icon-sumv {
        background: url('icons/sumv.png') no-repeat center center;
    }
    
    .icon-sumh {
        background: url('icons/sumh.png') no-repeat center center;
    }
    
    .icon-tip {
        background: url('icons/tip.png') no-repeat center center;
    }
    
    .icon-forward {
        background: url('icons/forward.png') no-repeat center center;
    }
    
    .icon-post {
        /*background: url('icons/post.png') no-repeat center center;*/
    }
    
    .icon-mini-add {
        background: url('icons/mini_add.png') no-repeat center center;
    }
    
    .icon-mini-edit {
        background: url('icons/mini_edit.png') no-repeat center center;
    }
    
    .icon-mini-refresh {
        background: url('icons/mini_refresh.png') no-repeat center center;
    }
    
    .icon-ent {
        background: url('icons/enterprise.png') no-repeat center center;
    }
    
    .icon-toDo {
        background: url('icons/task.png') no-repeat center center;
    }
    
    .icon-news {
        background: url('icons/news.png') no-repeat center center;
    }
    
    .icon-data {
        background: url('icons/building_link.png') no-repeat center center;
    }
    
    .icon-oper {
        background: url('icons/computer_link.png') no-repeat center center;
    }
    
    .icon-gogo {
        background: url('icons/DOWN.gif') no-repeat center center;
    }
    
    .icon-bricks {
        background: url('icons/bricks.png') no-repeat center center;
    }
    
    .icon-connect {
        background: url('icons/connect.png') no-repeat center center;
    }
    
    .icon-attach {
        background: url('icons/attach.png') no-repeat center center;
    }
    
    .icon-addnew {
        background: url('icons/addnew.gif') no-repeat center center;
    }
    
    .icon-removenew {
        background: url('icons/remove.gif') no-repeat center center;
    }
    
    .icon-box {
        background: url('icons/box.png') no-repeat center center;
    }
    
    .icon-bell {
        background: url('icons/bell.png') no-repeat center center;
    }
    
    .icon-leftmove {
        background: url('icons/upgrade.gif') no-repeat center center;
    }
    
    .icon-rightmove {
        background: url('icons/downgrade.gif') no-repeat center center;
    }
    
    .icon-new {
        background: url('icons/newEntity.png') no-repeat center center;
    }
    
    .icon-open {
        background: url('icons/openEntity.png') no-repeat center center;
    }
    
    .icon-homePage {
        background: url('icons/homePage.png') no-repeat center center;
    }
    
    .icon-saveReport {
        background: url('icons/saveReport.png') no-repeat center center;
    }
    
    .icon-saveas {
        background: url('icons/saveAsEntity.png') no-repeat center center;
    }
    
    .icon-delete {
        background: url('icons/deleteEntity.gif') no-repeat center center;
    }
    
    .icon-deleteReport {
        background: url('icons/deleteEntity.png') no-repeat center center;
    }
    
    .icon-exportExcel {
        background: url('icons/exportExcel.png') no-repeat center center;
    }
    
    .icon-importExcel {
        background: url('icons/importExcel.png') no-repeat center center;
    }
    
    .icon-importEntity {
        background: url('icons/importEntity.gif') no-repeat center center;
    }
    
    .icon-import {
        background: url('icons/import.png') no-repeat center center;
    }
    
    .icon-importReport {
        background: url('icons/importReport.png') no-repeat center center;
    }
    
    .icon-export {
        background: url('icons/export.png') no-repeat center center;
    }
    
    .icon-exportReport {
        background: url('icons/exportReport.png') no-repeat center center;
    }
    
    .icon-param {
        background: url('icons/param.png') no-repeat center center;
    }
    
    .icon-return {
        background: url('icons/return.png') no-repeat center center;
    }
    
    .icon-searchReport {
        background: url('icons/searchReport.png') no-repeat center center;
    }
    
    .icon-calculate {
        background: url('icons/calculate.png') no-repeat center center;
    }
    
    .icon-verify {
        background: url('icons/verify.png') no-repeat center center;
    }
    
    .icon-verifyreport {
        background: url('icons/verifyreport.png') no-repeat center center;
    }
    
    .icon-newtip {
        background: url('icons/newtip.gif') no-repeat center center;
    }
    
    .icon-sorta {
        background: url('icons/sorta.png') no-repeat center center;
    }
    
    .icon-sortd {
        background: url('icons/sortd.png') no-repeat center center;
    }
    
    .icon-painter {
        background: url('icons/painter.png') no-repeat center center;
    }
    
    .icon-alignleft {
        background: url('icons/alignleft.png') no-repeat center center;
    }
    
    .icon-aligncenter {
        background: url('icons/aligncenter.png') no-repeat center center;
    }
    
    .icon-alignright {
        background: url('icons/alignright.png') no-repeat center center;
    }
    
    .icon-aligntop {
        background: url('icons/aligntop.png') no-repeat center center;
    }
    
    .icon-alignmiddle {
        background: url('icons/alignmiddle.png') no-repeat center center;
    }
    
    .icon-alignbottom {
        background: url('icons/alignbottom.png') no-repeat center center;
    }
    
    .icon-wordwrap {
        background: url('icons/wordwrap.png') no-repeat center center;
    }
    
    .icon-bold {
        background: url('icons/bold.png') no-repeat center center;
    }
    
    .icon-italic {
        background: url('icons/italic.png') no-repeat center center;
    }
    
    .icon-underline {
        background: url('icons/underline.png') no-repeat center center;
    }
    
    .icon-backcolor {
        background: url('icons/backcolor.png') no-repeat center center;
    }
    
    .icon-forecolor {
        background: url('icons/forecolor.png') no-repeat center center;
    }
    
    .icon-showrowlabel {
        background: url('icons/showrowlabel.png') no-repeat center center;
    }
    
    .icon-showcollabel {
        background: url('icons/showcollabel.png') no-repeat center center;
    }
    
    .icon-currency {
        background: url('icons/currency.png') no-repeat center center;
    }
    
    .icon-percent {
        background: url('icons/percent.png') no-repeat center center;
    }
    
    .icon-thousand {
        background: url('icons/thousand.png') no-repeat center center;
    }
    
    .icon-chartw {
        background: url('icons/chartw.png') no-repeat center center;
    }
    
    .icon-insertpic {
        background: url('icons/insertpic.png') no-repeat center center;
    }
    
    .icon-hyperlink {
        background: url('icons/hyperlink.png') no-repeat center center;
    }
    
    .icon-insertcol {
        background: url('icons/insertcol.png') no-repeat center center;
    }
    
    .icon-insertrow {
        background: url('icons/insertrow.png') no-repeat center center;
    }
    
    .icon-addcolumn {
        background: url('icons/addcolumn.png') no-repeat center center;
    }
    
    .icon-addrow {
        background: url('icons/addrow.png') no-repeat center center;
    }
    
    .icon-deletecol {
        background: url('icons/deletecol.png') no-repeat center center;
    }
    
    .icon-deleterow {
        background: url('icons/deleterow.png') no-repeat center center;
    }
    
    .icon-readonly {
        background: url('icons/readonly.png') no-repeat center center;
    }
    
    .icon-mergecell {
        background: url('icons/mergecell.png') no-repeat center center;
    }
    
    .icon-unmergecell {
        background: url('icons/unmergecell.png') no-repeat center center;
    }
    
    .icon-mergerows {
        background: url('icons/mergerows.png') no-repeat center center;
    }
    
    .icon-mergecols {
        background: url('icons/mergecols.png') no-repeat center center;
    }
    
    .icon-sheetsize {
        background: url('icons/sheetsize.png') no-repeat center center;
    }
    
    .icon-freeze {
        background: url('icons/freeze.png') no-repeat center center;
    }
    
    .icon-border1 {
        background: url('icons/border1.png') no-repeat center center;
    }
    
    .icon-border2 {
        background: url('icons/border2.png') no-repeat center center;
    }
    
    .icon-border3 {
        background: url('icons/border3.png') no-repeat center center;
    }
    
    .icon-border4 {
        background: url('icons/border4.png') no-repeat center center;
    }
    
    .icon-erase {
        background: url('icons/erase.png') no-repeat center center;
    }
    
    .icon-gridline {
        background: url('icons/gridline.png') no-repeat center center;
    }
    
    .icon-vpagebreak {
        background: url('icons/vpagebreak.png') no-repeat center center;
    }
    
    .icon-hpagebreak {
        background: url('icons/hpagebreak.png') no-repeat center center;
    }
    
    .icon-pagebreak {
        background: url('icons/pagebreak.png') no-repeat center center;
    }
    
    .icon-formula {
        background: url('icons/formula.png') no-repeat center center;
    }
    
    .icon-formulaS {
        background: url('icons/formulaS.png') no-repeat center center;
    }
    
    .icon-guide {
        background: url('icons/guide.png') no-repeat center center;
    }
    
    .icon-color {
        background: url('icons/color_swatch.png') no-repeat center center;
    }
    
    .icon-cog {
        background: url('icons/cog.png') no-repeat center center;
    }
    
    .icon-bookkey {
        background: url('icons/book_key.png') no-repeat center center;
    }
    
    .icon-work {
        background: url('icons/datebox_arrow.png') no-repeat center center;
    }
    
    .icon-message {
        background: url('icons/comments.png') no-repeat center center;
    }
    
    .icon-more {
        background: url('icons/more.png') no-repeat center center;
    }
    
    .icon-submit {
        background: url('icons/submit.gif') no-repeat center center;
    }
    
    .icon-approve {
        background: url('icons/approve.png') no-repeat center center;
    }
    
    .icon-sendback {
        background: url('icons/sendBack.png') no-repeat center center;
    }
    
    .icon-flowview {
        background: url('icons/flowview.png') no-repeat center center;
    }
    
    .icon-brick_add {
        background: url('icons/brick_add.png') no-repeat center center;
    }
    
    .icon-brick_delete {
        background: url('icons/brick_delete.png') no-repeat center center;
    }
    
    .icon-brick_edit {
        background: url('icons/brick_edit.png') no-repeat center center;
    }
    
    .icon-public {
        background: url('icons/publish.png') no-repeat center center;
    }
    
    .icon-unpublic {
         background: url('icons/unpublic.png') no-repeat center center;
    }
        
    .icon-flow {
        background: url('icons/flow.png') no-repeat center center;
    }
    /*#region 数字符号*/
    .icon-num1
    {
        background:url('icons/num1.png') no-repeat center center;
        
    }
    .icon-num2
    {
        background:url('icons/num2.png') no-repeat center center;
        
    }
    .icon-num3
    {
        background:url('icons/num3.png') no-repeat center center;
        
    }
    .icon-num4
    {
        background:url('icons/num4.png') no-repeat center center;
        
    }
    .icon-num5
    {
        background:url('icons/num5.png') no-repeat center center;
        
    }
    .icon-num6
    {
        background:url('icons/num6.png') no-repeat center center;
        
    }
    .icon-num7
    {
        background:url('icons/num7.png') no-repeat center center;
        
    }
    .icon-num8
    {
        background:url('icons/num8.png') no-repeat center center;
        
    }
    .icon-num9
    {
        background:url('icons/num9.png') no-repeat center center;
        
    }
    .icon-num0
    {
        background:url('icons/num0.png') no-repeat center center;
        
    }
    .icon-numpoint
    {
        background:url('icons/numpoint.png') no-repeat center center;
        
    }
    .icon-numcomma 
    {
        background:url('icons/numcomma.png') no-repeat center center;
        
    }
    .icon-numadd
    {
        background:url('icons/numadd.png') no-repeat center center;
        
    }
    .icon-numminus
    {
        background:url('icons/numminus.png') no-repeat center center;
        
    }
    .icon-numstar
    {
        background:url('icons/numstar.png') no-repeat center center;
        
    }
    .icon-numslant
    {
        background:url('icons/numslant.png') no-repeat center center;
        
    }
    .icon-numbracketleft
    {
        background:url('icons/numbracketleft.png') no-repeat center center;
        
    }
    .icon-numbracketright
    {
        background:url('icons/numbracketright.png') no-repeat center center;
        
    }
    .icon-numgreater
    {
        background:url('icons/numgreater.png') no-repeat center center;
        
    }
    .icon-numless
    {
        background:url('icons/numless.png') no-repeat center center;
        
    }
    .icon-numequal
    {
        background:url('icons/numequal.png') no-repeat center center;
        
    }
    .icon-numequalnot
    {
        background:url('icons/numequalnot.png') no-repeat center center;
        
    }
    .icon-numpercent
    {
        background:url('icons/numpercent.png') no-repeat center center;
        
    }
    
    /*#endregion*/
    
    /*#region 添加*/
    .icon-reader
    {
        background:url('icons/reader.png') no-repeat center center;   
    }
    .icon-paramcfg
    {
        background:url('icons/paramcfg.png') no-repeat center center;   
    }
    .icon-cancelfile
    {
        background:url('icons/cancelfile.png') no-repeat center center;   
    }
    .icon-clear
    {
        background:url('icons/clear.png') no-repeat center center;   
    }
    .icon-declare
    {
        background:url('icons/declare.png') no-repeat center center;   
    }
    .icon-mxsp
    {
        background:url('icons/mxsp.png') no-repeat center center;   
    }
    .icon-mxspsave
    {
        background:url('icons/mxspsave.png') no-repeat center center;   
    }
    .icon-mxspagree
    {
        background:url('icons/mxspagree.png') no-repeat center center;   
    }
    .icon-cancelrepo
    {
        background:url('icons/cancelrepo.png') no-repeat center center;   
    }
    .icon-repohist
    {
        background:url('icons/repohist.png') no-repeat center center;   
    }
    .icon-repodetail
    {
        background:url('icons/repodetail.png') no-repeat center center;   
    }
    .icon-checkplan
    {
        background:url('icons/checkplan.png') no-repeat center center;   
    }
    .icon-cfgthre
    {
        background:url('icons/cfgthre.png') no-repeat center center;   
    }
    .icon-setthre
    {
        background:url('icons/setthre.png') no-repeat center center;   
    }
    .icon-wlpzqk
    {
        background:url('icons/wlpzqk.png') no-repeat center center;   
    }
    .icon-cbgj
    {
        background:url('icons/cbgj.png') no-repeat center center;   
    }
    .icon-calcu
    {
        background:url('icons/calcu.png') no-repeat center center;   
    }
    .icon-monitor
    {
        background:url('icons/monitor.png') no-repeat center center;   
    }
    .icon-copyent
    {
        background:url('icons/copyent.png') no-repeat center center;   
    }
    .icon-ztbhmx
    {
        background:url('icons/ztbhmx.png') no-repeat center center;   
    }
    .icon-lwh
    {
        background:url('icons/lwh.png') no-repeat center center;   
    }
    .icon-postico
    {
        background:url('icons/postico.png') no-repeat center center;   
    }
    .icon-gnqxd
    {
        background:url('icons/gnqxd.png') no-repeat center center;   
    }
    .icon-gnqx
    {
        background:url('icons/gnqx.png') no-repeat center center;   
    }
    .icon-downtemp
    {
        background:url('icons/downtemp.png') no-repeat center center;   
    }
    .icon-cancelagree
    {
        background:url('icons/cancelagree.png') no-repeat center center;   
    }
    .icon-pzwl
    {
        background:url('icons/pzwl.png') no-repeat center center;   
    }
    .icon-glztpz
    {
        background:url('icons/glztpz.png') no-repeat center center;   
    }
    .icon-ztpz
    {
        background:url('icons/ztpz.png') no-repeat center center;   
    }
    .icon-ztzt
    {
        background:url('icons/ztzt.png') no-repeat center center;   
    }
    .icon-mxzt
    {
        background:url('icons/mxzt.png') no-repeat center center;   
    }
    .icon-bdzt
    {
        background:url('icons/bdzt.png') no-repeat center center;   
    }
    .icon-ztsz
    {
        background:url('icons/ztsz.png') no-repeat center center;   
    }
    .icon-yssj
    {
        background:url('icons/yssj.png') no-repeat center center;   
    }
    .icon-ztlb
    {
        background:url('icons/ztlb.png') no-repeat center center;   
    }
    .icon-viewtree
    {
        background:url('icons/viewtree.png') no-repeat center center;   
    }
    .icon-glck
    {
        background:url('icons/glck.png') no-repeat center center;   
    }
    .icon-znmxpx
    {
        background:url('icons/znmxpx.png') no-repeat center center;   
    }
    .icon-searchNext
    {
        background:url('icons/searchNext.gif') no-repeat center center;
        
    }
    .icon-searchPrev
    {
        background:url('icons/searchPrev.gif') no-repeat center center;
        
    }
    /*#endregion*/
    View Code
    2、
    3.返回顶部
     
    4.返回顶部
     
    5.返回顶部
     
     
    6.返回顶部
     
    warn 作者:ylbtech
    出处:http://ylbtech.cnblogs.com/
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
  • 相关阅读:
    199. Binary Tree Right Side View
    [leetcode]leetcode初体验
    [项目]WebService涉及到的部分核心代码
    设计模式之简单工厂模式Simple Factory(四创建型)
    博客园利用Word发布博客功能[其他博客也可以如此使用]
    设计模式之单例模式Singleton(三创建型)
    设计模式之代理模式(二结构型)
    设计模式之策略模式(一对象行为型)
    Enterprise Achitect使用与类的关系的简单介绍
    2016年1月15日面试某互联网公司总结(二)
  • 原文地址:https://www.cnblogs.com/storebook/p/12179519.html
Copyright © 2011-2022 走看看