bootstrap完善按钮组bug



.btn.active {
border: 1px solid #ff9400 !important;
color: #ff9400 !important;
} <div class="btn-group col-md-9 search-group " data-toggle="buttons">
<label class="btn active" onclick="childrenListInfo(0)">
<input type="radio" name="options" value="总 览">总 览
</label>
<label class="btn " onclick="childrenListInfo(1)">
<input type="radio" name="options" value="已测完">已测完
</label>
<label class="btn " onclick="childrenListInfo(2)">
<input type="radio" name="options" value="已测完">未测试
</label>
<label class="btn " onclick="childrenListInfo(3)">
<input type="radio" name="options" value="已测完">测试中
</label>
<label class="btn " onclick="childrenListInfo(4)">
<input type="radio" name="options" value="已测完">因故缺席
</label>
</div>

参考:


纯属个人观点,仅供参考!

上一篇:孤荷凌寒自学python第二十七天python的datetime模块及初识datetime.date模块


下一篇:一行代码解决各种IE兼容问题,IE6,IE7,IE8,IE9,IE10 (转)