0
我想在引導過程中做類似STEPS。我知道,在http://getbootstrap.com/有與進度條這樣的部分:引導步驟與行
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
<span class="sr-only">60% Complete</span>
</div>
</div>
,但我需要這樣的:
我知道該怎麼做鏈接,但如何讓這條線內聯鏈接?
<div class="steps-form">
<span class="label">ORDER</span>
<span class="label">PAYMENT</span>
<span class="label">HAPPINES</span>
</div>
謝謝!
你可以把你的代碼爲線'訂單 - 付款 - HAPPINESS'? – Smit
我添加並刷新了主題:) – Cre3k
您可能會發現[此鏈接](http://www.prepbootstrap.com/bootstrap-template/simplesteps)有用。 – leigero