index.wxss
3.76 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
/* dist/pages/orderDetail/index.wxss */
.order-detail-container {
/* width: 100%; */
/* height: 100%; */
display: flex;
flex-direction: column;
justify-content: space-between;
/* position: fixed; */
margin-left: 40rpx;
margin-right: 40rpx;
}
.order-detail-root {
position: fixed;
}
.order-detail-bottom-action-view {
width: calc( 100% - 80rpx );
height: 140rpx;
display: flex;
position: fixed;
bottom: 0;
flex-direction: column;
/* align-items: center; */
/* flex-direction: row; */
/* justify-content: space-between; */
background: #FFFFFF;
/*
padding-top: 20rpx;
padding-bottom: 20rpx;
*/
}
.order-detail-bottom-action-info-view {
display: flex;
flex-direction: column;
}
.order-detail-bottom-action-button-view {
display: flex;
flex-direction: row;
}
.order-detail-split-line {
background: #e0e0e0;
height: 2rpx;
margin-top: 40rpx;
}
.order-detail-scrool-view {
/* height: calc( 100% - 140rpx ); */
width: calc( 100% - 80rpx );
display: flex;
flex-direction: column;
/* justify-content: start; */
justify-content: flex-start;
padding-left: 40rpx;
margin-bottom: 140rpx;
}
.order-detail-time-view {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin-top: 30rpx;
}
.order-detail-time-image {
width: 50rpx;
height: 50rpx;
}
.order-detail-address-view {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin-top: 38rpx;
}
.order-detail-address-info-view {
display: flex;
flex-direction: column;
margin-left: 40rpx;
}
.order-detail-address-user-name-txt {
font-family: DINAlternate-Bold;
font-size: 32rpx;
color: #000000;
}
.order-detail-address-detail-info-txt {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #999999;
margin-top: 12rpx;
}
.order-detail-address-phone-num-txt {
font-family: SFProText-Medium;
font-size: 28rpx;
color: #000000;
margin-top: 12rpx;
}
.order-detail-count-view {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 12rpx;
}
.order-detail-status-title-txt {
font-family: SFProDisplay-Bold;
font-size: 68rpx;
color: #000000;
}
.order-detail-count-down-txt {
font-family: DINAlternate-Bold;
font-size: 32rpx;
color: #000000;
}
.order-detail-tips-txt {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #999999;
margin-top: 12rpx;
}
.order-detail-sum-grey-txt {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #999999;
}
.order-detail-sum-black-txt {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #999999;
}
.order-detail-create-time-view {
margin-top: 40rpx;
}
.order-detail-create-time-txt {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #000000 ;
}
.order-detail-pay-amount-txt {
font-family: DINAlternate-Bold;
font-size: 28rpx;
color: #D0021B;
}
.order-detail-pay-amount-title-txt {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #000000;
margin-top: 6rpx;
}
.order-detail-selected-button {
display: flex;
align-items: center;
font-family: PingFang-SC-Medium;
font-size: 24rpx;
color: #FFFFFF;
background-color: #002B47;
border-radius: 0;
padding-top: 20rpx;
padding-bottom: 20rpx;
padding-left: 40rpx;
padding-right: 40rpx;
}
.order-detail-unselected-button::after {
/* border-style: none; */
border-radius: 0;
}
.order-detail-unselected-button {
display: flex;
align-items: center;
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #999999;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 0;
/* border-style: none; */
margin-right: 20rpx;
padding-left: 40rpx;
padding-right: 40rpx;
}
#orderdetailaction {
position: fixed;
left: 0;
right: 0;
bottom: 0;
}