From d5953d219f0af39a7fa39bb04690dff35cf6a17b Mon Sep 17 00:00:00 2001 From: "wenqi.peng" <1647700520@qq.com> Date: Thu, 25 Dec 2025 17:14:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5/=E8=B5=84=E4=BA=A7=E5=88=97?= =?UTF-8?q?=E8=A1=A8/=E8=B5=84=E4=BA=A7=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/zy/filterDropdown.vue | 29 +- pages/detail/assetsDetail.vue | 715 ++++++++++++++---------- pages/index/index.vue | 926 +++++++++++++++++++------------ pages/search/searchList.vue | 649 +++++++++++++++------- 4 files changed, 1446 insertions(+), 873 deletions(-) diff --git a/components/zy/filterDropdown.vue b/components/zy/filterDropdown.vue index 99cbb80..f4a0c78 100644 --- a/components/zy/filterDropdown.vue +++ b/components/zy/filterDropdown.vue @@ -544,23 +544,23 @@ height: 44px; border-bottom: solid 1rpx #eee; z-index: 12; - background-color: #ffffff; + background: linear-gradient(-90deg, #F9DED9 0%, #F8DFC0 99%); flex-direction: row; .first-menu { width: 100%; font-size: 15px; - color: #757575; + color: #000000; flex-direction: row; align-items: center; justify-content: center; transition: color .2s linear; &.on { - color: #2979ff; + color: #f44336; .iconfont { - color: #2979ff; + color: #f44336; } } @@ -585,6 +585,7 @@ width: 100%; position: absolute; left: 0; + margin-top: -2px; transform: translate3d(0, - 100%, 0); max-height: 345px; background-color: #ffffff; @@ -624,7 +625,7 @@ > .iconfont { display: none; font-size: 18px; - color: #2979ff; + color: #f44336; } } } @@ -654,7 +655,7 @@ border-bottom: solid 1rpx #e5e5e5; &.on { - color: #2979ff; + color: #f44336; > .menu-name { > .iconfont { @@ -677,12 +678,12 @@ > .iconfont { display: none; font-size: 18px; - color: #2979ff; + color: #f44336; } } &.on { - color: #2979ff; + color: #f44336; > .menu-name { > .iconfont { @@ -716,7 +717,7 @@ &.on { border-color: #f6c8ac; - color: #2979ff; + color: #f44336; } .iconfont { @@ -757,8 +758,8 @@ flex-wrap: wrap; .on { - border-color: #2979ff; - background-color: #2979ff; + border-color: #f44336; + background-color: #f44336; color: #fff; } @@ -794,18 +795,18 @@ width: 320rpx; height: 42px; border-radius: 42px; - border: 2rpx solid #2979ff; + border: 2rpx solid #f44336; align-items: center; justify-content: center; } .reset { - color:#2979ff; + color:#f44336; } .submit { color: #fff; - background-color: #2979ff; + background-color: #f44336; } } } diff --git a/pages/detail/assetsDetail.vue b/pages/detail/assetsDetail.vue index 0ab336d..c73f7cd 100644 --- a/pages/detail/assetsDetail.vue +++ b/pages/detail/assetsDetail.vue @@ -1,18 +1,17 @@ - + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 9cb227d..247892b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,165 +1,236 @@ + \ No newline at end of file diff --git a/pages/search/searchList.vue b/pages/search/searchList.vue index cd92788..019810a 100644 --- a/pages/search/searchList.vue +++ b/pages/search/searchList.vue @@ -1,159 +1,306 @@ + \ No newline at end of file