From 99e3afa75f059ddbdfac538ddfc02251da07d858 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Thu, 17 Nov 2022 16:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/recommend-index/recommend-index.vue | 4 ++-- pages/my/myShares.vue | 4 ++-- pages/my/toMeShares.vue | 2 +- pages/plus/editQuestion.vue | 9 +++++++-- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/components/recommend-index/recommend-index.vue b/components/recommend-index/recommend-index.vue index fdebd42..8e9f51f 100644 --- a/components/recommend-index/recommend-index.vue +++ b/components/recommend-index/recommend-index.vue @@ -347,11 +347,11 @@ background-position: 0 0; } .list-box-index:nth-child(2){ - background: url(../../static/images/ranking/list-or.png) no-repeat 100% / 100%; + background: url(../../static/images/ranking/list-pink.png) no-repeat 100% / 100%; background-position: 0 -1px; } .list-box-index:nth-child(3){ - background: url(../../static/images/ranking/list-pink.png) no-repeat 100% / 100%; + background: url(../../static/images/ranking/list-or.png) no-repeat 100% / 100%; background-position: 0 0; } .list-box-index{ diff --git a/pages/my/myShares.vue b/pages/my/myShares.vue index c3826f2..416e598 100644 --- a/pages/my/myShares.vue +++ b/pages/my/myShares.vue @@ -1,6 +1,6 @@