输入banner图图片脚本导航/分类

CSS三角形制作样式_html/css_WEB-ITnose

.triangle{
display: block;
height: 0;
position: absolute;
width: 0;
border: 9px solid;
border-color: transparent #bbb;
border-right-width: 0;
}