📝 代码查看
2
查看次数
2025-11-28
创建时间
2026-01-31
最后更新
<div class="fix">
<span class="l">使用图片:<img src="/d/file/computer/programme/html_div_css/2025-11-28/e438fd93e0fa230fba91ab6617f16cb5.png" /></span>
<div class="border_image r">圆角效果</div>
</div>
.fix {
zoom: 1;
}
.l {
float: left;
}
.r {
float: right;
}
.border_image{
width:100px;
border:double gray 10px;
border-image:url(/d/file/computer/programme/html_div_css/2025-11-28/e438fd93e0fa230fba91ab6617f16cb5.png) 20 fill;
text-align:center;
color:white;
}
暂无JavaScript代码