JSFiddle - React, Tailwind, and code Playground
by camnpr
HTML
<div class="bg"></div>平铺指定个数的背景。
CSS
.bg{background:url(http://10.4.14.68:112/resources/images/rate_value2.png) repeat-x;height:17px;}
div{width:100px;}
by camnpr
<div class="bg"></div>平铺指定个数的背景。
.bg{background:url(http://10.4.14.68:112/resources/images/rate_value2.png) repeat-x;height:17px;}
div{width:100px;}