伪类实现 箭头
div::after{
content: "";
display: block;
position: absolute;
top: 50%;
right: 50rpx;
margin-top: -8rpx;
width: 14rpx;
height: 14rpx;
border-width: 2rpx 2rpx 0 0;
border-style: solid;
transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
一只螺

浙公网安备 33010602011771号