File tree Expand file tree Collapse file tree 2 files changed +17
-52
lines changed
src/views/mall/promotion/kefu/components/message Expand file tree Collapse file tree 2 files changed +17
-52
lines changed Original file line number Diff line number Diff line change 13
13
<div :key =" getMessageContent.id" class =" order-list-card-box mt-14px" >
14
14
<div class =" order-card-header flex items-center justify-between p-x-20px" >
15
15
<div class =" order-no" >订单号:{{ getMessageContent.no }}</div >
16
- <div :class =" formatOrderColor(getMessageContent)" class =" order-state font-26 " >
16
+ <div :class =" formatOrderColor(getMessageContent)" class =" order-state font-16 " >
17
17
{{ formatOrderStatus(getMessageContent) }}
18
18
</div >
19
19
</div >
26
26
:title =" item.spuName"
27
27
/>
28
28
</div >
29
- <div class =" pay-box mt-30px flex justify-end pr-20px" >
29
+ <div class =" pay-box flex justify-end pr-20px" >
30
30
<div class =" flex items-center" >
31
31
<div class =" discounts-title pay-color"
32
32
>共 {{ getMessageContent?.productCount }} 件商品,总金额:
@@ -108,23 +108,23 @@ function formatOrderStatus(order: any) {
108
108
background-color : #e2e2e2 ;
109
109
110
110
.order-card-header {
111
- height : 80 px ;
111
+ height : 28 px ;
112
112
113
113
.order-no {
114
- font-size : 26 px ;
114
+ font-size : 16 px ;
115
115
font-weight : 500 ;
116
116
}
117
117
}
118
118
119
119
.pay-box {
120
120
.discounts-title {
121
- font-size : 24 px ;
121
+ font-size : 16 px ;
122
122
line-height : normal ;
123
123
color : #999999 ;
124
124
}
125
125
126
126
.discounts-money {
127
- font-size : 24 px ;
127
+ font-size : 16 px ;
128
128
line-height : normal ;
129
129
color : #999 ;
130
130
font-family : OPPOSANS;
@@ -134,34 +134,6 @@ function formatOrderStatus(order: any) {
134
134
color : #333 ;
135
135
}
136
136
}
137
-
138
- .order-card-footer {
139
- height : 100px ;
140
-
141
- .more-item-box {
142
- padding : 20px ;
143
-
144
- .more-item {
145
- height : 60px ;
146
-
147
- .title {
148
- font-size : 26px ;
149
- }
150
- }
151
- }
152
-
153
- .more-btn {
154
- color : #999999 ;
155
- font-size : 24px ;
156
- }
157
-
158
- .content {
159
- width : 154px ;
160
- color : #333333 ;
161
- font-size : 26px ;
162
- font-weight : 500 ;
163
- }
164
- }
165
137
}
166
138
167
139
.warning-color {
Original file line number Diff line number Diff line change @@ -110,33 +110,26 @@ const skuString = computed(() => {
110
110
</script >
111
111
112
112
<style lang="scss" scoped>
113
- .score-img {
114
- width : 36px ;
115
- height : 36px ;
116
- margin : 0 4px ;
117
- }
118
-
119
113
.ss-order-card-warp {
114
+ max-width : 60% ;
120
115
padding : 20px ;
121
116
border-radius : 10px ;
122
117
background-color : #e2e2e2 ;
123
118
124
119
.img-box {
125
- width : 164 px ;
126
- height : 164 px ;
120
+ width : 80 px ;
121
+ height : 80 px ;
127
122
border-radius : 10px ;
128
123
overflow : hidden ;
129
124
130
125
.order-img {
131
- width : 164 px ;
132
- height : 164 px ;
126
+ width : 80 px ;
127
+ height : 80 px ;
133
128
}
134
129
}
135
130
136
131
.box-right {
137
132
flex : 1 ;
138
- // width: 500px;
139
- // height: 164px;
140
133
position : relative ;
141
134
142
135
.tool-box {
@@ -147,13 +140,13 @@ const skuString = computed(() => {
147
140
}
148
141
149
142
.title-text {
150
- font-size : 28 px ;
143
+ font-size : 16 px ;
151
144
font-weight : 500 ;
152
- line-height : 40 px ;
145
+ line-height : 20 px ;
153
146
}
154
147
155
148
.spec-text {
156
- font-size : 24 px ;
149
+ font-size : 16 px ;
157
150
font-weight : 400 ;
158
151
color : #999999 ;
159
152
min-width : 0 ;
@@ -165,15 +158,15 @@ const skuString = computed(() => {
165
158
}
166
159
167
160
.price-text {
168
- font-size : 24 px ;
161
+ font-size : 16 px ;
169
162
font-weight : 500 ;
170
163
font-family : OPPOSANS;
171
164
}
172
165
173
166
.total-text {
174
- font-size : 24 px ;
167
+ font-size : 16 px ;
175
168
font-weight : 400 ;
176
- line-height : 24 px ;
169
+ line-height : 16 px ;
177
170
color : #999999 ;
178
171
margin-left : 8px ;
179
172
}
You can’t perform that action at this time.
0 commit comments