|
@@ -10,9 +10,9 @@
|
|
<div class="page-top flex flex-col justify-center items-center" @click="toActivity"></div>
|
|
<div class="page-top flex flex-col justify-center items-center" @click="toActivity"></div>
|
|
<div class="page-content">
|
|
<div class="page-content">
|
|
<div class="navbar-container" :style="{ top: offsetTop }">
|
|
<div class="navbar-container" :style="{ top: offsetTop }">
|
|
- <nuxt-link :to="routePrefix + '/activity/challenge'">
|
|
|
|
|
|
+ <!-- <nuxt-link :to="routePrefix + '/activity/challenge'">
|
|
<div class="activity-entry"></div>
|
|
<div class="activity-entry"></div>
|
|
- </nuxt-link>
|
|
|
|
|
|
+ </nuxt-link> -->
|
|
<div class="navbar flex items-center flex-col">
|
|
<div class="navbar flex items-center flex-col">
|
|
<nuxt-link :to="routePrefix + '/approve/device'" class="link flex items-center flex-col">
|
|
<nuxt-link :to="routePrefix + '/approve/device'" class="link flex items-center flex-col">
|
|
<span class="icon icon-device"></span>
|
|
<span class="icon icon-device"></span>
|
|
@@ -126,6 +126,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
// 抖音挑战赛
|
|
// 抖音挑战赛
|
|
toActivity() {
|
|
toActivity() {
|
|
|
|
+ return
|
|
this.$router.push(`${this.routePrefix}/activity/challenge`)
|
|
this.$router.push(`${this.routePrefix}/activity/challenge`)
|
|
},
|
|
},
|
|
// 从缓存中获取数据
|
|
// 从缓存中获取数据
|
|
@@ -176,8 +177,8 @@ export default {
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
.page-top {
|
|
.page-top {
|
|
height: 530px;
|
|
height: 530px;
|
|
- // background-image: fetch('pc-banner-club');
|
|
|
|
- background-image: url(~assets/theme-images/ross/pc-banner-club.png);
|
|
|
|
|
|
+ background-image: fetch('pc-banner-club');
|
|
|
|
+ // background-image: url(~assets/theme-images/ross/pc-banner-club.png);
|
|
background-size: cover;
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-position: center;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -394,8 +395,8 @@ export default {
|
|
@include useTheme() {
|
|
@include useTheme() {
|
|
.page-top {
|
|
.page-top {
|
|
height: 100vw;
|
|
height: 100vw;
|
|
- // background: fetch('h5-banner-club');
|
|
|
|
- background-image: url(~assets/theme-images/ross/h5-banner-club.png);
|
|
|
|
|
|
+ background: fetch('h5-banner-club');
|
|
|
|
+ // background-image: url(~assets/theme-images/ross/h5-banner-club.png);
|
|
background-size: 100vw 100vw !important;
|
|
background-size: 100vw 100vw !important;
|
|
|
|
|
|
.logo {
|
|
.logo {
|