﻿@charset "utf-8";
/* CSS Document */

/*************公共******************/
* {
    font-family: "微软雅黑";
    font-size: 14px;
}


html {
    margin: 0;
    padding: 0;
    border: none;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    /*height: 100%;*/
}


ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}


div.main_box {
    margin: 0 auto;
    padding: 10px;
    border: none;
}

form.main_form {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
}


/*common*/
.combobox-item {
    cursor: pointer;
}



/*************列表页******************/
#search_bar {
    padding: 5px 10px;
}

    #search_bar form, #condition_form {
        margin-bottom: 0;
        line-height: 30px;
    }

    #search_bar .condition_item {
        display: inline-block;
        white-space: nowrap;
        line-height: 30px;
        height: 30px;
    }

    #search_bar .condition_search {
        display: inline-block;
        float: right;
        clear: both;
        line-height: 30px;
        height: 30px;
    }
     

    #search_bar .condition_item > input, #search_bar .condition_item > select {
        width: 300px;
    }



div.main_box #list_table {
    width: 100%;
    height: 100%;
    border: none;
    padding: 50px;
}

#operate_bar {
    padding: 2px 5px;
}


/*图片显示*/
.datagrid-body {
    /*overflow: unset !important;*/
}


.datagrid-wrap .img_cell_show div.datagrid-cell,
.treegrid-wrap .img_cell_show div.datagrid-cell {
    overflow: visible !important;
}

    .datagrid-wrap .img_cell_show div.datagrid-cell a,
    .treegrid-wrap .img_cell_show div.datagrid-cell a {
        /*display: inline-block;*/
        width: 100%;
        height: 100%;
        line-height: 100%;
        text-align: center;
        cursor: pointer;
    }
        .datagrid-wrap .img_cell_show div.datagrid-cell a img.content_show,
        .treegrid-wrap .img_cell_show div.datagrid-cell a img.content_show {
            
            transition: all 0.5s;
            transition-delay: 0.3s;
            height: 18px;
            z-index: -1;
        }
            .datagrid-wrap .img_cell_show div.datagrid-cell a img.content_show:hover,
            .treegrid-wrap .img_cell_show div.datagrid-cell a img.content_show:hover {
                transform: scale(10) translate(0px, 5px);

                top: -10px;
                left: 50%;
                z-index: 10;
            }






/***********编辑页****************/
.edit_table {
    width: calc(100% );
    max-width: 960px;
    border-collapse: collapse;
}

    .edit_table > thead > tr {
        height: 40px;
        background-color: #bce8f1;
    }

    .edit_table > tfoot > tr {
        height: 40px;
        background-color: #fdfdfd;
    }

        .edit_table > tfoot > tr > td {
            text-align: center;
            vertical-align: middle;
        }

            .edit_table > tfoot > tr > td .easyui-linkbutton {
                width: 120px;
                margin: 30px 20px;
            }


    .edit_table > tbody > tr {
        height: 40px;
    }
    .edit_table > tbody.readonly > tr {
        background-color: #eee;
    }
        .edit_table > tbody > tr:nth-child(even) {
            background-color: #fdfdfd;
        }

        .edit_table > tbody > tr:nth-child(odd) {
            background-color: #fdfdfd;
        }
    

        .edit_table > tbody > tr > td {
            min-height: 40px;
        }


    .edit_table span.input_title {
        display: inline-block;
        line-height: 28px;
        height: 28px;
        padding: 0 5px;
        border: none;
        vertical-align: middle;
        text-align: right;
        font-size: 12px;
        font-style: normal;
        width: 150px;
    }

    .edit_table span.input_content  {
        display: inline-block;
        width: 250px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        vertical-align: middle;
        text-align: left;
        font-size: 14px;
        font-style: normal;
        border: 1px solid #ccc;
        background-color: #eeeeee;
        overflow: hidden;
    }
     .edit_table article.input_content {
        display: inline-block;
        width: 250px;
        padding: 0 5px;
        vertical-align: middle;
        text-align: left;
        font-size: 14px;
        font-style: normal;
        border: 1px solid #ccc;
        background-color: #eeeeee;
        overflow: hidden;
    }

    .edit_table .input_content_group, .edit_table article.input_content_group {
        display: inline-block;
        line-height: 30px;
        vertical-align: middle;
        text-align: left;
        font-size: 14px;
        font-style: normal;
        width: calc(100% - 225px);
    }

    .edit_table > tbody > tr > td input[class^="easyui-"], .edit_table > tbody > tr > td input[class^="ueditor-"] {
        width: 250px;
    }

    .edit_table > tbody > tr > td > textarea.easyui-textbox {
        width: 730px;
    }

    .edit_table > tbody > tr > td input.easyui-linkbutton {
        width: 80px;
    }

    .edit_table > tbody > tr > td .easyui-switchbutton, .edit_table > tbody > tr > td .switchbutton {
        width: 250px;
    }


    .edit_table > tbody > tr > td a.easyui-linkbutton {
    }


    .edit_table > tfoot > tr > th > a.easyui-linkbutton {
        width: 80px;
    }



