css实现右尖括号样式

.arrow{
  position: absolute;
  right: 20px;
  top: 52px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
}

 

posted @ 2021-09-08 20:51  阿播吃的  阅读(545)  评论(0)    收藏  举报