From 733f2c412021ea55f86b1d980f985084e7040448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E9=91=AB?= Date: Wed, 20 Jul 2022 10:50:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=AD=E9=9F=B3=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Customer/Customer.vue | 2 +- .../QuestionClassify/QuestionClassify.vue | 2 +- src/components/QuestionList/QuestionList.vue | 2 +- src/components/Search/Search.vue | 62 ++++++++----------- .../SearchResultItem/SearchResultItem.vue | 2 +- .../SearchResultList/SearchResultList.vue | 11 ++-- src/components/Voice/Voice.vue | 34 +++++++--- src/router/index.js | 4 +- src/store/root/state.js | 2 +- src/views/Movie/Movie.vue | 4 +- 10 files changed, 65 insertions(+), 60 deletions(-) diff --git a/src/components/Customer/Customer.vue b/src/components/Customer/Customer.vue index cb7b32c..1c2b834 100644 --- a/src/components/Customer/Customer.vue +++ b/src/components/Customer/Customer.vue @@ -46,7 +46,7 @@ function close() { width: 600px; height: 400px; margin: 0 auto; - margin-top: 342px; + margin-top: 760px; background: #ffffff; box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.08); border-radius: 12px; diff --git a/src/components/QuestionClassify/QuestionClassify.vue b/src/components/QuestionClassify/QuestionClassify.vue index e88a87b..674cc37 100644 --- a/src/components/QuestionClassify/QuestionClassify.vue +++ b/src/components/QuestionClassify/QuestionClassify.vue @@ -52,7 +52,7 @@ function closeQuestionClassify() { background: #ffffff; box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.08); border-radius: 16px; - top: 60px; + top: 462px; left: 50%; margin-left: -427px; .title { diff --git a/src/components/QuestionList/QuestionList.vue b/src/components/QuestionList/QuestionList.vue index cfe3552..62b9169 100644 --- a/src/components/QuestionList/QuestionList.vue +++ b/src/components/QuestionList/QuestionList.vue @@ -108,7 +108,7 @@ function closeQuestionDetail() { background: #ffffff; box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.08); border-radius: 16px; - top: 60px; + top: 462px; left: 50%; margin-left: -427px; .title { diff --git a/src/components/Search/Search.vue b/src/components/Search/Search.vue index 03493b1..f80460f 100644 --- a/src/components/Search/Search.vue +++ b/src/components/Search/Search.vue @@ -9,8 +9,8 @@ -
-
+
+

快捷入口

Quick entrance

@@ -23,44 +23,32 @@
+
+
+

万象热搜

+

MIXC hot search

+ +
+
{{ item.shopName }}
+
+
+

常见问题

+

common problem

-
-

万象热搜

-

MIXC hot search

- -
-
{{ item.shopName }}
-
-
-

常见问题

-

common problem

-
- -
{{ $t('more') }}
- - - - - -
- + + +
@@ -201,7 +189,7 @@ onBeforeUnmount(() => { .input { border: none; outline: none; - width: 255px; + width: 262px; height: 78px; background: transparent; font-weight: 700; diff --git a/src/components/SearchResultItem/SearchResultItem.vue b/src/components/SearchResultItem/SearchResultItem.vue index f35dfa9..09f2534 100644 --- a/src/components/SearchResultItem/SearchResultItem.vue +++ b/src/components/SearchResultItem/SearchResultItem.vue @@ -41,7 +41,7 @@ function handleShop() { display: flex; align-items: center; padding: 0 24px; - width: 352px; + width: 302px; height: 72px; background: rgba(255, 255, 255, 0.8); border-radius: 12px; diff --git a/src/components/SearchResultList/SearchResultList.vue b/src/components/SearchResultList/SearchResultList.vue index 4d54ec0..34362eb 100644 --- a/src/components/SearchResultList/SearchResultList.vue +++ b/src/components/SearchResultList/SearchResultList.vue @@ -14,10 +14,6 @@