Home  >  Article  >  Web Front-end  >  step progress bar css

step progress bar css

亚连
亚连Original
2018-05-17 11:37:262504browse

Write a simple step progress bar with css

html code:

<h4>南京游玩h4>
 <ul class="step-list"><li><span class="step">第一天span><p class="content">中山陵p>    li><li><span class="step">第二天span><p class="content">夫子庙p>li><li><span class="step">第三天span><p  class="content">总统府p>li><li><span class="step">第四天span><p class="content">牛首山p>li><li class="latest"><span class="step">第五天span><p class="content">图书馆(哈哈)p>li>
 ul>

View Code

css code:

{ margin:0;padding:0;margin-left:12px;margin-top:-9px;padding-left:10px;list-style:none;font-size:12px}.step-list li{height:60px;border-left:1px solid #d9d9d9}.step-list li:before{content:'';border:5px solid #f3f3f3;background-color:green;display:inline-block;width:10px;height:10px;border-radius:50%;margin-left:-10px;margin-right:10px}.step-list .step{font-weight:700;margin-right:8px;font-family:Arial}.step-list .content{display:inline-block;width:653px;vertical-align:text-top;line-height:1.3em}.step-list .latest{border:none;
    }.step-list .latest:before{background-color:#fe4300;border-color:#f8e9e4}" _ue_custom_node_="true">

View Code

The above is the step progress bar I compiled for everyone css, I hope it will be helpful to everyone in the future.

Related articles:

css to achieve mouse trigger effect

An example of a button completed with a picture using CSS

CSS to implement the mouse to change the text content



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:css button gradient colorNext article:css button gradient color