aelked
css画三角形
.box{ width:0; height:0; border-top:50px solid transparent; border-right:50px solid transparent; border-left:50px solid orange; border-bottom:50px solid transparent; }
.box{ width:0; height:0; border-top:50px solid transparent; border-right:50px solid transparent; border-left:50px solid orange; border-bottom:50px solid transparent; }