标签:absolute red style abs head jin ati 进度 height
<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>
标签:absolute red style abs head jin ati 进度 height
原文地址:http://www.cnblogs.com/jiaoyue/p/7376272.html