码迷,mamicode.com
首页 > 其他好文 > 详细

进度条样式

时间:2016-05-10 18:42:12      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:

<style>

.u-progress {
height: 25px;
background: #CBCBCB;
position: relative;
border-radius: 3px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
overflow: hidden;
margin-bottom: 4px;
}
.u-progress .pgbar, .u-progress .pging {
display: block;
width: 100%;
height: 100%;
border-radius: 3px;
}
.u-progress .pging {
background: #FF3B23;
}

</style>

<p class="u-progress">
<span class="pgbar" style="width:42%;">
<span class="pging"></span>
</span>
</p>

技术分享

进度条样式

标签:

原文地址:http://www.cnblogs.com/rickons/p/5478611.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!