|
@@ -6,7 +6,7 @@
|
|
backgroundImage: `url(${require('@/assets/images/project/video_bg.jpg')})`,
|
|
backgroundImage: `url(${require('@/assets/images/project/video_bg.jpg')})`,
|
|
}"
|
|
}"
|
|
>
|
|
>
|
|
- <div class="title">{{ hotspot.title }}</div>
|
|
|
|
|
|
+ <!-- <div class="title">{{ hotspot.title }}</div> -->
|
|
<div class="img-con">
|
|
<div class="img-con">
|
|
<span @click="active -= 1" :class="{ noshow: active <= 0 }">上一张</span>
|
|
<span @click="active -= 1" :class="{ noshow: active <= 0 }">上一张</span>
|
|
<video controls autoplay>
|
|
<video controls autoplay>
|
|
@@ -32,10 +32,10 @@
|
|
v-else
|
|
v-else
|
|
class="mbimages"
|
|
class="mbimages"
|
|
:style="{
|
|
:style="{
|
|
- backgroundImage: `url(${require('@/assets/images/project/mb_hostpot.jpg')})`,
|
|
|
|
|
|
+ backgroundImage: `url(${require('@/assets/images/project/mb_video.jpg')})`,
|
|
}"
|
|
}"
|
|
>
|
|
>
|
|
- <div class="title">{{ hotspot.title }}</div>
|
|
|
|
|
|
+ <!-- <div class="title">{{ hotspot.title }}</div> -->
|
|
<div class="swcon" v-swiper:mySwipervd="swiperOption">
|
|
<div class="swcon" v-swiper:mySwipervd="swiperOption">
|
|
<ul class="swiper-wrapper swiper-wrapper-n">
|
|
<ul class="swiper-wrapper swiper-wrapper-n">
|
|
<div
|
|
<div
|
|
@@ -50,7 +50,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</ul>
|
|
</ul>
|
|
- <div class="swiper-pagination pagination" slot="pagination"></div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div v-if="hotspot.content" class="desc">
|
|
<div v-if="hotspot.content" class="desc">
|
|
@@ -109,6 +108,7 @@ export default {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
|
+ background-position: bottom center;
|
|
text-align: center;
|
|
text-align: center;
|
|
.title {
|
|
.title {
|
|
padding: 0 80px;
|
|
padding: 0 80px;
|
|
@@ -127,7 +127,7 @@ export default {
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
align-items: center;
|
|
position: relative;
|
|
position: relative;
|
|
- padding-bottom: 40px;
|
|
|
|
|
|
+ padding: 10vh 0 40px;
|
|
> span {
|
|
> span {
|
|
@juli: 60px;
|
|
@juli: 60px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -193,8 +193,8 @@ export default {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
- background-size: 100% calc(100% + @position);
|
|
|
|
- background-position: 0 -@position;
|
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ background-position: bottom -@position;
|
|
text-align: center;
|
|
text-align: center;
|
|
.title {
|
|
.title {
|
|
width: 90%;
|
|
width: 90%;
|
|
@@ -210,12 +210,12 @@ export default {
|
|
|
|
|
|
.swcon {
|
|
.swcon {
|
|
position: relative;
|
|
position: relative;
|
|
- padding-bottom: 30px;
|
|
|
|
|
|
+ padding: 30px 0;
|
|
.swiper-wrapper {
|
|
.swiper-wrapper {
|
|
- height: 250px;
|
|
|
|
|
|
+ height: 65vh;
|
|
padding: 0;
|
|
padding: 0;
|
|
.swiper-slide {
|
|
.swiper-slide {
|
|
- width: 85%;
|
|
|
|
|
|
+ width: 100%;
|
|
transform-style: preserve-3d;
|
|
transform-style: preserve-3d;
|
|
position: relative;
|
|
position: relative;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -228,9 +228,6 @@ export default {
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
width: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- border: 4px solid #bc1515;
|
|
|
|
- box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
|
|
|
|
- background-color: #757477;
|
|
|
|
> video {
|
|
> video {
|
|
object-fit: fill;
|
|
object-fit: fill;
|
|
height: 100%;
|
|
height: 100%;
|