tollincomeandexp.css 913 Bytes
/*tab 切换*/
.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;
    margin-bottom: 18px;

}
.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:nth-of-type(3) {
    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;
    color: #1E95CD;
}