css实现右尖括号样式
.arrow{
width: 6px;
height: 6px;
border-top: 1px solid #999;
border-right: 1px solid #999;
transform: rotate(45deg);
position: absolute;
right: 0px;
}
效果图:

文章来自:https://www.cnblogs.com/SongG-blogs/p/9356341.html
.arrow{
width: 6px;
height: 6px;
border-top: 1px solid #999;
border-right: 1px solid #999;
transform: rotate(45deg);
position: absolute;
right: 0px;
}
效果图:
