|
|
@ -52,7 +52,7 @@ |
|
|
<img class="item" v-for="shop of shopList.slice(0, 16)" :key="shop.id" :src="config.sourceUrl + shop.logoUrl" alt="" /> |
|
|
<img class="item" v-for="shop of shopList.slice(0, 16)" :key="shop.id" :src="config.sourceUrl + shop.logoUrl" alt="" /> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="c3"> |
|
|
<div class="r2"> |
|
|
<div class="r2"> |
|
|
<div class="item" v-for="tab of sidebarList" :key="tab.title" @click="goPage(tab)"> |
|
|
<div class="item" v-for="tab of sidebarList" :key="tab.title" @click="goPage(tab)"> |
|
|
<div class="icon"><img :src="tab.icon" /></div> |
|
|
<div class="icon"><img :src="tab.icon" /></div> |
|
|
@ -70,6 +70,8 @@ |
|
|
</EffectFade> |
|
|
</EffectFade> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<router-view /> |
|
|
<router-view /> |
|
|
</div> |
|
|
</div> |
|
|
@ -130,8 +132,9 @@ getActivityList(3).then(({ data }) => { |
|
|
top: 0; |
|
|
top: 0; |
|
|
.header { |
|
|
.header { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 515px; |
|
|
|
|
|
padding: 392px 0 0 68px; |
|
|
|
|
|
|
|
|
height: 280px; |
|
|
|
|
|
flex: 0 0 280px; |
|
|
|
|
|
padding: 157px 0 0 0; |
|
|
.hot-search { |
|
|
.hot-search { |
|
|
.title { |
|
|
.title { |
|
|
font-style: normal; |
|
|
font-style: normal; |
|
|
@ -139,8 +142,11 @@ getActivityList(3).then(({ data }) => { |
|
|
font-size: 20px; |
|
|
font-size: 20px; |
|
|
line-height: 23px; |
|
|
line-height: 23px; |
|
|
color: rgba(0, 0, 0, 0.8); |
|
|
color: rgba(0, 0, 0, 0.8); |
|
|
|
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
.row { |
|
|
.row { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: center; |
|
|
margin-top: 16px; |
|
|
margin-top: 16px; |
|
|
.item { |
|
|
.item { |
|
|
position: relative; |
|
|
position: relative; |
|
|
@ -179,26 +185,26 @@ getActivityList(3).then(({ data }) => { |
|
|
.content { |
|
|
.content { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
padding: 40px 68px 0 68px; |
|
|
|
|
|
|
|
|
padding: 84px 68px; |
|
|
.r1 { |
|
|
.r1 { |
|
|
display: flex; |
|
|
display: flex; |
|
|
height: 557px; |
|
|
|
|
|
|
|
|
height: 625px; |
|
|
.guide { |
|
|
.guide { |
|
|
position: relative; |
|
|
position: relative; |
|
|
flex: 0 0 339px; |
|
|
flex: 0 0 339px; |
|
|
width: 339px; |
|
|
width: 339px; |
|
|
height: 557px; |
|
|
|
|
|
|
|
|
height: 625px; |
|
|
background: linear-gradient(99.5deg, #f0b92b 0%, #f9d556 100%); |
|
|
background: linear-gradient(99.5deg, #f0b92b 0%, #f9d556 100%); |
|
|
border-radius: 32px; |
|
|
border-radius: 32px; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
padding: 460px 0 0 40px; |
|
|
|
|
|
|
|
|
padding: 528px 0 0 40px; |
|
|
|
|
|
|
|
|
.top { |
|
|
.top { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 0; |
|
|
top: 0; |
|
|
left: 0; |
|
|
left: 0; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 432px; |
|
|
|
|
|
|
|
|
height: 500px; |
|
|
background: linear-gradient(180deg, #435acd 0%, #749cf3 100%); |
|
|
background: linear-gradient(180deg, #435acd 0%, #749cf3 100%); |
|
|
border-radius: 32px; |
|
|
border-radius: 32px; |
|
|
padding: 40px; |
|
|
padding: 40px; |
|
|
@ -342,7 +348,11 @@ getActivityList(3).then(({ data }) => { |
|
|
padding: 32px 0 0 40px; |
|
|
padding: 32px 0 0 40px; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.c3 { |
|
|
|
|
|
margin-left: 56px; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
justify-content: flex-end; |
|
|
.r2 { |
|
|
.r2 { |
|
|
display: flex; |
|
|
display: flex; |
|
|
margin-top: 40px; |
|
|
margin-top: 40px; |
|
|
@ -377,9 +387,9 @@ getActivityList(3).then(({ data }) => { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.r3 { |
|
|
.r3 { |
|
|
margin-top: 40px; |
|
|
|
|
|
width: 944px; |
|
|
|
|
|
height: 531px; |
|
|
|
|
|
|
|
|
margin-top: 32px; |
|
|
|
|
|
width: 784px; |
|
|
|
|
|
height: 442px; |
|
|
:deep(.swiper) { |
|
|
:deep(.swiper) { |
|
|
.swiper-pagination { |
|
|
.swiper-pagination { |
|
|
top: 20px; |
|
|
top: 20px; |
|
|
@ -403,20 +413,20 @@ getActivityList(3).then(({ data }) => { |
|
|
} |
|
|
} |
|
|
.banner-wrapper { |
|
|
.banner-wrapper { |
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 944px; |
|
|
|
|
|
height: 531px; |
|
|
|
|
|
|
|
|
width: 784px; |
|
|
|
|
|
height: 442px; |
|
|
border-radius: 24px; |
|
|
border-radius: 24px; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
.banner { |
|
|
.banner { |
|
|
width: 944px; |
|
|
|
|
|
height: 531px; |
|
|
|
|
|
|
|
|
width: 784px; |
|
|
|
|
|
height: 442px; |
|
|
object-fit: cover; |
|
|
object-fit: cover; |
|
|
} |
|
|
} |
|
|
.name { |
|
|
.name { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
bottom: 0; |
|
|
bottom: 0; |
|
|
left: 0; |
|
|
left: 0; |
|
|
width: 944px; |
|
|
|
|
|
|
|
|
width: 784px; |
|
|
height: 58px; |
|
|
height: 58px; |
|
|
background: rgba(0, 0, 0, 0.4); |
|
|
background: rgba(0, 0, 0, 0.4); |
|
|
font-weight: 700; |
|
|
font-weight: 700; |
|
|
@ -431,6 +441,8 @@ getActivityList(3).then(({ data }) => { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.text { |
|
|
.text { |
|
|
font-size: 88px; |
|
|
font-size: 88px; |
|
|
|