日期:2014-05-17 浏览次数:20817 次
<html> <head> <style type="text/css"> .schedule{ background: url(http://assets.dj10.net/images/chrome/proportion.gif) repeat-x scroll left center transparent; width:80px; height: 11px; font-size:0; } .mine{ background: url(http://assets.dj10.net/images/chrome/proportion.gif) repeat-x scroll left bottom transparent; width: 50%; /*进度条控制*/ height: 11px; } </style> </head> <body> <div class="schedule"> <span class="mine"></span> </div> </body> </html>
?