|
@@ -1,108 +1,3 @@
|
1
|
|
-// .orderCard {
|
2
|
|
-// margin-bottom: 20px;
|
3
|
|
-// .orderId {
|
4
|
|
-// font-size: 20px;
|
5
|
|
-// color: #666666;
|
6
|
|
-// line-height: 44px;
|
7
|
|
-// float: left;
|
8
|
|
-// margin: 60px 0 32px 0;
|
9
|
|
-// }
|
10
|
|
-// .orderTime {
|
11
|
|
-// font-size: 20px;
|
12
|
|
-// color: #666666;
|
13
|
|
-// line-height: 44px;
|
14
|
|
-// float: right;
|
15
|
|
-// margin: 60px 0 32px 0;
|
16
|
|
-// }
|
17
|
|
-// .order {
|
18
|
|
-// background: #ffffff;
|
19
|
|
-// box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
|
20
|
|
-// border-radius: 12px;
|
21
|
|
-// padding: 20px;
|
22
|
|
-// .orderImg {
|
23
|
|
-// width: 194px;
|
24
|
|
-// height: 194px;
|
25
|
|
-// border-radius: 22px;
|
26
|
|
-// float: left;
|
27
|
|
-// margin: 0 26px 30px 0;
|
28
|
|
-// }
|
29
|
|
-// .orderRight {
|
30
|
|
-// .foodName {
|
31
|
|
-// font-size: 24px;
|
32
|
|
-// color: #333333;
|
33
|
|
-// }
|
34
|
|
-// .price {
|
35
|
|
-// font-size: 20px;
|
36
|
|
-// font-weight: bold;
|
37
|
|
-// color: #202020;
|
38
|
|
-// line-height: 44px;
|
39
|
|
-// height: 19px;
|
40
|
|
-// .pnum {
|
41
|
|
-// color: #333333;
|
42
|
|
-// font-weight: 400;
|
43
|
|
-// margin-left: 47px;
|
44
|
|
-// }
|
45
|
|
-// }
|
46
|
|
-// .price + view {
|
47
|
|
-// font-size: 20px;
|
48
|
|
-// font-weight: bold;
|
49
|
|
-// color: #ff3434;
|
50
|
|
-// line-height: 44px;
|
51
|
|
-// margin-bottom: 35px;
|
52
|
|
-// height: 19px;
|
53
|
|
-// }
|
54
|
|
-// }
|
55
|
|
-// .veri_Date {
|
56
|
|
-// color: red;
|
57
|
|
-// letter-spacing: 1px;
|
58
|
|
-// font-size: 30px;
|
59
|
|
-// padding-top: 20px;
|
60
|
|
-// }
|
61
|
|
-// .line {
|
62
|
|
-// margin-top: 30px;
|
63
|
|
-
|
64
|
|
-// width: 100%;
|
65
|
|
-// height: 2px;
|
66
|
|
-// background: #000;
|
67
|
|
-// opacity: 0.1;
|
68
|
|
-// margin-top: 30px;
|
69
|
|
-// }
|
70
|
|
-// .phone {
|
71
|
|
-// font-size: 24px;
|
72
|
|
-// color: #666666;
|
73
|
|
-// line-height: 44px;
|
74
|
|
-// height: 23px;
|
75
|
|
-// margin: 37px 0;
|
76
|
|
-// // .Button-OK{
|
77
|
|
-// // font-size: 28px;
|
78
|
|
-// // color: #C0C8D3;
|
79
|
|
-// // line-height: 34px;
|
80
|
|
-// // text-align: center;
|
81
|
|
-// // padding:40px 0 100px 0;
|
82
|
|
-// // }
|
83
|
|
-// }
|
84
|
|
-
|
85
|
|
-// .tripTime {
|
86
|
|
-// font-size: 24px;
|
87
|
|
-// color: #666666;
|
88
|
|
-// line-height: 44px;
|
89
|
|
-// margin-bottom: 30px;
|
90
|
|
-// }
|
91
|
|
-// }
|
92
|
|
-// }
|
93
|
|
-// button {
|
94
|
|
-// width: 160px;
|
95
|
|
-// height: 40px;
|
96
|
|
-// background: #1a3b83;
|
97
|
|
-// line-height: 40px;
|
98
|
|
-// border-radius: 12px;
|
99
|
|
-// font-size: 23px;
|
100
|
|
-// color: #ffffff;
|
101
|
|
-// position: relative;
|
102
|
|
-// right: -8em;
|
103
|
|
-// top: -2em;
|
104
|
|
-// }
|
105
|
|
-
|
106
|
1
|
.orderCard3{
|
107
|
2
|
.hardtop{
|
108
|
3
|
color: #666666;
|