作者:大侠aaaaaaaaaaa_225 | 来源:互联网 | 2022-02-02 08:51
css如何实现这样的样式:
css:
.ele-card{
height: 130px;
width: 70%;
position: absolute;
z-index: 99;
top: 26%;
left: 50%;
margin-left: -35%;
background: #fee94e;
}.ele-card-borderImage{
border-top: 15px solid transparent;
border-image: url(../img/order_border-min.png) 111 44 round;
width: 100%;
position: relative;
top: -4px;
}
以上就是利用css的 border-image 实现锯齿形的详细内容,更多请关注其它相关文章!