.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}这个th的设置岂不是不可能会用懂啊。一个table里一般不会用两行th吧。
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}这个th的设置岂不是不可能会用懂啊。一个table里一般不会用两行th吧。
2015-05-21
最新回答 / hey自然
你说的对,As of v3.1.0, we've deprecated .pull-right on dropdown menus. To right-align a menu, use .dropdown-menu-right. 新版本是反对针对下拉菜单使用 pull-right 这个类名的。
2015-05-20
<textarea class='form-control' rows=5></textarea>
2015-05-20