css实现向右的箭头

css

.arrow-right {
    display: inline-block;
    width: .15rem;
    height: .15rem;
    border-top: .01rem solid #666;
    border-right: .01rem solid #666;
    transform: rotate(45deg);
}

html:

  • 0张可用 
  •  

     

     

     

    你可能感兴趣的:(前端)