Blame view

topages/hourscount/hourscount.css 1.51 KB
2732603d   liuqimichale   查询 结果点击效果
1
  /*-----------------------时间*/
d5af9dc7   Andy   add 工时统计查询栏
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  .hourscount-timeopr-wrap{
      height: 34px;
      margin-top: 56px;
      margin-bottom: 56px;
  }
  .hourscount-timeopr-wrap .timeopr-text{
      height: 34px;
      line-height: 34px;
      color: #363d5d;
      font-size: 14px;
      width: 72px;
  }
  .ITD-daterange-btn {
      float: left;
      width: 120px;
      height: 34px;
      line-height: 34px;
2732603d   liuqimichale   查询 结果点击效果
19
  
d5af9dc7   Andy   add 工时统计查询栏
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
      padding-top: 1px !important;
  }
  .ITD-daterange-bg {
      width: 90px;
      text-align: left;
      background: url(../../resource/img/dataicon.png) no-repeat 94% 9px !important;
      background-color: #fff !important;
      padding-right: 25px;
      z-index: 9999;
      border-radius: 4px !important;
  }
  .ITD-input-bordercolor {
      color: rgba(0,0,0,0.45);
      border: 1px solid #d8e2e5 !important;
      border-radius: 4px !important;
  }
  .ITD-parkinput78 {
      width: 180px;
      height: 34px;
      line-height: 34px;
  }
  .paddingleft-10 {
      padding-left: 10px;
  }
  .hourscount-timeopr-div{
      width: 200px;
      height: 34px;
      line-height: 34px;
  }
  /*input 样式*/
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
      text-align: left !important;
  }
  .bootstrap-select.btn-group .dropdown-toggle .caret{
      position: absolute;
      top: 50%;
      left:170px !important;;
      margin-top: -2px;
      vertical-align: middle;
  }
  .margin-right-40{
      margin-right: 40px;
  }
  /*查询按钮*/
  .hourscount-searchbtn{
      background: url("../../resource/img/search-btn.png") no-repeat;
      width: 66px;
      height: 66px;
      top: -12px;
      left: 700px;
  }
2732603d   liuqimichale   查询 结果点击效果
71
72
73
  
  
  /*-----------------------内容*/