diff --git a/pages/activity/newPeople.vue b/pages/activity/newPeople.vue index b7a9a35..962cd06 100644 --- a/pages/activity/newPeople.vue +++ b/pages/activity/newPeople.vue @@ -208,7 +208,7 @@ padding: 100rpx 0; } .newpeople { - background: url(https://www.royaum.com.cn/static/news/newPeople-bg.png) center 88rpx no-repeat; + background: url(https://www.royaum.com.cn/static/news/newPeople-bg.png) center 132rpx no-repeat; background-size: 100% auto; overflow: hidden; diff --git a/pages/activity/ranking.vue b/pages/activity/ranking.vue index 83dac84..3a0e5b7 100644 --- a/pages/activity/ranking.vue +++ b/pages/activity/ranking.vue @@ -89,7 +89,7 @@ return { background: { background: 'url(https://www.royaum.com.cn/static/rank/rank1.png) center bottom no-repeat', - backgroundSize: '100% auto', + backgroundSize: '300% auto', }, category_id: "", chosed: 0, @@ -210,7 +210,7 @@ position: relative; min-height: 100vh; padding-bottom: 30rpx; - background: #F34A40 url(https://www.royaum.com.cn/static/rank/rank1.png) center top no-repeat; + background: #F34A40 url(https://www.royaum.com.cn/static/rank/rank1.png) center 132rpx no-repeat; background-size: 100% auto; ::v-deep { .u-navbar-inner { diff --git a/pages/invite/index.vue b/pages/invite/index.vue index eb2d9a6..63ec2ab 100644 --- a/pages/invite/index.vue +++ b/pages/invite/index.vue @@ -511,7 +511,7 @@ font-size: 28rpx; border-radius: 45rpx; &.btn2 { - bottom: 24rpx; + bottom: 112rpx; } } }