-
-
大白 小试身手Lv3
发表于2020-3-28 20:57
楼主
设置效果:除了最后一个tab页签无右边框,其他tab页签均有右边框
样式如下:
设置脚本:
.xtabctrl .xtab-header-blue2 .xtab-header-active .xtab-header-right {/* 选中后的背景颜色*/
background : #019748;
}
.xtabctrl .xtab-header li .xtab-header-center{
border-right:4px solid #F00;
}
.xtabctrl .xtab-header li:last-child .xtab-header-center{
border-right:4px solid transparent!important;
}
样式如下:

设置脚本:
.xtabctrl .xtab-header-blue2 .xtab-header-active .xtab-header-right {/* 选中后的背景颜色*/
background : #019748;
}
.xtabctrl .xtab-header li .xtab-header-center{
border-right:4px solid #F00;
}
.xtabctrl .xtab-header li:last-child .xtab-header-center{
border-right:4px solid transparent!important;
}