From b435b26c7291ae95d6c139255b71daefc0c6fb94 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 28 Aug 2023 17:50:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=8D=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/mixin.scss | 4 ++ src/views/index/supplySettlement.vue | 99 ++++++++++++++-------------- 2 files changed, 54 insertions(+), 49 deletions(-) diff --git a/src/styles/mixin.scss b/src/styles/mixin.scss index 2b27f1a2..f9ba4f3a 100644 --- a/src/styles/mixin.scss +++ b/src/styles/mixin.scss @@ -38,4 +38,8 @@ @mixin flexCenter(){ display: flex; align-items: center; +} +@mixin flexBetCen{ + @include flexColBet; + align-items: center; } \ No newline at end of file diff --git a/src/views/index/supplySettlement.vue b/src/views/index/supplySettlement.vue index 623c24a9..ddb0747a 100644 --- a/src/views/index/supplySettlement.vue +++ b/src/views/index/supplySettlement.vue @@ -4,15 +4,17 @@
公里数:
-
-
AB段公里数
-
BC段公里数
-
CA段公里数
+
+
AB段公里数
+
公里
-
-
公里
-
公里
-
公里
+
+
BC段公里数
+
公里
+
+
+
CA段公里数
+
公里
@@ -20,15 +22,17 @@
路桥费:
-
-
AB段路桥费
-
BC段路桥费
-
CA段路桥费
+
+
AB段路桥费
+
-
-
-
-
+
+
BC段路桥费
+
+
+
+
CA段路桥费
+
@@ -36,31 +40,31 @@
其他费用:
-
-
小轮个数
-
等候费
-
困境费
-
已收取客户金额
+
+
小轮个数
+
-
-
-
-
-
+
+
等候费
+
+
+
+
困境费
+
+
+
+
收取客户金额
+
- - -
@@ -146,7 +147,6 @@ export default { overflow-y: scroll; } .common { - //@include wh(100%, 161px); width: 100%; background: #FFFFFF; backdrop-filter: blur(5.602678571428572px); @@ -156,7 +156,6 @@ export default { } .otherFee { @include wh(100%, 198px); - //margin-bottom: 20px; } .title { @include fontWeightSize(bold, 14px); @@ -172,24 +171,23 @@ export default { border-image: linear-gradient(270deg, rgba(217, 217, 217, 0.6), rgba(178, 178, 178, 1), rgba(178, 178, 178, 1), rgba(217, 217, 217, 0.6)) 1 1; } .metersWrap { - display: flex; - justify-content: space-between; + @include flexBetween; line-height: 37px; .blueColor{ color: #4682FE; } - .alignRight{ - text-align: right; - opacity: .5; - } - .leftTitle { - @include fontWeightSize(400, 14px); - } - .rightInputMeters { - margin-right: 13px; - @include fontWeightSize(bold, 13px); - color: #323643; - opacity: .5; + .item{ + width: 100%; + @include flexBetCen; + .rightInput{ + @include fontWeightSize(bold, 13px); + color: #323643; + opacity: .5; + } + .blueColor{ + color: #4682FE; + opacity: 1 !important; + } input { height: 30px; border: none; @@ -198,6 +196,9 @@ export default { opacity: .8; } } + .leftTitle { + @include fontWeightSize(400, 14px); + } } .btn { //position:absolute;