Blame view

assets/pages/scripts/vipmanageFile/vipStatistics/css/vipstatistics.css 1.84 KB
10646c94   Andy   add
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
  /*卡片 sta*/
  .vipsta-totalUl li{
      height: 38px;
      line-height: 38px;
      width: 100%;
      border-bottom:1px solid #e7ecf1;
  }
  .vipsta-totalUl li span{
      height: 38px;
      line-height: 38px;
      padding-left: 32px;
      width: 25%;
      float: left;
  }
  .vipsta-totalUl li:first-of-type,.vipsta-totalUl li:first-of-type span{
      height: 48px;
      line-height: 48px;
  }
  
  .vipsta-bgcolorf6f5f5{
      background-color: #f6f5f5;
  }
  /*table sta*/
  .vipsta-td-first{
      background: #fafafa url("../../../../img/cardrule-td-first.png") no-repeat 90% 30px;
      margin-left: -24px;
      padding-top: 10px;
      padding-left: 24px;
  }
  .vipsta-td-year{
      top:9px;
      right: 9px;
      border:1px solid #fe944d;
      padding: 0 8px;
      color: #fe944d;
  }
  .vipsta-td-month{
      top:9px;
      right: 9px;
      border:1px solid #fed64d;
      padding: 0 8px;
      color: #fed64d;
  }
  .vipsta-td-season{
      top:9px;
      right: 9px;
      border:1px solid #5fe98f;
      padding: 0 8px;
      color: #5fe98f;
  }
  .vipsta-td-lose{
      top:9px;
      right: 9px;
      border:1px solid #fd714b;
      padding: 0 8px;
      color:  #fd714b;
  }
  .vipsta-td-halfyear{
      top:9px;
      right: 9px;
      border:1px solid #1E95CD;
      padding: 0 8px;
      color:  #1E95CD;
  }
  .vipsta-card-year{
      top:9px;
      border:1px solid #fe944d;
      color: #fe944d;
      height: 20px;
      line-height: 20px;
      width: 48px;
      text-align: center;
  }
  .vipsta-card-month{
      top:9px;
      border:1px solid #fed64d;
      color: #fed64d;
      height: 20px;
      line-height: 20px;
      width: 48px;
      text-align: center;
  }
  .vipsta-card-season{
      top:9px;
      border:1px solid #5fe98f;
      color: #5fe98f;
      height: 20px;
      line-height: 20px;
      width: 48px;
      text-align: center;
  }
  .vipsta-card-other{
      top:9px;
      border:1px solid #1E95CD;
      color: #1E95CD;
      height: 20px;
      line-height: 20px;
      width: 48px;
      text-align: center;
  }