Blame view

topages/workquery/workquery.css 1.04 KB
68df9a21   liuqimichale   查询--- 时间操作
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  .workquery-cardlist li{
      width:324px ;
      height: 136px;
      padding: 28px 28px;
      float: left;
      border-radius: 4px;
      background-color: #fff;
  }
  .workquery-cardlist li:nth-of-type(1){
      width: 488px;
  }
  .workquery-cardlist li:nth-of-type(2){
      margin: 0 32px;
  }
  .workquery-card-title{
      font-size: 18px;
      color: #363d5d;
      padding-left: 20px;
      background: url("../../resource/img/circle-icon.png") no-repeat 0 center;
  }
  .workquery-card-counter{
      font-size: 60px;
      color: #b4b5be;
      padding-left: 90px;
  }
  .workquery-card-allcounter{
      background: url("../../resource/img/workquery-card-allcounter.png") no-repeat 0 center;
  }
  .workquery-card-commitedcounter{
      background: url("../../resource/img/workquery-card-commitedcounter.png") no-repeat 0 center;
  }
  .workquery-card-nocommitedcounter{
      background: url("../../resource/img/workquery-card-nocommitedcounter.png") no-repeat 0 center;
  }
  
  
  
  /*----------------------------------------时间*/
  
  
  
  
  
639e6e86   liuqimichale   查询--- 时间操作
44
45
46
47
  /*----------------------------------------列表*/
  .workquery-list-wrap>li{
  
  }