
活不多说,直接上代码。
<div class="status0" >
<svg class="rect" width="120px" height="200px">
<polygon points="50,0 100,0 125,30 125,80 " class="pp"/>
</svg>
<div class="desc"></div>
</div>
.status0{
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
1234567891011121314151617更多请见:https://blog.csdn.net/weixin_44519496/article/details/120152428
本文系转载,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。
本文系转载,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。