為什么我這里顯示不出三角?
.index-menu .menu-tips:after{
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 0;
height: 0;
border-left: 78px solid transparent;
border-right: 78px solid transparent;
border-bottom: 10px solid transparent;
}
.index-menu .menu-tips:after{
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 0;
height: 0;
border-left: 78px solid transparent;
border-right: 78px solid transparent;
border-bottom: 10px solid transparent;
}
2018-09-18
舉報(bào)
2018-09-20
border-bottom: 10px solid #fff;
應(yīng)該改成與背景色一樣