css实现向右小箭头

.right-arrow{ content: " "; display: inline-block; height: 11px; width: 11px; border-width: 2px 2px 0 0; border-color: #C8C8CD; border-style: solid; -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); margin-top: 5px; margin-left: 8px; margin-right: 3px; }
posted @ 2022-01-12 10:38  小闫先生  阅读(381)  评论(0)    收藏  举报