﻿/*easyui-grid页脚背景色*/
.datagrid-footer-inner {
    background-color: #EEEEEE;
}

#formMenu {
    background-color: #D3E0F1;
}

#formMaster {
}
#jumininfo {
            border-collapse: collapse;
            width: 100%;
        }

            #jumininfo td {
                padding: 5px 5px;
                border: 1px solid #b7acac;
                word-wrap: break-word;
                white-space: normal;
            }
            .infotb{
                border-collapse: collapse;
            }
            .infotb td{
                padding: 5px 5px;
                border: 1px solid #b7acac;
                word-wrap: break-word;
                white-space: normal;
                min-width:80px;
            }
            .infotb tr td:nth-child(odd){
                background-color:#f7f7f7;
            }
#uploadFileContainer .uploadImg {
    width: 400px;
    min-height: 100px;
    padding: 15px;
    background: #fff;
    margin: 8px;
    font-size: 12px;
    float: left;
    box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
}

    #uploadFileContainer .uploadImg .imgholder img {
        max-width: 100%;
        background: #ccc;
        display: block;
    }

#uploadFileContainer strong {
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    display: block;
    padding: 0 0 5px;
    font-size: 17px;
}

#uploadFileContainer .meta {
    text-align: right;
    color: #777;
    font-style: italic;
}

#uploadFileContainer li {
    padding-left: 20px;
    height: 30px;
    overflow: hidden;
    list-style: none;
    padding-right: 60px;
}

    #uploadFileContainer li a {
        display: inline-block;
        display: -moz-inline-box; /* css注释：for ff2 */
        text-decoration: none;
        color: #000;
    }

        #uploadFileContainer li a:hover {
            text-decoration: underline;
        }

    #uploadFileContainer li span {
        display: -moz-inline-box; /* css注释：for ff2 */
        display: inline-block;
        height: 30px;
        padding: 0 auto;
        padding-left: 5px;
        color: #CCC;
    }

    #uploadFileContainer li img {
        vertical-align: middle;
    }
