panjamin
6/11/2018 - 9:33 AM

Site.css

body {
    color: #73879C;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
    background: #F9F9F9;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

.bg1 {
    background-color: #CAE1FF;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-top: 0;
    margin-top: 0;
    min-height: 500px;
    margin-bottom: 10px;
    min-width: 800px;
}

.body-detail {
    margin-top: 10px;
    min-height: 200px;
    margin-bottom: 10px;
}

/*edit bootstrap default css*/

select.form-control:not([size]):not([multiple]) {
    height: 28px;
    padding: 3px 3px 2px 4px;
}

.form-inline .form-control {
    height: 28px;
    margin-right: 5px;
}

.form-control {
    height: 28px;
    font-size: 14px;
    padding: 3px 7px;
}

.input-group-text {
    height: 28px;
    font-size: 14px;
}

textarea.form-control {
    height: auto;
}

.btn-sm {
    font-size: 12px;
}

.custom-radio {
    padding-left: 23px;
}

    .custom-radio input {
        cursor: pointer;
    }

    .custom-radio label {
        cursor: pointer;
    }

    .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
        background-color: rgb(23, 162, 184);
        margin-top: 2px;
    }

    .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
        background-position: 4px 6px;
    }

.custom-checkbox {
    padding-left: 23px;
}

    .custom-checkbox input {
        cursor: pointer;
    }

    .custom-checkbox label {
        cursor: pointer;
    }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background-color: rgb(23, 162, 184);
        ;
        margin-top: 2px;
    }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
        background-position: 4px 6px;
    }

.dropdown-menu {
    font-size: 14px;
}

.input-group-text {
    padding-left: 5px;
    padding-right: 5px;
}

.input-group-addon {
    padding: 0;
    letter-spacing: 1px;
}

.modal-header {
    text-align: center;
    padding: 10px 15px;
}

.modal-footer {
    display: block;
    padding: 8px 15px;
}

    .modal-footer button {
        min-width: 100px;
    }

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
}

.nav-tabs > .nav-item > a {
    color: #286090;
}

.nav-tabs > .nav-item > .active {
    border-right: 8px solid #758da1;
    color: #286090;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 0.7;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 0.7;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 0.7;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 0.7;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 0.7;
}

.badge-warning {
    color: #f8f8f8;
    background-color: #be9007;
}

.nav {
    margin-top: 5px;
    padding: 0 30px;
}
 
/*Common*/

.pointer {
    cursor: pointer;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}

.font11 {
    font-size: 11px;
}

.font10 {
    font-size: 10px;
}

/* ----------begin-indextitle---------- */

.index-title {
    text-align: center;
    margin-top: 3px;
    font-size: 18px;
    position: relative;
    letter-spacing: 2px;
}

    .index-title a {
        text-align: center;
        letter-spacing: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .index-title .left {
        text-align: center;
        position: absolute;
        left: 0;
        letter-spacing: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .index-title .right {
        text-align: center;
        position: absolute;
        right: 0;
        letter-spacing: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }

.index-hr {
    clear: both;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    margin-bottom: 6px;
}

/*begin-日期控件*/

.datetimeCancel {
    position: absolute;
    right: 18px;
    top: 7px;
    cursor: pointer;
    color:#ddd;
}
.datetimeCancel:hover {	
    color:#aaa;
}

/*begin-index-table-toolbar*/

.table-toolbar-btn {
    padding: 0 10px 0 10px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #666;
}

    .table-toolbar-btn :hover {
        color: #807600;
    }

#form-search > input, #form-search > select, #form-search > .select2, #form-search > span > input {
    margin-bottom: 10px;
}

#form-search > .select2 {
    margin-right: 5px;
}

.select2controlHideSearchBox {
}

/*index table columnop*/

.columnOp {
    text-align: center;
}

    .columnOp a {
        margin-left: 4px;
        margin-right: 4px;
        cursor: pointer;
        color: #17a2b8;
    }

        .columnOp a:not([href]):not([tabindex]), .columnOp a:not([href]):not([tabindex]):hover {
            color: #17a2b8;
        }

    .columnOp i {
        font-size: 17px;
    }

    .columnOp span {
        font-size: 14px;
        margin: 0px;
        position: relative;
        top: -3px;
        padding-left: 4px;
    }

