yohocoin.css 2.17 KB

#yohoCoin_table tbody td, #yohoCoin_table thead th {
    padding: 0;
    text-align: center;
    vertical-align: inherit;
}
#yohoCoin_table thead th:first-child{
    width: 40px;
}

#yohoCoin_table .coinListHead{
    text-align: center;
    font-weight: bold;
}

#yohoCoin_table .dataForShow table, #yohoCoin_table .dataForEditor table{
    width: 100%;
    table-layout:fixed;
}

#yohoCoin_table .dataForShow tr td, #yohoCoin_table .dataForEditor table tr td{
    padding: 10px;
    border-left: 1px solid #ddd;
}
#yohoCoin_table .left{
    text-align: left;
}
#yohoCoin_table .center{
    text-align: center;
}
#yohoCoin_table .dataForShow tr td:first-child{
    border-left: none;
}

#yohoCoin_table .dataForEditor tr td{
    padding: 0;
    display: none;
    border-bottom: none;
    background1: #d9edf7;
}
#yohoCoin_table .dataForEditor tr:first-child{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
#yohoCoin_table .dataForEditor tr td .form-control{
    display: inline-block;
}
#yohoCoin_table .dataForEditor tr td.editorTip{
    color: #ff0000;
    border-top: 1px solid #ddd
}

#yohoCoin_table .error{ border: 2px solid #ff0000}

#yohoCoin_import{
    font-family: "Microsoft YaHei";
}

#yohoCoinImportMessage{
    display: none;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    background: #ccc;
    color: #ffffff;
}
#yohoCoinImportMessage b, #yohoCoinImportMessage span{
    display: block;
    float: left;
}

#yohoCoin_import .success{
    background:#449d44;
}

#yohoCoin_import .error{
    background:#ff0000;
}

#yohoCoin_import select.error{
    border: 2px solid #ff0000;
    background: none;
}

#yohoCoin_import .title{
    padding: 5px 10px;
    background: #5bc0de;
    height: auto;
    text-align: left;
    border:1px solid  #46b8da;
    color: #FFFFFF;
    font-size: 14px;
}

#yohoCoinImportResult, #yohoCoinImportResultSet{
    display: none;
    margin-top: 10px;
}

#yohoCoinImportResultSet .form-inline{
    margin: 10px 0 0;
    padding: 0 20px;
}

#importResultTable{
    padding: 10px 20px;
    text-align: center;
}

#importResultTable th, #importResultTable td{
    text-align: center;
    vertical-align: inherit;
}