Blame view

topages/staffmanage/staffmanage.css 379 Bytes
68de6afa   liuqimichale   员工管理
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  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);
726eb6d7   Andy   add
18
  }