>웹 프론트엔드 >HTML 튜토리얼 >Css静态进度条_html/css_WEB-ITnose

Css静态进度条_html/css_WEB-ITnose

WBOY
WBOY원래의
2016-06-24 11:54:18789검색

图片预览:

Css代码:

<style>.statusList{width:240px; float:left; line-height:68px;margin:0 2px; text-align:center; font-family:"微软雅黑"; font-size:14px;}/*颜色*/.scheduleGray{background-color:#e5e5e5;height:9px; }                                  /*紫色*/.scheduleGreen{background-color: #6dc942;width: 50%;height: 9px;float:left;}       /*绿色*/.scheduleBlue{background-color:#6767c6; width:80%;height:9px; float:left;}         /*蓝色*/</style>

Html代码:

<div class="statusList">  <div class="scheduleGray" style="position:relative; margin-top:22px; z-index:-1;">    <div style="float:left; position:absolute; left:0; top:0; z-index:10; z-index:9999;"><img  src="workanpai_15.png"/ alt="Css静态进度条_html/css_WEB-ITnose" ></div>  <!-- 可以设置class改变进度条的颜色,width可以设置进度条进度 -->  <div class="scheduleGreen"   style="max-width:90%">    <div style="position: absolute; top: 11px; left: 120px; height: 14px; line-height: 14px; color:#6dc942;">20%</div>  </div>  <!-- 模板 -->    <div style="float:right; position:absolute; right:0; top:0;"><img  src="workanpai_18.png" / alt="Css静态进度条_html/css_WEB-ITnose" ></div>  </div></div>

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.