Blame view

assets/pages/scripts/incomereportFile/incomeCasier/incomecasier.css 2.15 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
  .common-parking-l{
      float: left;
      width: 70px;
      height: 34px;
      line-height: 34px;
  }
  
  
  /*收入汇总*/
  .incomecasier-caption{
      padding-top: 20px;
  }
  .incomecasier-caption-date{
      padding-bottom: 20px;
  }
  .common-display-bfb {
      width: 100%;
      height: 164px;
  }
  .common-display-bfb-li {
      float: left;
      width: 20%;
      /* height: 165px; */
  }
  .incomecasier-ul-wrap{
      border: 1px solid #E8E8E8;
  }
  .incomecasier-ul-wrap li{
      border-right: 1px solid #E8E8E8;
      /*box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.1);
      -webkit-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.1);
      -moz-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.1);*/
  }
  .incomecasier-ul-wrap li:last-child{
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
  }
  .incomecasier-li-top{
      border-bottom: 1px solid #E8E8E8;
  }
  .incomecasier-ul-wrap li:nth-of-type(1) .incomecasier-li-top{
      padding:21px 18px;
      background-color:#FFF1DB;
  }
  .li-left-1{
      width: 56px;
      height: 56px;
      /*padding-top: 3px;*/
  }
  .li-left-1 img{
      width: 56px;
      height: 56px;
  }
  .incomecasier-ul-wrap li:nth-of-type(2) .incomecasier-li-top{
      padding:21px 18px;
      background-color:#DFF9EB;
  }
  .li-left-2{
      width: 56px;
      height: 56px;
      padding-top: 4px;
  }
  .li-left-2 img{
      width: 56px;
      height: 56px;
  }
  .incomecasier-ul-wrap li:nth-of-type(3) .incomecasier-li-top{
      padding:21px 18px;
      background-color:#FFF9DB;
  }
  .li-left-3{
      width: 56px;
      height: 56px;
  }
  .li-left-3 img{
      width: 56px;
      height: 56px;
  }
  .incomecasier-li-top .float-right{
      min-width: 80px;
  }
  .incomecasier-ul-wrap li:nth-of-type(4) .incomecasier-li-top{
      padding:21px 18px;
      background-color:#DFF3F4;
  }
  .li-left-4{
      width: 56px;
      height: 56px;
  }
  .li-left-4 img{
      width: 56px;
      height: 56px;
  }
  .incomecasier-ul-wrap li:nth-of-type(5) .incomecasier-li-top{
      padding:21px 18px;
      background-color:#FFF1DB;
  }
  .li-left-5{
      width: 56px;
      height: 56px;
  }
  .li-left-5 img{
      width: 56px;
      height: 56px;
  }
  .incomecasier-li-bottom{
      padding:16px 20px;
      height: 47px;
  }
  .incomefixwid{
      max-width: 124px;
  }
  .card-b-r{
      width: calc(100% - 60px);
      text-align: right;
  }