forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-05-27 58ae2ba21efcd85df331cf996a94038a77302b51
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
/* pages/zhgh/zhgh.wxss */
 
.zhgh-bg {
  background-color: #f1f1f1;
  height: 100vh;
}
 
.zhgh-list {
  background: #f1f1f1;
  margin: 10PX;
  border-radius: 6PX;
}
 
.zhgh-list1 {
  background: #fff;
  border-radius: 6px;
}
 
.zhgh-list-img {
}
 
.zhgh-list-img image {
  width: 100%;
}
 
.zhgh-list-b {
  display: flex;
  justify-content: space-between;
  padding: 8PX 24PX;
  align-items: center;
  font-size: 14PX;
}
 
.zhgh-list-b-left {
}
 
.zhgh-list-b-right {
}
 
.font-lg {
  font-size: 16PX;
  font-weight: 600;
}
 
.zhgh-list-b-left-div {
  line-height: 26PX;
}