hy_gx
Version:
77 lines (67 loc) • 1.66 kB
text/less
.knowledge-tabs{
width:100%;
.el-tabs__header{
font-size: 14px ;
}
// .#40a9fd
.el-tabs__item.is-active{
// border-left: 1px solid #40a9fd ;
// border-right: 1px solid #40a9fd ;
// border-top: 1px solid #40a9fd ;
height: 32px;
line-height: 32px;
color: white ;
border: 0px;
border-radius: 0px ;
background: transparent;
.tab-item-one{
background:#ACDB7F;
height: 35px;
}
.tab-item-two{
background:#ACDB7F;
height: 35px;
}
.tab-item-three{
background:#ACDB7F;
height: 35px;
}
.tab-item-four{
background:#ACDB7F;
height: 35px;
}
}
.el-tabs__item{
margin-right: 4px;
height: 30px;
padding: 0px;
line-height: 30px;
box-sizing: border-box;
color: white ;
// border: 1px solid rgb(194,236,252);
// border-right: 1px solid rgb(194,236,252);
// border-top: 1px solid rgb(194,236,252);
// background: rgb(237,249,254);
.tab-item-title-content{
padding-left: 20px;
padding-right: 20px;
position: relative;
top: -4px;
}
.tab-item-one{
background:#2BCAFF;
}
.tab-item-two{
background:#FD9359;
}
.tab-item-three{
background:rgb(208, 214, 237);
}
.tab-item-four{
background:rgb(131,216,221);
}
}
.el-tabs__header{
border-bottom: 4px solid #ACDB7F ;
}
}