課程
/前端開發(fā)
/Bootstrap
/玩轉(zhuǎn)Bootstrap(基礎(chǔ))
怎么讓文字在左邊呢?直接在html中設(shè)置的話 會(huì)浮動(dòng)到右邊
2016-03-10
源自:玩轉(zhuǎn)Bootstrap(基礎(chǔ)) 3-7
正在回答
css 的話 布局一下: check box{float:right} ,text{float:right}
如果使用 bootstrap 的話,
在你的局部div 嵌套一下
<div class="row">
<div class="col-xs-6">單選框、多選框</div>
<div class="col-xs-6">文字</div>
</div>
天然呆小姐 提問者
舉報(bào)
告訴你使用Bootstrap,并且能夠獨(dú)立定制出適合自己的Bootstrap
2 回答下拉框單選框
2 回答單選框問題
2 回答很想知道怎么用bootstrap實(shí)現(xiàn)ifram這種后臺(tái)框架的搭建,例如點(diǎn)左邊菜單右邊加載內(nèi)容,左邊是不刷新的
1 回答bootstrap表單的邊框怎么設(shè)置?
3 回答邊框沒效果
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-03-10
css 的話 布局一下: check box{float:right} ,text{float:right}
如果使用 bootstrap 的話,
在你的局部div 嵌套一下
<div class="row">
<div class="col-xs-6">單選框、多選框</div>
<div class="col-xs-6">文字</div>
</div>