<div className="test_div"></div>
width: 400px;
height: 400px;
border: 1px solid transparent;//注意这里要有至少1px的边框
border-image-source: url(~@assets/images/mall/modal_bg.png);
border-image-width: 38px;
border-image-slice: 76;
border-image-outset: 1;//这个通过调大值自行实验总结
border-image-repeat: repeat;// top center ,left center, bottom center ,right center 是否重复还是拉伸
注意上面76和38的关系,二倍的关系,因为用的是二倍图
在ps中取到76px
最终效果如下: