application.css
2.4 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
body,html{
width:100%;
height:100%;
background: #fff;
}
.item_order_list{
background: #fff;
padding-bottom: 0;
margin-top: 0.16rem;
}
.order_head{
display:flex;
justify-content: space-between;
align-items: center;
padding: 0.32rem 0.5rem;
height:0.88rem;
background: #fff;
border-bottom: 1px solid #f5f5f5;
}
.order_num{
display:flex;
}
.order_list_num,.item_num{
font-size: 0.26rem;
color:#1A1A1A;
}
.order_content_item{
display:flex;
margin-top: 0.24rem;
/*justify-content: space-between;*/
/*align-items: center;*/
}
.order_content_item:first-child{
margin-top:0;
}
.order_content{
width:6.86rem;
margin: 0 auto;
background:RGBA(250, 250, 250, 1) ;
padding: 0.18rem;
}
.content_text{
width:5rem;
padding-left: 0.3rem;
}
.content_item_img{
width:1.32rem;
height:1.32rem;
}
.content_item_img img{
width:100%;
}
.order_type{
font-size: 0.26rem;
color:#FE0A01;
}
.good_name{
width:4.8rem;
color:#1A1A1A;
font-size: 0.26rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.good_test{
width:4.8rem;
display:flex;
justify-content: space-between;
align-items: center;
margin-top:0.16rem;
}
.item_tast,.tast_num{
font-size: 0.26rem;
color:#666666;
}
.item_tast{
width:2.5rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.item_price{
color:RGBA(255, 0, 0, 1);
font-size: 0.24rem;
margin-top:0.06rem ;
}
.item_money{
color:RGBA(255, 0, 0, 1);
font-size: 0.38rem;
font-weight: bold;
}
.reason{
width:6.86rem;
margin: 0 auto;
background: RGBA(247, 248, 250, 1);
height:3.2rem;
padding: 0.35rem 0.33rem;
margin-top: 0.43rem;
border-radius: 0.2rem;
}
.reason_title{
color:RGBA(38, 54, 58, 1);
font-size: 0.3rem;
font-weight: bold;
}
.goodreason{
font-size: 0.26rem;
color:RGBA(26, 26, 26, 1);
margin-top: 0.18rem;
height:1.8rem;
overflow: auto;
}
.phone{
margin-left: 0.65rem;
color:RGBA(37, 39, 41, 1);
font-size: 0.26rem;
margin-top: 0.36rem;
}
.express,.express_num{
width:6.86rem;
margin: 0 auto;
height:1rem;
background: RGBA(247, 248, 250, 1);
border-radius: 0.2rem;
font-size:0.3rem;
color:RGBA(38, 54, 58, 1);
padding: 0.36rem 0.35rem;
margin-top: 0.35rem;
}