在实现tab的时候,margin-bottom:-1px无效的问题
active的tab项,要指定他的border-top, 如:
border-top: 1px solid #fff; border-bottom: none; margin-bottom: -1px; background: #fff;
active的tab项,要指定他的border-top, 如:
border-top: 1px solid #fff; border-bottom: none; margin-bottom: -1px; background: #fff;