/*显示富文本*/
.ueditor-show {
    position: relative;
    height: 500px;
    width: calc(100% - 20px);
}

    .ueditor-show .change_btn {
        position: absolute;
        right: 10px;
        top: -25px;
    }

    .ueditor-show span.input_content, .ueditor-show div.input_content {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 5px;
        text-align: left;
        font-size: 14px;
        font-style: normal;
        border: 1px solid #ccc;
        background-color: #eeeeee;
        overflow: scroll;
    }

    .ueditor-show div.input_content {
        display: none;
    }




/*上传图像*/
div.upload_img_group {
    display: inline-block;
}

div.upload_img {
    display: block;
    width: 248px;
    height: 200px;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #fdfdfd;
}

    div.upload_img img {
        max-width: 200px;
        max-height: 200px;
        border: none;
    }




/*相册*/
.ueditor-gallery {
    display: none;
}

table.gallery_table {
    border-collapse: collapse;
    border: 1px solid #eee;
    /*position:relative;*/
}

    table.gallery_table tbody, table.gallery_table tfoot {
        background-color: #fdfdfd;
    }

        table.gallery_table tbody tr td:first-child {
            width: 50px;
            text-align: right;
            padding-right: 10px;
            font-size: 12px;
            font-weight: 600;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
         


div.gallery_div {
    /*width: 500px;*/
    overflow-y: hidden;
    overflow-x: scroll;
}

ul.gallery_ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    min-height: 100px;
}

    ul.gallery_ul li {
        width: 100px;
        height: 100px;
        line-height: 100px;
        list-style-type: none;
        margin: 2px;
        background: #fafafa;
        color: #444;
        border: 1px solid #ccc;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        z-index: 1;
        position:relative;
        left:0;
        top:0;
    }

    ul.gallery_ul li.add {
        font-size:50px;
        text-align:center;
        cursor:pointer;
        line-height:90px;
    }
        ul.gallery_ul li.add:hover {
            color: red;
            font-weight: bold;
        }

        ul.gallery_ul li.add.disable {
            color:#ccc;
        }
    

        ul.gallery_ul li span{
            display:inline-block;
            line-height:20px;
            height:20px;
            width:20px;
            position:absolute;
            top:0;
            right:0;
            cursor:pointer;
            z-index:10;
        }
            ul.gallery_ul li span:hover {
                color: red;
            }

        ul.gallery_ul li img {
            max-width: 100px;
            max-height: 100px;
            line-height: 100px;
            display: inline-block;
            margin: 0 auto;
            text-align: center;
            vertical-align: middle;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        ul.gallery_ul li.active {
            border: 1px solid red;
            z-index: 10;
        }

div.gallery_indicator {
    position: absolute;
    width: 2px;
    height: 100px;
    display: none;
    background-color: #d43f3a;
    border: 2px solid #d43f3a;
}

table.gallery_table .item_index {
    display: inline-block;
    width: 130px;
    text-align: center;
    font-weight: 600;
}



/***********消息****************/
.message {
    width: 70%;
    max-width: 600px;
    min-height: 300px;
    margin: auto;
}

    .message td {
        padding: 10px 10px 10px 100px;
        font-family: Courier New;
        font-size: 18px;
        width: 100%;
        vertical-align: middle;
        background-position: 1% 50%;
        background-repeat: no-repeat;
    }


        .message td.question {
            background-image: url(../images/question.png);
        }

        .message td.warning {
            background-image: url(../images/warning.png);
        }

        .message td.ok {
            background-image: url(../images/ok.png);
        }

        .message td.info {
            background-image: url(../images/info.png);
        }

        .message td.error {
            background-image: url(../images/error.png);
        }



        .message td a {
            text-decoration: underline;
            line-height: 50px;
            color: #ff0000;
        }

            .message td a:hover {
                color: #ffd800;
            }


.message_notice {
    width: 100%;
    max-width: 900px;
    height: auto;
    min-height: 600px;
    margin: 0 auto;
    background-position: 45% 30%;
    background-repeat: no-repeat;
    background-image: url(../images/notice.png);
    position: relative;
}


.nofound {
    width: 100%;
    max-width: 900px;
    height: auto;
    min-height: 600px;
    margin: 0 auto;
    background-position: 45% 30%;
    background-repeat: no-repeat;
    background-image: url(../images/nofound.png);
    position: relative;
}


.notice {
    position: absolute;
    top: 500px;
    left: 100px;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #ffd800;
    font-weight: 800;
}

.e-icon {
    transform:translate(1px, 2px);
    color: #000;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.easyui-tooltip{
    color:blue;
}