HTML+css制作简易进度条

HTML+css制作简易进度条,第1张

HTML+css制作简易html" class="superseo">进度条

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;}

附件:

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/609788.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-14
下一篇 2022-04-14

发表评论

登录后才能评论

评论列表(0条)

保存