liangjin
2021-03-16 576be8c8d9978b3d8d432d01f8da2cbf43a556ca
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
.order-trial{
  width: 686rpx;
  min-height: 140px;
  background: #fff;
  padding: 0 12px 12px;
  box-sizing: border-box;
  position: relative;
  transform: translateY(-26px);
  box-shadow: 0px 1px 12px 0px rgba(56, 56, 235, 0.08);
  border-radius: 8px;
  margin: auto;
}
.title-view{
  width: 100%;
  border-bottom:1px solid #EEEEEE; 
}
.title-order{
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
}
.mation-view{
  padding: 0 12px;
}
.amt-view{
  display: flex;
  justify-content: space-around;
}
.item-1{
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  text-align: center;
  margin-bottom: 10px;
}
.text-1{
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.text-2{
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.amt-item{
  text-align: center;
  padding: 16px 0;
  position: relative;
}
.amt-item::after{
  content: '';
  width: 0;
  height: 24px;
  border: 1rpx solid #CCCCCC;
  position: absolute;
  right: 0;
  top: 24px;
}
.amt-item:last-child::after{
  content: '';
  display: none;
}
.rate-item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.rate-name{
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}
.rate-number{
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}