.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
刚刚看了源码是这样写的。。
background-color: #f9f9f9;
}
刚刚看了源码是这样写的。。
2015-11-28
使用方法为:只需要在需要禁用的表单控件上加上“disabled”即可:
<input class="form-control" type="text" placeholder="表单已禁用,不能输入" disabled>
<input class="form-control" type="text" placeholder="表单已禁用,不能输入" disabled>
2015-11-25