From 6aa78010760e71c67b45aa90991d754e02d90cd2 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Mon, 19 Nov 2018 13:52:23 +0800 Subject: [PATCH] =?UTF-8?q?[c=E7=AB=AF=E5=85=83/=E5=B0=8F=E6=97=B6?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E7=9A=84=E4=BF=AE=E6=94=B9][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9]:c=E7=AB=AF=E5=85=83/=E5=B0=8F=E6=97=B6=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/detail/index.wxml | 9 +++++++-- pages/order/detail/index.wxss | 7 ++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pages/order/detail/index.wxml b/pages/order/detail/index.wxml index 04103a8..f3a8168 100644 --- a/pages/order/detail/index.wxml +++ b/pages/order/detail/index.wxml @@ -62,9 +62,14 @@ {{order.orderNumber}} - 订单金额 - {{order.salePrice/100}}元 + 面额 + {{order.price/100}}元 + {{order.price/100}}小时 + + 订单金额 + {{order.salePrice/100}}元 + diff --git a/pages/order/detail/index.wxss b/pages/order/detail/index.wxss index b179df9..f8f7919 100644 --- a/pages/order/detail/index.wxss +++ b/pages/order/detail/index.wxss @@ -354,8 +354,13 @@ radio { .jine { color: #f96563 !important; font-size: 36rpx !important; + font-weight: 400!important; +} +.jine1 { + color: #b8b8b8 !important; + font-size: 30rpx !important; + font-weight: 400!important; } - .buy-view { background: #fff; position: fixed;