博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
纯css进度条效果
阅读量:4344 次
发布时间:2019-06-07

本文共 907 字,大约阅读时间需要 3 分钟。

40%
/*css代码*/.progressBox {    width:80%;    height:100%;    overflow: visible;}.progress {    height: 30px;    padding: 6px;    display:none;    margin-top:20px;    background: #809495;    position: relative;    overflow: visible;    border-radius: 30px;}.progress .progress-bar{    height:30px;    z-index: 2;    position: relative;    background:#f0ad4e;    border-radius:30px;    animation: animate-positive 4s;}.progress .progress-bar span {    position: absolute;    top: -15px;    right:-40px;    color: #fff;    width: 60px;    height: 60px;    display: block;    font-size: 17px;    font-weight: bold;    background: #f0ad4e;    line-height: 60px;    text-align: center;    border-radius: 100%;}@-webkit-keyframes animate-positive {    0% { width: 0%;}}@keyframes animate-positive {    0% { width:0%; }}

 

转载于:https://www.cnblogs.com/weiwei0111/p/9093609.html

你可能感兴趣的文章
算法导论笔记(四)算法分析常用符号
查看>>
ultraedit激活
查看>>
总结(6)--- python基础知识点小结(细全)
查看>>
亿级曝光品牌视频的幕后设定
查看>>
ARPA
查看>>
JSP开发模式
查看>>
我的Android进阶之旅------>Android嵌入图像InsetDrawable的使用方法
查看>>
Detours信息泄漏漏洞
查看>>
win32使用拖放文件
查看>>
Android 动态显示和隐藏软键盘
查看>>
raid5什么意思?怎样做raid5?raid5 几块硬盘?
查看>>
【转】how can i build fast
查看>>
null?对象?异常?到底应该如何返回错误信息
查看>>
django登录验证码操作
查看>>
(简单)华为Nova青春 WAS-AL00的USB调试模式在哪里开启的流程
查看>>
图论知识,博客
查看>>
[原创]一篇无关技术的小日记(仅作暂存)
查看>>
20145303刘俊谦 Exp7 网络欺诈技术防范
查看>>
原生和jQuery的ajax用法
查看>>
iOS开发播放文本
查看>>