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