Blame view

topages/workfill/workfill.css 583 Bytes
513e06e5   liuqimichale   填报--- 时间操作
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  .time-opr-area{
      padding-left: 80px;
      height: 66px;
      background: url("../../resource/img/time-opr-area.png") no-repeat 0 center;
  }
  .time-opr-nowtime{
      font-size: 20px;
      padding-top: 3px;
  }
  .time-opr-btn{
      font-size: 12px;
      color: #4886ff;
      border: 1px solid #4886ff;
      padding: 1px 12px;
      border-radius: 2px;
  }
  .time-opr-prevbtn{
      margin-right: 20px;
  }
  .time-opr-show{
      width: 226px;
      height: 40px;
      line-height: 40px;
7552bd7a   liuqimichale   填报--- 时间操作
24
      margin-top: 10px;
513e06e5   liuqimichale   填报--- 时间操作
25
26
27
28
29
      font-size: 14px;
      color: rgba(0,0,0,.4);
      background-color: #fff;
      border-radius: 4px;
  }