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
| .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;
| }
|
|