forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-02-03 db3fdea847234226f6721fa347e667c267e16343
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
/* pages/fzpxInfo/fzpxInfo.wxss */
 
.fzpxInfo-bg {
  background-color: #f1f1f1;
  height: 100%;
}
 
.fzpxInfo-main {
  background: #fff;
}
 
.fzpxInfo-main-t {
  font-size: 16PX;
  font-weight: 600;
  border-bottom: 1rpx solid #eee;
  background-color: var(--white);
  padding: 1rpx 30rpx;
  display: flex;
  align-items: center;
  min-height: 100rpx;
  justify-content: space-between;
  border-top: 1rpx solid #eee;
}
 
.fzpxInfo-main-group {
  background-color: var(--white);
  padding: 1rpx 30rpx;
  display: flex;
  align-items: center;
  min-height: 100rpx;
  justify-content: space-between;
  border-top: 1rpx solid #eee;
}
 
.fzpxInfo-main-group-title {
  text-align: justify;
  padding-right: 30rpx;
  font-size: 30rpx;
  position: relative;
  height: 60rpx;
  line-height: 60rpx;
  min-width: calc(4em + 30rpx);
  font-weight: 600;
}
 
.fzpxInfo-main-group-around {
  line-height: 24PX;
}
 
.fzpxInfo-foot {
  background: #fff;
  padding: 1px 30rpx;
}
 
.fzpxInfo-foot-title {
  text-align: justify;
  padding-right: 30rpx;
  font-size: 30rpx;
  position: relative;
  height: 60rpx;
  line-height: 60rpx;
  min-width: calc(4em + 30rpx);
  font-weight: 600;
}
 
.fzpxInfo-foot-txt {
  margin: 6px 6px 24px;
  line-height: 22PX;
}
 
.fzpxInfo-foot-button {
  padding: 12PX;
  background: #249eff;
  color: #fff;
  height: 50PX;
  border-radius: 2PX;
  text-align: center;
  line-height: 26PX;
  font-size: 16PX;
  margin-top: 12PX;
  margin-bottom: 12PX;
}