/*detail*/

.level1-title {
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    /*border-bottom: 1px solid #ddd;*/
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-top: 3px solid #758da1;
    box-shadow: 5px 0 5px #ddd;
    /*margin-bottom: 10px;*/
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 3px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    /*text-shadow: #286090 5px 5px 5px;*/
    width: 1140px;
    background: #758da1
}


.level1-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: 5px 0 5px #ddd;
    padding-top: 2px;
    padding-bottom: 10px;
    width: 1140px;
}

.level2-title {
    /*border-bottom: 1px solid #ddd;*/
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #004085;
    background-color: #cce5ff;
    padding-top: 1px;
    background-color: rgba(205, 229, 255, 0.7);
}

    .level2-title h5 {
        margin-top: 5px;
        margin-bottom: 0;
        padding-bottom: 5px;
        color: #286090;
        padding-left: 10px;
        font-weight: bold;
        font-size: 14px;
    }

        .level2-title h5 .pull-right > a {
            padding-bottom: 2px;
            padding-top: 2px;
            margin-bottom: 2px;
        }

            .level2-title h5 .pull-right > a > i {
                margin-right: 5px;
                font-size: 14px;
            }

.level2-content {
    width: 100%;
}

.level2-hr {
    margin: 0;
    padding: 0;
    height: 0;
    margin-bottom: 10px;
    /*box-shadow: 1px 1px 9px rgba(120, 120, 120, .3);*/
}


.footer-line {
    width: 1140px;
    margin-top: 0px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    /*border-top: 1px solid #ddd;*/
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-bottom: 3px solid #758da1;
    box-shadow: 5px 5px 5px #ddd;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.infopart {
    width: 96%;
    padding: 0 0 15px 0;
    margin: 10px 2% 10px 2%;
    border: 1px solid #ddd;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    background: rgba(245, 245, 245, 0.6);
}

    .infopart .input-title {
        color: rgba(115, 135, 156, 0.7);
        margin: 0;
    }

    .infopart .input-content {
        color: rgba(115, 135, 156, 1);
        margin: 0;
    }

    .infopart > .infotitle {
        border-bottom: 1px dashed #cdcdcd;
        margin-bottom: 10px;
        text-align: center;
        padding-top: 6px;
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
    }

        .infopart > .infotitle h5 {
            margin-top: 5px;
            margin-bottom: 0;
            padding-bottom: 5px;
            color: #286090;
            font-size: 14px;
        }

    .infopart .nav {
        margin-top: 5px;
        padding: 0 30px;
    }

    .infopart .tab-content {
        padding: 10px 0px;
    }

    .infopart > .infotitle hr {
        margin: 0;
        padding: 0;
        height: 0;
        margin-bottom: 5px;
    }

    .infopart .level2-hr {
        margin: 0;
    }

/*detail-input*/

.input-title {
    line-height: 28px;
    float: left;
    text-align: right;
    margin-bottom: 10px;
    color: #666;
    padding-left: 7px;
    padding-right: 11px;
}

.input-content {
    line-height: 28px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 6px;
}

.input-group {
    height: 28px;
    width: 100%
}

.radio-inline input {
    height: 21px;
}

.must {
    background: url('./images/bullet_red.png') no-repeat right -3px top 7px;
}

.datetimeCancel-detail {
    position: absolute;
    right: 25px;
    top: 6px;
}

/*上传*/

.upload-line {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    clear: both;
}

.upload-line-attachList {
    width: 100%;
}

.js-uploadfile-sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-state-default {
    width: 200px;
    float: left;
    text-align: center;
    margin: 5px;
}

.js-uploadfile-sortable > li {
    text-align: center;
    position: relative;
    cursor: move;
}

    .js-uploadfile-sortable > li > img {
        width: 200px;
        height: 150px;
        margin: auto;
    }

    .js-uploadfile-sortable > li > div {
        background: #cdcdcd;
        width: 100%;
        position: absolute;
        bottom: 0;
        font-size: 14px;
        padding-top: 3px;
        padding-bottom: 3px;
        opacity: 0.7;
        cursor: pointer;
    }

