用css制作箭头
2021-01-26 20:13
阅读:465
标签:ota height css orm 制作 border div top class 画两条边框,再旋转盒子45度 用css制作箭头 标签:ota height css orm 制作 border div top class 原文地址:https://www.cnblogs.com/libainian/p/13227833.html
.box{
width: 7px;
height: 7px;
border-top: 2px solid red;
border-right: 2px solid red;
transform: rotate(45deg);
}
评论
亲,登录后才可以留言!