forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-02-17 ab9bc98c6f9ab820f7f4f343b524f7b8310ef272
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
/* pages/fzpx/fzpx.wxss */
 
page {
  height: 100%;
  background: #f1f1f1;
}
 
.fzpx {
  height: 100%;
  background: #f1f1f1;
}
 
.fzpx-list {
  background: #fff;
}
 
.fzpx-list-img {
}
 
.fzpx-list-img image {
  width: 100%;
}
 
.fzpx-list-b {
  display: flex;
  justify-content: space-between;
  padding: 16rpx 24rpx;
  align-items: center;
  font-size: 14PX;
}
 
.fzpx-list-b-left {
}
 
.fzpx-list-b-right {
  background: #249eff;
  color: #fff;
  padding: 8PX;
  border-radius: 4PX;
}
 
.fzpx-list-b-left-div {
  line-height: 26PX;
}
 
.fzpx-list-b-left-div span {
  margin-left: 12PX;
}
 
.font-lg {
  font-size: 16PX;
  font-weight: 600;
}