陈战涛
2023-03-14 c29ed2aa867b00eccfdc7c3a68f431008b13ea7d
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
 
.m-cardb1{
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,64,40,.1);
  padding: 0 15px 12px;
  margin-bottom: 15px;
}
.m-cardb1 .title{
  font-size: 17px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
}
.m-cardb1 .time{
  font-size: 13px;
  color: #666;
  margin-top: -4px;
}
 
.crk-list{
  overflow: hidden;
  margin: 0 -8px;
}
.crk-list li{
  float: left;
  width: 33.33%;
}
.crk-list .con{
  display: block;
  height: 88px;
  overflow: hidden;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 8px 16px;
  box-shadow: 0 5px 10px rgba(4,110,188,.2);
  z-index: 1;
}
 
.crk-list .tit{
  font-size: 14px;
  color: #fff;
  padding-left: 13px;
  position: relative;
  margin: 12px 0 14px;
}
.crk-list .tit::before{
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background: #fff;
  opacity: .6;
  border-radius: 0 2px 2px 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.crk-list .name{
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.crk-list .num{
  font-size: 27px;
}
 
.m-record .item{
  padding-bottom: 15px;
  border-top: 1px solid #eee;
}
.m-record  .id{
  font-size: 16px;
  color: #000;
  padding: 15px 0;
}
.m-record .g-listb2 .con{
  justify-content: space-between;
}
.m-record .g-listb2 .con span,
.m-record .g-listb2 .con b{
  font-size: 15px;
}
.m-record .g-listb2 .con em{
  font-size: 20px;
  font-style: normal;
}
.m-record .status{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  border-radius: 8px;
  line-height: 17px;
  height: 17px;
  overflow: hidden;
  padding: 0 11px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: -2px;
}
.m-record .status.enter{
  background-color: #fdecd8;
  color: #d4750c;
}
.m-record .status.out{
  background-color: #ddf2f2;
  color: #0e999c;
}