Blame view

src/main/webapp/static/css/mine.css 849 Bytes
e80df919   atao   init
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
44
45
46
47
48
49
50
  .car-num{
      color: #676869;
      font-size: 14px;
  }
  .mine-time{
      text-align: right;
  }
  .oth-color{
      color: #888990;
  }
  .mine-cont{
      position: relative;
  }
  
  .month-renew,.year-renew{
      position: absolute;
      width: 60px;
      height: 31px;
      line-height: 31px;
      text-align: center;
      top:50%;
      margin-top: -15.5px;
      border: 1px solid #1add19;
      border-radius: 3px;
      right: 15px;
      color: #1add19;
      font-size: 13px;
  }
  
  .time-fail{
      position: absolute;
      top:15px;
      right:0;
      width: 78px;
      height: 68px;
      background: url("../img/fail.png") no-repeat;
      background-size:100% 100%;
  
  }
  .datanull{
      /**display: none;*/
      text-align: center;
  }
  .datanull-bg{
      margin: 0 auto;
      width:208px;
      height: 108px;
      background: url("../img/datanull.png") no-repeat;
      background-size:100% 100% ;
  }