jquery.lineProgressbar.css
332 字节
.progressbar {
width: 100%;
position: relative;
background-color: #EEEEEE;
box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
}
.proggress{
height: 8px;
width: 10px;
background-color: #d8b25f !important;
}
.percentCount{
float:right;
margin-top: 10px;
clear: both;
font-weight: bold;
font-family: Arial;
display:none;
}