zhaoxiaoqiang
2021-05-17 b02540aef65fa1bc2af72cff2d7f444108a5865e
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
.hbfq-order-detail{
  min-height: 100vh;
  background: #fafafa;
  padding-top: 12px;
  padding-bottom: 33px;
}
.title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  padding-left: 12px;
  line-height: 50px;
  border-bottom: 1px solid #EEEEEE;
}
 
.ipt-class {
  text-align: right;
  color: #333;
}
 
.pick-class {
  text-align: right;
}
 
.fenqi-info-view {
  width: 686rpx;
  background: #fff;
  padding: 0px 0 10px;
  box-sizing: border-box;
  box-shadow: 0px 1px 12px 0px rgba(56, 56, 235, 0.08);
  border-radius: 8px;
  margin: auto;
}
 
.label-class {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333;
}
 
.user-info-view {
  width: 686rpx;
  background: #fff;
  padding: 0px 0 10px;
  box-sizing: border-box;
  box-shadow: 0px 1px 12px 0px rgba(56, 56, 235, 0.08);
  border-radius: 8px;
  margin: auto;
  margin-top: 12px;
}
 
.user-msg-view {
  width: 686rpx;
  background: #fff;
  padding: 0px 0 10px;
  box-sizing: border-box;
  box-shadow: 0px 1px 12px 0px rgba(56, 56, 235, 0.08);
  border-radius: 8px;
  margin: auto;
  margin-top: 12px;
}
 
 
.btn-view {
  width: 686rpx;
  height: 120rpx;
  display: flex;
  align-items:center;
  justify-content:center
}
 
.get-qrcode {
  width: 320rpx; 
  height: 40px;
  margin-top: 20rpx;
  margin-bottom: 20rpx;
  border-radius: 22px;
  border: 0;
  color:#fff;
  line-height: 40px;
}