Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
user
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hooloo
mp
user
Commits
7c5d6d65
Commit
7c5d6d65
authored
2 years ago
by
weijiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化订单UI
parent
5e7d1237
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
162 additions
and
124 deletions
+162
-124
orderSubPackage/pages/orderInfo/index.vue
+114
-75
pages/order/order.vue
+48
-49
No files found.
orderSubPackage/pages/orderInfo/index.vue
View file @
7c5d6d65
...
...
@@ -4,8 +4,7 @@
<u-icon
@
click=
"goBack"
name=
"arrow-left"
color=
"#000000"
size=
"20"
></u-icon>
<view
class=
"tabTitle"
:style=
"
{'line-height':navigationBarHeight+'px'}">订单详情
</view>
</view>
<div
class=
"order_status"
:style=
"
{'margin-top':(statusBarHeight+navigationBarHeight+13)+'px'}">
<div
class=
"order_status"
:style=
"
{'margin-top':(statusBarHeight+navigationBarHeight+getPx(32))+'px'}">
<view
class=
"status_text"
>
订单状态:
{{
orderStatusText
}}
</view>
<view
class=
"tips"
>
<view
v-if=
"orderInfo.state == 7"
>
为保持口感,请尽快引用哦~
</view>
...
...
@@ -22,22 +21,18 @@
<div
class=
"order_flow"
v-if=
"qrShow"
>
<div
v-if=
"qrShow"
class=
"code"
>
取单码
{{
orderInfo
.
orderNum
}}
</div>
<div
class=
"realQrcodeBox"
v-if=
"qrShow&&isBuild"
>
<image
mode=
"aspectFit"
:src=
"ewmImg"
class=
"qr_real"
></image
>
<image
mode=
"aspectFit"
:src=
"ewmImg"
/
>
</div>
<div
v-if=
"qrShow&&!isBuild"
class=
"qr_code"
>
<image
mode=
"aspectFit"
:src=
"'/static/imgs/erweimazhedang.png'"
class=
"qr"
></image
>
<image
mode=
"aspectFit"
:src=
"'/static/imgs/erweimazhedang.png'"
class=
"qr"
/
>
</div>
<view
class=
"status_text"
>
——制作完成后才能扫哦——
</view>
<canvas
v-if=
"qrShow"
class=
"canvas-code"
canvas-id=
"myQrcode"
style=
"background:#fff;width: 200px;height: 200px; display:block; left:-800rpx;position:absolute;"
/>
<view
class=
"scan_tips"
v-if=
"qrTextShow"
>
——制作完成后才能扫哦——
</view>
<canvas
v-if=
"qrShow"
class=
"canvas-code"
canvas-id=
"myQrcode"
style=
"background:#fff;width: 200px;height: 200px; display:block; left:-800rpx;position:absolute;"
/>
<div
v-if=
"qrShow"
class=
"flow_describe"
>
<view
class=
"title"
>
扫码流程
</view>
<image
:mode=
"'aspectFit'"
class=
"flow_img"
src=
"/static/imgs/saomaliucheng.png"
></image
>
<image
:mode=
"'aspectFit'"
class=
"flow_img"
src=
"/static/imgs/saomaliucheng.png"
/
>
</div>
</div>
<div
class=
"shop_info"
>
<div
class=
"address"
>
<div
class=
"address_1"
>
{{
orderInfo
.
shop
.
name
}}
</div>
...
...
@@ -46,10 +41,8 @@
<div
v-for=
"item in orderInfo.orderDetails"
:key=
"item.id"
>
<div
class=
"goods"
>
<div
class=
"goods_item"
>
<image
mode=
"aspectFit"
v-if=
"jsonParse(item.goods.pics).thumbnailApplet"
:src=
"jsonParse(item.goods.pics).thumbnailApplet"
class=
"goods_img"
>
</image>
<image
mode=
"aspectFit"
v-else
:src=
"jsonParse(item.goods.pics).thumbnail"
class=
"goods_img"
></image>
<image
v-if=
"jsonParse(item.goods.pics).thumbnailApplet"
:src=
"jsonParse(item.goods.pics).thumbnailApplet"
class=
"goods_img"
/>
<image
v-else
:src=
"jsonParse(item.goods.pics).thumbnail"
class=
"goods_img"
/>
<div
class=
"goods_text"
>
<div
class=
"goods_name"
>
<div
class=
"name"
>
{{
item
.
goodsName
}}
</div>
...
...
@@ -89,18 +82,20 @@
<div
class=
"order_describe"
>
<view
class=
"title"
>
订单信息
</view>
<div
class=
"item"
>
<span
class=
"label"
>
下单时间:
</span>
<span
class=
"value"
>
{{
orderInfo
.
createdAt
}}
</span>
</div>
<div
class=
"item"
>
<span
class=
"label"
>
取单码号:
</span>
<span
class=
"value"
>
{{
orderInfo
.
orderNum
}}
</span>
</div>
<div
class=
"item"
>
<span
class=
"label"
>
订单编号:
</span>
<span
class=
"value"
>
{{
orderInfo
.
orderNo
}}
</span>
</div>
<view
class=
"item_cont"
>
<view
class=
"item"
>
<span
class=
"label"
>
下单时间:
</span>
<span
class=
"value"
>
{{
orderInfo
.
createdAt
}}
</span>
</view>
<view
class=
"item1"
>
<span
class=
"label"
>
取单号码:
</span>
<span
class=
"value"
>
{{
orderInfo
.
orderNum
}}
</span>
</view>
<view
class=
"item1"
>
<span
class=
"label"
>
订单编号:
</span>
<span
class=
"value"
>
{{
orderInfo
.
orderNo
}}
</span>
</view>
</view>
</div>
<div
class=
"customer_service"
>
<button
class=
"function_item_text"
open-type=
"contact"
bindcontact=
"handleContact"
session-from=
"sessionFrom"
>
...
...
@@ -108,8 +103,8 @@
<u-icon
name=
"server-fill"
color=
"#000000"
size=
"16"
></u-icon>
<span
:style=
"
{'margin-left':'16rpx'}">有疑问,联系客服
</span>
</view>
<view
class=
"icno-arrow"
>
<image
:style=
"
{'height':'100%','width':'100%'}
" :src="'../../../static/imgs/jiantouhei.png'" />
<view
>
<image
class=
"icno-arrow
"
:src=
"'../../../static/imgs/jiantouhei.png'"
/>
</view>
</button>
</div>
...
...
@@ -175,6 +170,11 @@ export default {
}
},
methods
:
{
getPx
(
rpx
)
{
// console.log((rpx * (wx.getSystemInfoSync().windowWidth / 750)));
// console.log(wx.getSystemInfoSync().windowWidth);
return
rpx
*
(
wx
.
getSystemInfoSync
().
windowWidth
/
750
);
},
goBack
(){
uni
.
switchTab
({
url
:
'/pages/order/order'
})
},
...
...
@@ -253,6 +253,9 @@ export default {
qrShow
()
{
return
[
'2'
,
'3'
,
'4'
,
'5'
].
indexOf
(
this
.
orderInfo
.
state
)
>=
0
;
},
qrTextShow
()
{
return
[
'2'
,
'3'
].
indexOf
(
this
.
orderInfo
.
state
)
>=
0
;
},
// 1 未支付
// 2 已支付
// 3 支付制作中
...
...
@@ -324,15 +327,18 @@ export default {
padding-bottom
:
30
rpx
;
.topBar{
position
:
fixed
;
padding
:
0
rpx
34
rpx
;
width
:
100%
;
background
:
white
;
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
center
;
z-index
:
9999
;
padding-left
:
34
rpx
;
//
.arrow-left
{
//
margin-left
:
20
rpx
;
//
}
.tabTitle
{
font-size
:
26
rpx
;
font-size
:
32
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
text-align
:
center
;
...
...
@@ -345,8 +351,8 @@ export default {
.order_status
{
//
max-height
:
174
rpx
;
background
:
#FFFFFF
;
margin
:
32
rpx
32
rpx
;
padding
:
24
rpx
0
rpx
3
0
rpx
0
rpx
;
margin
:
32
rpx
32
rpx
;
padding
:
24
rpx
0
rpx
3
2
rpx
0
rpx
;
.status_text
{
font-size
:
32
rpx
;
...
...
@@ -358,13 +364,12 @@ export default {
.tips
{
text-align
:
center
;
margin-top
:
1
9
rpx
;
margin-top
:
1
5
rpx
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#999999
;
.time
{
font-size
:
32
rpx
;
...
...
@@ -376,7 +381,7 @@ export default {
}
.btns
{
padding-top
:
2
6
rpx
;
padding-top
:
2
8
rpx
;
text-align
:
center
;
width
:
428
rpx
;
display
:
flex
;
...
...
@@ -415,15 +420,7 @@ export default {
.order_flow
{
background
:
#FFFFFF
;
margin
:
32
rpx
;
padding-top
:
55
rpx
;
.status_text
{
font-size
:
32
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#333333
;
text-align
:
center
;
}
padding-top
:
56
rpx
;
.code
{
text-align
:
center
;
...
...
@@ -431,13 +428,22 @@ export default {
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
color
:
#333333
;
padding-bottom
:
20
rpx
;
}
.status_text
{
font-size
:
32
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#333333
;
text-align
:
center
;
}
.qr_code
{
height
:
34
7
rpx
;
width
:
35
3
rpx
;
height
:
34
0
rpx
;
width
:
35
4
rpx
;
display
:
block
;
margin
:
9
2
rpx
auto
;
margin
:
7
2
rpx
auto
;
position
:
relative
;
padding-bottom
:
40
rpx
;
margin-bottom
:
0
rpx
;
...
...
@@ -446,27 +452,36 @@ export default {
.qr
{
width
:
100%
;
height
:
100%
;
vertical-align
:
bottom
;
}
}
.scan_tips
{
font-size
:
28
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#666666
;
text-align
:
center
;
}
.realQrcodeBox
{
margin
:
20
rpx
auto
;
margin
:
0
auto
;
width
:
510
rpx
;
height
:
510
rpx
;
image{
width
:
100%
;
height
:
100%
;
vertical-align
:
bottom
;
}
}
.flow_describe
{
height
:
300
rpx
;
padding-left
:
32
rpx
;
background
:
#FFFFFF
;
border-radius
:
10
rpx
;
padding-top
:
50
rpx
;
padding-bottom
:
60
rpx
;
padding-left
:
32
rpx
;
padding-right
:
30
rpx
;
padding-bottom
:
58
rpx
;
.title
{
height
:
40
rpx
;
line-height
:
40
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
...
...
@@ -474,10 +489,11 @@ export default {
}
.flow_img
{
padding
:
36
rpx
32
rpx
0
rpx
32
rpx
;
width
:
59
0
rpx
;
padding
:
18
rpx
0
rpx
0
rpx
32
rpx
;
width
:
59
2
rpx
;
height
:
244
rpx
;
display
:
block
;
vertical-align
:
bottom
;
}
}
}
...
...
@@ -485,7 +501,7 @@ export default {
.shop_info
{
margin
:
32
rpx
;
background
:
#FFFFFF
;
padding
:
40
rpx
30
rpx
2
4
rpx
30
rpx
;
padding
:
40
rpx
30
rpx
2
2
rpx
30
rpx
;
h3
{
font-size
:
28
rpx
;
...
...
@@ -517,19 +533,19 @@ export default {
}
.goods
{
padding-top
:
20
rpx
;
//
padding-top
:
20
rpx
;
.goods_item
{
display
:
flex
;
align-items
:
center
;
margin-top
:
2
0
rpx
;
margin-top
:
3
0
rpx
;
}
.goods_img
{
height
:
112
rpx
;
width
:
112
rpx
;
background-color
:
#eee
;
margin-right
:
30
rpx
;
margin-right
:
24
rpx
;
}
.goods_text
{
...
...
@@ -539,9 +555,12 @@ export default {
.goods_name
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
//
align-items
:
center
;
.name
{
height
:
40
rpx
;
line-height
:
40
rpx
;
margin-top
:
10
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
...
...
@@ -549,6 +568,9 @@ export default {
}
.price
{
height
:
40
rpx
;
line-height
:
40
rpx
;
margin-top
:
12
rpx
;
font-size
:
28
rpx
;
font-family
:
Futura-Medium
,
Futura
;
font-weight
:
500
;
...
...
@@ -556,6 +578,8 @@ export default {
}
.psce_name
{
height
:
34
rpx
;
line-height
:
34
rpx
;
margin-top
:
18
rpx
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
...
...
@@ -564,16 +588,14 @@ export default {
}
.size
{
height
:
34
rpx
;
line-height
:
34
rpx
;
margin-top
:
24
rpx
;
font-size
:
24
rpx
;
margin-top
:
18
rpx
;
font-family
:
ArialMT
;
color
:
#666666
;
}
}
.goods_psce
{
margin-top
:
10
rpx
;
}
}
}
...
...
@@ -622,11 +644,13 @@ export default {
align-items
:
center
;
display
:
flex
;
justify-content
:
space-between
;
margin-top
:
3
1
rpx
;
margin-top
:
3
2
rpx
;
border-top
:
1
rpx
solid
#EEEEEE
;
padding-top
:
2
4
rpx
;
padding-top
:
2
3
rpx
;
.size
{
height
:
40
rpx
;
line-height
:
40
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
...
...
@@ -636,14 +660,17 @@ export default {
display
:
flex
;
align-items
:
flex-end
;
.paid_in
{
height
:
40
rpx
;
line-height
:
40
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#333333
;
line-height
:
44
rpx
;
}
.money
{
height
:
48
rpx
;
line-height
:
50
rpx
;
vertical-align
:
top
;
font-size
:
36
rpx
;
font-family
:
Futura-Medium
,
Futura
;
...
...
@@ -656,8 +683,8 @@ export default {
.order_describe
{
background
:
#fff
;
padding
:
2
6
rpx
31
rpx
;
margin
:
32
rpx
;
padding
:
2
4
rpx
30
rpx
24
rpx
32
rpx
;
margin
:
3
0
rpx
32
rpx
32
rpx
3
2
rpx
;
.title
{
font-size
:
28
rpx
;
...
...
@@ -665,33 +692,45 @@ export default {
font-weight
:
500
;
color
:
#333333
;
line-height
:
40
rpx
;
height
:
40
rpx
;
border-bottom
:
1
rpx
solid
#ECECEC
;
padding-bottom
:
24
rpx
;
}
.item_cont
{
padding-top
:
6
rpx
;
}
.item1
,
.item
{
margin-top
:
20
rpx
;
line-height
:
34
rpx
;
.label
{
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#999999
;
line-height
:
34
rpx
;
height
:
34
rpx
;
}
.value
{
font-size
:
24
rpx
;
font-family
:
ArialMT
;
color
:
#666666
;
line-height
:
28
rpx
;
height
:
28
rpx
;
}
}
.item1
{
margin-top
:
18
rpx
;
}
}
.customer_service
{
height
:
90
rpx
;
line-height
:
90
rpx
;
background
:
#FFFFFF
;
font-weight
:
5
00
;
font-weight
:
4
00
;
color
:
#000000
;
padding
:
0
rpx
31
rpx
;
margin
:
32
rpx
;
...
...
@@ -712,8 +751,8 @@ export default {
align-items
:
center
;
}
.icno-arrow
{
width
:
9
rpx
;
height
:
21
rpx
;
width
:
9
.27
rpx
;
height
:
21
.68
rpx
;
}
}
.function_item_text
::after
{
...
...
This diff is collapsed.
Click to expand it.
pages/order/order.vue
View file @
7c5d6d65
...
...
@@ -19,8 +19,8 @@
<view
class=
"order_item"
v-for=
"item in list"
:key=
"item.id"
@
click=
"openInfo(item)"
>
<view
class=
"order_header"
>
<view>
<
h3
class=
"order_adrass"
>
{{
item
.
shop
.
name
}}
</h3
>
<
text
class=
"order_time"
>
{{
item
.
createdAt
}}
</text
>
<
view
class=
"order_adrass"
>
{{
item
.
shop
.
name
}}
</view
>
<
view
class=
"order_time"
>
{{
item
.
createdAt
}}
</view
>
</view>
<view
class=
"order_status"
>
<text>
{{
getStateText
(
item
.
state
)
}}
</text>
...
...
@@ -29,9 +29,8 @@
</view>
<div
class=
"order_content"
>
<view
class=
"order_content_box1"
>
<view
class=
"goods_item"
v-for=
"good in item.orderDetails"
:key=
"good.id"
>
<image
class=
"goods_img"
v-if=
"jsonParse(good.goods.pics).thumbnailApplet"
:src=
"jsonParse(good.goods.pics).thumbnailApplet"
></image>
<view
class=
"goods_item"
v-for=
"(good,index) in item.orderDetails"
:key=
"good.id"
>
<image
class=
"goods_img"
v-if=
"jsonParse(good.goods.pics).thumbnailApplet"
:src=
"jsonParse(good.goods.pics).thumbnailApplet"
></image>
<image
v-else
class=
"goods_img"
:src=
"jsonParse(good.goods.pics).thumbnail"
></image>
<view
class=
"goods_text"
>
...
...
@@ -48,16 +47,16 @@
</view>
</view>
</view>
<view
v-if=
"index==item.orderDetails.length-1 && (item.state == 2 || item.state == 3 || item.state == 4 || item.state == 5)"
class=
"qr_code"
>
<image
class=
"qr_code_img"
src=
"/static/imgs/icon-barcode.png"
></image>
<view
class=
"qr_text"
>
点击二维码取单
</view>
</view>
</view>
</view>
<view
v-if=
"item.state == 2 || item.state == 3 || item.state == 4 || item.state == 5"
class=
"qr_code"
>
<image
class=
"qr_code_img"
src=
"/static/imgs/icon-barcode.png"
></image>
<view
class=
"qr_text"
>
点击二维码取单
</view>
</view>
</div>
<view
class=
"order_footer"
>
<view
class=
"total"
>
共
{{
orderDetailsSize
(
item
.
orderDetails
)
}}
件商品
合计
<text
class=
"price"
>
¥
{{
Utils
.
isInteger
(
item
.
amount
)
}}
</text>
共
{{
orderDetailsSize
(
item
.
orderDetails
)
}}
件商品
实付
<text
class=
"price"
>
¥
{{
Utils
.
isInteger
(
item
.
amount
)
}}
</text>
</view>
<a
class=
"btn"
@
click
.
stop=
"PayNow(item)"
v-if=
"item.state == 1"
type=
"primary"
>
立刻支付
</a>
<a
class=
"btn"
v-else
@
click
.
stop=
"oneMoreOrder(item)"
type=
"primary"
>
再来一单
</a>
...
...
@@ -249,9 +248,9 @@ export default {
}
.empty_text
{
width
:
500
rpx
;
width
:
500
rpx
;
margin-top
:
3
5
rpx
;
margin-top
:
3
2
rpx
;
text-align
:
center
;
font-size
:
24
rpx
;
...
...
@@ -283,14 +282,13 @@ export default {
/* 兼容老版本的方法 */
-webkit-transform
:
translateX
(
-50%
);
transform
:
translate
(
-50%
);
margin-top
:
3
11
rpx
;
.empty_icon
{
margin-top
:
3
52
rpx
;
.empty_icon
{
width
:
324
rpx
;
height
:
236
rpx
;
}
.empty_text
{
margin-top
:
3
5
rpx
;
margin-top
:
3
2
rpx
;
text-align
:
center
;
font-size
:
24
rpx
;
...
...
@@ -299,7 +297,7 @@ export default {
color
:
#999999
;
}
.empty_button
{
margin-top
:
3
5
rpx
;
margin-top
:
3
6
rpx
;
width
:
167
rpx
;
height
:
64
rpx
;
border-radius
:
2
rpx
;
...
...
@@ -322,9 +320,9 @@ export default {
.order_item
{
width
:
686
rpx
;
background
:
#FFFFFF
;
margin
:
3
0
rpx
auto
0
;
margin
:
3
2
rpx
auto
0
;
box-sizing
:
border-box
;
padding
:
25
rpx
22
rpx
32
rpx
32
rpx
;
padding
:
25
rpx
30
rpx
30
rpx
30
rpx
;
.order_header
{
display
:
flex
;
...
...
@@ -335,11 +333,14 @@ export default {
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#333333
;
line-height
:
40
rpx
;
}
.order_time
{
font-size
:
24
rpx
;
font-family
:
ArialMT
;
margin-top
:
4
rpx
;
line-height
:
28
rpx
;
color
:
#999999
;
}
...
...
@@ -351,6 +352,7 @@ export default {
display
:
flex
;
align-items
:
baseline
;
justify-content
:
flex-start
;
line-height
:
34
rpx
;
.xiaojiantou
{
width
:
12
rpx
;
height
:
16
rpx
;
...
...
@@ -361,7 +363,6 @@ export default {
}
.order_content
{
margin-top
:
42
rpx
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
...
...
@@ -370,34 +371,31 @@ export default {
flex
:
1
;
}
.qr_code
{
font-size
:
16
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#666666
;
line-height
:
22
rpx
;
text-align
:
center
;
margin-right
:
10
rpx
;
margin-left
:
39
rpx
;
.qr_code_img
{
width
:
76
rpx
;
height
:
76
rpx
;
}
.qr_text
{
margin-top
:
10
rpx
;
font-size
:
20
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#999999
;
}
}
.goods_item
{
margin-top
:
42
rpx
;
display
:
flex
;
align-items
:
center
;
//
align-items
:
center
;
.qr_code
{
text-align
:
center
;
margin-right
:
10
rpx
;
margin-left
:
38
rpx
;
.qr_code_img
{
vertical-align
:
bottom
;
width
:
76
rpx
;
height
:
76
rpx
;
}
.qr_text
{
line-height
:
28
rpx
;
margin-top
:
10
rpx
;
font-size
:
20
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#999999
;
}
}
.goods_img
{
height
:
96
rpx
;
...
...
@@ -414,21 +412,22 @@ export default {
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#666666
;
margin-top
:
10
rpx
;
line-height
:
40
rpx
;
}
.goods_spce
{
margin-top
:
2
.6
rpx
;
margin-top
:
2
rpx
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
line-height
:
34
rpx
;
color
:
#999999
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
}
}
}
}
...
...
@@ -436,7 +435,7 @@ export default {
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
margin-top
:
4
1
rpx
;
margin-top
:
4
0
rpx
;
.total
{
font-size
:
28
rpx
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment