用css画三角形
时间:2020-05-04 13:27:12
收藏:0
阅读:58
width:0;
height:0;
border:100px solid;
border-top-color:red;
border-right-color:transparent;
border-bottom-color:transparent;
border-left-color:transparent;
评论(0)