|
|
|
@ -21,7 +21,9 @@ |
|
|
|
</div> |
|
|
|
<div class="content-right"> |
|
|
|
<div class="parking-carousel"> |
|
|
|
<EffectFade></EffectFade> |
|
|
|
<EffectFade v-slot="{ item }" :list="parkingInfo.fileList"> |
|
|
|
<img class="img" :src="item" alt="" /> |
|
|
|
</EffectFade> |
|
|
|
</div> |
|
|
|
<h1 class="title">{{ switchLanguage(parkingInfo, 'title') }}</h1> |
|
|
|
<ScrollView class="parking-scroll" scrollbar :list="switchLanguage(parkingInfo, 'content')" :pull-up="false"> |
|
|
|
@ -158,6 +160,11 @@ getParkingInfo().then(({ data }) => { |
|
|
|
:deep(.stay-tuned) { |
|
|
|
height: 200px; |
|
|
|
} |
|
|
|
.img { |
|
|
|
width: 540px; |
|
|
|
height: 304px; |
|
|
|
border-radius: 8px 8px 0 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.title { |
|
|
|
margin: 0 48px 12px; |
|
|
|
|