卡頁腳的中心我有這個.card-footer
:按鈕在白手起家
<div class="card-footer">
<button class="btn btn-theme pull-left" type="button" id="toleft"><</button>
<button class="btn btn-theme" type="button" id="more">+</button>
<button class="btn btn-theme pull-right" type="button" id="toright">></button>
</div>
按鈕.toleft
和.toright
是在正確的位置,但是按鈕#more
應該是完全的頁腳的中心,但它仍然在左邊。
任何想法?
你可能引用引導v3的CSS? '.card'是一個Bootstrap 4組件。請參閱下面的示例使用Bootstrap 4 CSS。 – Conan