进度条
Posted 透明的月儿
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了进度条相关的知识,希望对你有一定的参考价值。
<style>
.jindu {
width: 400px;
height: 30px;
background:blue;
position: relative;
}
.zhi{
height: 30px;
width: 30%;
background: red;
float: left;
}
.su{
height: 30px;
line-height: 30px;
position: absolute;
right:10px;
color: white;
}
</style>
</head>
<body>
<div class="jindu">
<div class="zhi"></div>
<div class="su">30%</div>
</div>
</body>
以上是关于进度条的主要内容,如果未能解决你的问题,请参考以下文章