#uploadifive-uploadifyRequire input {
    width: 100%;
    cursor: pointer;
}

/*底部按钮*/

.btn-save-bottom {
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 8px;
    /*margin-bottom: 15px;*/
    /*box-shadow: 5px 5px 9px rgba(120, 120, 120, .3);*/
}

.button-hr {
    margin-bottom: 10px;
    margin-top: 0;
}

/*bootstrap-table*/

.bootstrap-table table thead tr {
    font-size: 12px;
}

.bootstrap-table table tbody tr {
    border-bottom: 1px solid #ddd;
    border-top: 0;
    font-size: 13px;
}

.table {
    background: #fff;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: rgba(0, 0, 0, 0.01);
}

    .table-striped tbody tr:nth-of-type(2n + 1):hover {
        background-color: rgba(0, 0, 0, 0.03);
    }

.table-striped tbody tr:nth-of-type(2n):hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.table > thead > tr > th {
    border-bottom: 1px solid #c8c8c8;
    border-top: 0;
    text-align: center;
}

.table > thead > tr > .bs-checkbox {
    text-align: left;
}

.table > thead > tr > th, .table > tbody > tr > td {
    padding: 7px 7px 7px 7px;
    vertical-align: middle;
}

.fixed-table-loading {
    width: 100%;
    text-align: center;
    padding: 50px 0;
    color: #286090;
}

.fixed-table-container thead th .both {
    margin: 0;
    padding: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC');
}

.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;
}

.pagination {
    margin: 0;
}

    .pagination > ul > li > a {
        line-height: 18px;
        padding: 4px 9px;
    }

    .pagination > .active > a {
        background-color: #ededed;
        border-color: #899ca4;
    }

        .pagination > .active > a:hover {
            background-color: #ddd;
            border-color: #ddd;
        }

    .pagination > li > a {
        color: #666
    }

.dropup button {
    margin: 0;
    line-height: 18px;
    padding: 1px 5px;
}


/*分割线*/

.cut-off {
    border-top: 1px solid #9f9380;
    border-bottom: 1px solid #9f9380;
    height: 5px;
    margin-bottom: 5px;
}

/*tab分块样式*/

ul.bar_tabs {
    overflow: visible;
    background: #F5F7FA;
    height: 25px;
    margin: 21px 0 14px;
    padding-left: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #E6E9ED;
}

    ul.bar_tabs > li.active {
        border-right: 6px solid #286090;
        border-top: 0;
        margin-top: -15px;
    }

    ul.bar_tabs > li {
        border: 1px solid #E6E9ED;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(230, 233, 237);
        color: #333 !important;
        margin-top: -17px;
        margin-left: 8px;
        background: #fff;
        border-bottom: none;
        border-radius: 4px 4px 0 0;
    }

        ul.bar_tabs > li a:hover {
            border: 1px solid transparent;
        }

        ul.bar_tabs > li a {
            padding: 10px 17px;
            background: #F5F7FA;
            background-color: rgb(245, 247, 250);
            margin: 0;
            border-top-right-radius: 0;
        }


/*密码区域*/

.pw-strength {
    clear: both;
    position: relative;
    top: 8px;
    width: 180px;
}

.pw-bar {
    background: url("../content/images/pwd-1.png") no-repeat;
    height: 14px;
    overflow: hidden;
    width: 179px;
}

.pw-bar-on {
    background: url("../content/images/pwd-2.png") no-repeat;
    width: 0px;
    height: 14px;
    position: absolute;
    top: 0px;
    left: 2px;
    transition: width .5s ease-in;
    -moz-transition: width .5s ease-in;
    -webkit-transition: width .5s ease-in;
    -o-transition: width .5s ease-in;
}

.pw-weak .pw-defule {
    width: 0px;
}

.pw-weak .pw-bar-on {
    width: 60px;
}

.pw-medium .pw-bar-on {
    width: 120px;
}

.pw-strong .pw-bar-on {
    width: 179px;
}

.pw-txt {
    padding-top: 2px;
    width: 180px;
    overflow: hidden;
}

    .pw-txt span {
        color: #707070;
        float: left;
        font-size: 12px;
        text-align: center;
        width: 58px;
    }