staffmanage.css
379 Bytes
table{
-moz-box-shadow:0 0 24px rgba(0,0,0,0.07); /* 老的 Firefox */
box-shadow:0 0 24px rgba(0,0,0,0.07);
}
thead tr{
background: #fff;
height: 64px;
line-height: 64px;
text-align: center;
color:#363d5d;
}
.table-striped>tbody>tr{
background-color:#fff;
height: 48px;
line-height: 48px;
font-size: 14px;
color: rgba(0,0,0,.5);
}