当前位置:Gxlcms > html代码 > HTML+css制作简易进度条

HTML+css制作简易进度条

时间:2021-07-01 10:21:17 帮助过:87人阅读

1、HTML代码

代码如下:

经验值:
<span class="progress-bar"><b style="width:50px;"> </b></span>

2、CSS样式

代码如下:

.progress-bar, .progress-bar b{background: url("/images/ico.png") no-repeat scroll 0 0; display: block;}
.progress-bar {background-position: 0 0; height: 15px;width: 430px;}
.progress-bar b {background-position: 0 -17px; height: 12px;}

附件:

人气教程排行