From df8f58a4967529cc578b2dc211712393225cd51f Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Fri, 18 Mar 2022 17:59:14 +0800 Subject: [PATCH] 货车30分钟免费 --- src/views/parkPay/parkRecord.vue | 211 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------- 1 file changed, 99 insertions(+), 112 deletions(-) diff --git a/src/views/parkPay/parkRecord.vue b/src/views/parkPay/parkRecord.vue index f9ad91e..48031f7 100644 --- a/src/views/parkPay/parkRecord.vue +++ b/src/views/parkPay/parkRecord.vue @@ -10,11 +10,12 @@ +
-

停车15分钟内无需缴费,请申请离场。

+

停车15分钟内(货车30分钟内)无需缴费!

    @@ -23,7 +24,7 @@
-

车辆类型:临停车

+

车场名称:{{i.parkName}}

进场时间:{{i.parkInTime}} @@ -33,23 +34,25 @@

停车时长:{{ $utils.dateFormat(i.parkDuration)}}

¥{{(i.unPayFee/100).toFixed(2)}}

-

申请离场

+

申请离场

+

申请离场

+

申请离场

出场缴费

-
本次停车暂未产生费用,请及时离场
+
暂无记录
-
+
-
+

总欠费金额: ¥{{(allMoney/100).toFixed(2)}}

@@ -66,7 +69,7 @@
- +

车场名称:{{i.parkName}}

@@ -100,8 +103,8 @@
- -
暂无历史费用
+ +
暂无记录
@@ -109,17 +112,35 @@
- 本次停车暂未产生费用,请及时离场 + 暂无记录
+ + + + + + + + + + + + + + + + + + +
@@ -507,70 +492,72 @@ export default { } } - .history-con{ + .history-con { height: calc(100% - 38px); overflow: hidden; } - .history-body{ + + .history-body { height: calc(100% - 81px); overflow-y: scroll; } - .history-footer{ + + .history-footer { height: 81px; background: #F8F8F8; } - .cost-main-history{ + .cost-main-history { margin-bottom: 10px; - background:#fff url("../../assets/images/parkPay/choose.png") no-repeat 10px center; + background: #fff url("../../assets/images/parkPay/choose.png") no-repeat 10px center; background-size: 20px 20px; cursor: pointer; } - - .isChecked{ - background:#fff url("../../assets/images/parkPay/choosed.png") no-repeat 10px center; + .isChecked { + background: #fff url("../../assets/images/parkPay/choosed.png") no-repeat 10px center; background-size: 20px 20px; } - .money-all{ + .money-all { padding-left: 18px; height: 25px; line-height: 25px; font-weight: 500; background: #FEF8DB; - span{ + span { color: #BC0202; } } - .statistical-data{ + .statistical-data { padding-left: 18px; height: 32px; line-height: 32px; background: #E6FAFA; - span{ + span { color: #D20000; } } - .opration-wrap{ + + .opration-wrap { padding-left: 18px; height: 49px; line-height: 49px; background: #f8f8f8; display: flex; justify-content: space-between; - .check-btn{ + .check-btn { padding-left: 30px; background: url("../../assets/images/parkPay/choose.png") no-repeat 0 center; background-size: 20px 20px; cursor: pointer; } - .isAllChecked{ + .isAllChecked { background: url("../../assets/images/parkPay/choosed.png") no-repeat 0 center; background-size: 20px 20px; } - .settle-btn{ + .settle-btn { width: 106px; height: 49px; background: linear-gradient(145deg, #2783E9 0%, #227ADC 100%); -- libgit2 0.21.4