forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-30 8d68b6a1dcdf5008fba6bdac5858d1085a0e63e7
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
/* pages/zhwj/zhwj.wxss */
 
.zhwj-list {
  background-color: #fff;
}
 
.zhwj-list-flex {
  display: flex;
  border-bottom: 1px solid #ebf2fa;
}
 
.zhwj-list-flex-l {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 6px;
  border-right: 1px solid #ebf2fa;
}
 
.zhwj-list-flex-r {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.zhwj-list-flex-l-img {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}
 
.zhwj-list-flex-l-text {
  width: 90px;
}
 
.zhwj-list-flex-l-text-t {
}
 
.zhwj-list-flex-l-text-b {
}
 
.zhwj-b-head span {
  border-left: 3px solid #2195ff;
}
 
.zhwj-b {
  background-color: #fff;
}
 
.zhwj-b-head {
  display: flex;
  height: 30px;
  line-height: 30px;
}
 
.zhwj-b-head-title {
  margin-left: 8px;
  font-weight: 600;
}
 
.margin-leftl {
  margin-left: 20rpx;
}
 
.zhwj-b-main {
  display: flex;
  border-bottom: 1px solid #ebf2fa;
}
 
.zhwj-b-head-l {
  margin: 6px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
 
.zhwj-b-head-l-title {
}
 
.zhwj-b-head-l-title-t {
}
 
.zhwj-b-head-r {
  margin: 6px;
}
 
.zhwj-b-head-r image {
  width: 108px;
  height: 80px;
}