css实现右尖括号样式

.arrow{
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}

效果图:

 

posted @ 2018-07-23 19:08  宋宋宋哥  阅读(1811)  评论(0编辑  收藏  举报