version/0412
wangdong 6 months ago
parent 4c1d740f72
commit 0d63fd7541
  1. 2
      pages/activity/newPeople.vue
  2. 4
      pages/activity/ranking.vue
  3. 2
      pages/invite/index.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;

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

@ -511,7 +511,7 @@
font-size: 28rpx;
border-radius: 45rpx;
&.btn2 {
bottom: 24rpx;
bottom: 112rpx;
}
}
}

Loading…
Cancel
Save