HTML+css制作简易进度条

编辑: admin 分类: html5 发布时间: 2022-03-10 来源:互联网

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-po【文章出处http://www.nextecloud.cn/kt.html欢迎转载】sition: 0 0; height: 15px;width: 430px;}
.progress-bar b {background-position: 0 -17px; height: 12px;}

附件: