CSS 实现左右箭头图片
CSS About 323 words代码
通过border
实现。
.btn {
width: 20rpx;
height: 20rpx;
border-left-color: red;
border-left-style: solid;
border-left-width: 4rpx;
border-top-color: red;
border-top-style: solid;
border-top-width: 4rpx;
}
.btn-left {
transform: rotate(45deg);
}
.btn-right {
transform: rotate(135deg);
}
Views: 32 · Posted: 2025-08-30
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓

Loading...