0
点赞
收藏
分享

微信扫一扫

html css样式绘制向下或者向上箭头

书呆鱼 2022-08-19 阅读 62


html css样式绘制向下或者向上箭头_ico

.ico_up{
width:0;
height:0;
border:4px solid transparent ;
border-bottom-color:#B0B0B0;
}
.ico_down{
float: top;
width:0;
height:0;
border:4px solid transparent ;
border-top-color:#B0B0B0;

}


举报

相关推荐

0 条评论