From d2af576bc8158e7c2d8212351acf3cfcb86911a6 Mon Sep 17 00:00:00 2001 From: liyongle Date: Thu, 11 May 2023 17:07:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CarInfo/CarInfo.vue | 6 +++--- src/components/PlateInput/PlateInput.vue | 4 ++-- .../PlateKeyboard/PlateKeyboard.vue | 2 +- src/components/Traffic/Traffic.vue | 20 +++++++++---------- src/views/Brand/Brand.vue | 6 +++--- src/views/Parking/Parking.vue | 1 + src/views/ServiceList/ServiceList.vue | 2 +- 7 files changed, 21 insertions(+), 20 deletions(-) diff --git a/src/components/CarInfo/CarInfo.vue b/src/components/CarInfo/CarInfo.vue index d7bf2c0..0af1678 100644 --- a/src/components/CarInfo/CarInfo.vue +++ b/src/components/CarInfo/CarInfo.vue @@ -113,7 +113,7 @@ function go() { display: flex; align-items: center; padding: 48px 56px; - background: #fff; + background: #efeeea; } .car-group { display: flex; @@ -143,8 +143,8 @@ function go() { height: 100px; font-size: 36px; text-align: center; - color: #fff; - background: #d4a866; + color: #faeba9; + background: linear-gradient(159.19deg, #c4b280 13.77%, #a89866 96.7%); border-radius: 0 0 16px 16px; font-weight: 700; line-height: 44px; diff --git a/src/components/PlateInput/PlateInput.vue b/src/components/PlateInput/PlateInput.vue index 4680715..0e565ec 100644 --- a/src/components/PlateInput/PlateInput.vue +++ b/src/components/PlateInput/PlateInput.vue @@ -80,7 +80,7 @@ $input-bg: #fff; $input-radius: 12px; $font-size: 32px; $font-energy-size: 14px; -$btn-bg: #d4a866; +$btn-bg: #a6976f; $btn-color: #fff; $btn-font-size: 28px; $btn-width: 218px; @@ -129,7 +129,7 @@ $btn-width: 218px; margin-right: 42px; } &.active { - border: 2px solid #d4a866; + border: 2px solid #a6976f; } &.space { width: 75px; diff --git a/src/components/PlateKeyboard/PlateKeyboard.vue b/src/components/PlateKeyboard/PlateKeyboard.vue index 5c9bc34..aa2da03 100644 --- a/src/components/PlateKeyboard/PlateKeyboard.vue +++ b/src/components/PlateKeyboard/PlateKeyboard.vue @@ -126,7 +126,7 @@ onBeforeUnmount(() => { } &.active { color: #fff; - background: #d4a866; + background: #a6976f; } } } diff --git a/src/components/Traffic/Traffic.vue b/src/components/Traffic/Traffic.vue index db15a3d..2feb0f6 100644 --- a/src/components/Traffic/Traffic.vue +++ b/src/components/Traffic/Traffic.vue @@ -42,7 +42,7 @@
- +
@@ -79,44 +79,44 @@
博览路:
-
+
{{ switchLanguage(roadList[4], 'status') }}
-
+
{{ switchLanguage(roadList[5], 'status') }}
九龙街:
-
+
{{ switchLanguage(roadList[2], 'status') }}
-
+
{{ switchLanguage(roadList[3], 'status') }}
沈水路:
-
+
{{ switchLanguage(roadList[0], 'status') }}
-
+
{{ switchLanguage(roadList[1], 'status') }}
青年大桥:
-
+
{{ switchLanguage(roadList[6], 'status') }}
-
+
{{ switchLanguage(roadList[7], 'status') }}
@@ -444,7 +444,7 @@ function changeStatus(status: string, item: any) { margin-bottom: 48px; .name { width: 100px; - margin-right: 40px; + margin-right: 20px; font-size: 20px; font-family: 'font_bold'; color: #736661; diff --git a/src/views/Brand/Brand.vue b/src/views/Brand/Brand.vue index 8693959..6f3ca2b 100644 --- a/src/views/Brand/Brand.vue +++ b/src/views/Brand/Brand.vue @@ -150,7 +150,7 @@ getBrandInfo().then(({ data }) => { function changeType(item: any) { currentTypeId.value = item.order formatIdx.value = 0 - copyShopList.value = [...shopList.value] + copyShopList.value = [{ name: '1', shopList: [...shopList.value] }] } function resetIdx() { formatIdx.value = 0 @@ -171,7 +171,7 @@ function handleClickFormat(item: Industry, index: number) { resetIdx() formatIdx.value = index if (index === 0) { - copyShopList.value = [...shopList.value] + copyShopList.value = [{ name: '1', shopList: [...shopList.value] }] return } if (currentTypeId.value === 0) { @@ -266,7 +266,7 @@ function myScrollEnd() { font-weight: 700; .floor-item { - margin-bottom: 32px; + margin-bottom: 48px; &.active { font-size: 36px; diff --git a/src/views/Parking/Parking.vue b/src/views/Parking/Parking.vue index 42ee31f..5c54de6 100644 --- a/src/views/Parking/Parking.vue +++ b/src/views/Parking/Parking.vue @@ -141,6 +141,7 @@ getParkingInfo().then(({ data }) => { .content { display: flex; justify-content: space-between; + align-items: center; margin: 0 226px; .content-left { width: 900px; diff --git a/src/views/ServiceList/ServiceList.vue b/src/views/ServiceList/ServiceList.vue index 77e43a3..d53fcfa 100644 --- a/src/views/ServiceList/ServiceList.vue +++ b/src/views/ServiceList/ServiceList.vue @@ -93,7 +93,7 @@ function go() { left: 670px; width: 580px; height: 98px; - background: #d6bd86; + background: linear-gradient(159.19deg, #c4b280 13.77%, #a89866 96.7%); border-radius: 16px; .text-container { @include fl(center, flex-end);