tollaccountmanage.css 817 Bytes
.openUser-contentmsg{
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 24px auto;
}
.tab-btn-wrap li {
    float: left;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    background: rgba(255,255,255,1);
    text-align: center;
}
.tab-btn-wrap li:nth-of-type(1) {
    border-left: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-radius: 4px 0 0 4px !important;
}
.tab-btn-wrap li:nth-of-type(2) {
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0 4px 4px 0 !important;
}
.tab-btn-wrap li.tabAction {
    border: 1px solid #1E95CD !important;
    color: #1E95CD;
}