css 三角图标

.triangle-right{
display: inline-block;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-left: 7px solid #fff;
border-bottom: 6px solid transparent;
}

posted @ 2016-07-25 16:58  wxw婉  阅读(130)  评论(0编辑  收藏  举报