截图效果:

div进度显示-进度文本提示居中


代码:


<td width="200">

   <div style="border:0px solid #000; position:relative; width:150px;">

       <div style="border:1px solid #000;width:100px;height:20px;">

 <div style="background-color:#999; width:30%; height:20px;"></div>

       </div>

       <div style="border:1px solid #000; position:absolute; top:0;left:0; width:100px;height:20px;text-align:center;line-height:20px;vertical-align:bottom;">30%</div>

   </div>

   </td>


转载于:https://blog.51cto.com/xiweicheng/1219471

相关文章:

  • 2022-12-23
  • 2021-11-22
  • 2021-09-28
  • 2021-11-04
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-12
  • 2021-10-27
  • 2022-01-31
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案