TM
2020-12-16 916ba7dbd9b28f126b37f4db815a91f38aac4dbb
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
.back-pic {
  width: 100%;
  height: 100%;
}
 
.order-info-page {
  min-height: 100vh;
  background: #FAFAFC;
  padding-bottom: 26px;
}
 
.top {
  width: 100%;
  height: 100px;
}
 
.title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  padding-left: 12px;
  line-height: 36px;
}
 
.ipt-class {
  text-align: left;
}
 
.pick-class {
  text-align: right;
}
 
.fenqi-info-view {
  width: 686rpx;
  height: 300px;
  background: #fff;
  padding: 18px 0 0;
  box-sizing: border-box;
  position: relative;
  transform: translateY(-50px);
  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: #333333;
}
 
.user-info-view {
  width: 686rpx;
  height: 155px;
  background: #fff;
  padding: 18px 0 0;
  box-sizing: border-box;
  position: relative;
  transform: translateY(-38px);
  box-shadow: 0px 1px 12px 0px rgba(56, 56, 235, 0.08);
  border-radius: 8px;
  margin: auto;
}
 
.btn-view {
  width: 686rpx;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
 
.to-qrcode {
  width: 320rpx;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #8C4EF5;
  border-radius: 22px;
  line-height: 44px;
  color: #8C4EF5;
}
 
.get-qrcode {
  width: 320rpx; 
  height: 44px;
  border-radius: 22px;
  border: 0;
  color:#fff;
  line-height: 44px;
}