wait-receiving.wxss
2.3 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
.content {
min-height: 100vh;
background-color: #F7F8FA;
position: absolute;
width: 100%;
}
.topTitle {
position: fixed;
width: 100%;
height: 176rpx;
background: #ff2f2f;
padding: 106rpx 32rpx 0;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
box-sizing: border-box;
}
.leftImg image {
width: 30rpx;
height: 38rpx;
}
.detailText {
color: #ffffff;
font-size: 34rpx;
}
.addressOuterBox {
padding: 32rpx;
width: 100%;
background: #ff2f2f;
margin-top: 176rpx;
box-sizing: border-box;
}
.statusTtext {
color: #ffffff;
font-size: 36rpx;
padding-bottom: 32rpx;
}
.addImg {
margin-right: 20rpx;
}
.addImg image {
width: 80rpx;
height: 80rpx;
}
.addressBox {
display: -webkit-box;
display: -webkit-flex;
display: flex;
background-color: #fff;
width: 100%;
border-radius: 16rpx;
padding: 32rpx;
box-sizing: border-box;
}
.addInfo {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
}
.addName {
color: #323233;
font-size: 32rpx;
}
.addName>text {
color: #646566;
font-size: 26rpx;
padding-left: 32rpx;
}
.detail {
color: #646566;
font-size: 26rpx;
margin-top: 12rpx;
}
.logicbox {
margin-top: 24rpx;
background-color: #fff;
}
.logicName {
padding: 32rpx;
box-sizing: border-box;
border-bottom: 2rpx solid #ebedf0;
color: #323233;
font-size: 32rpx;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
font-weight: 600;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.u-node {
width: 44rpx;
height: 44rpx;
border-radius: 100rpx;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
background: #d0d0d0;
}
.u-order-title {
color: #333333;
font-weight: bold;
font-size: 32rpx;
}
.u-order-desc {
color: rgb(150, 150, 150);
font-size: 28rpx;
margin-bottom: 6rpx;
}
.u-order-time {
color: rgb(200, 200, 200);
font-size: 26rpx;
}
.u-order-title{
font-size: 28rpx;
}
.u-order-desc{
font-size: 24rpx;
}
.u-order-time{
font-size: 24rpx;
}