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 @@