<style>
.box{padding:2;border:1px solid green;position:relative;background:red}
.box:after{position:absolute;top:11;left:-8;content:'';width:9px;height:18px;background:red}
.box:before{position:absolute;top:10;left:-10;content:'';width:10;height:20;background:green}
</style>
<div class='box'><span>我的地址是:XX省XX市XX区XX街道XX小区XX单我的地址是:XX省XX市XX区XX街道XX小区XX单元XX室元XX室</span></div>
03-26
2378
05-27
371