Commit 082f9d5f authored by 张巧娟's avatar 张巧娟

添加电信图片

parent e65808a5
page/img/logo.jpg

87 KB | W: | H:

page/img/logo.jpg

87.3 KB | W: | H:

page/img/logo.jpg
page/img/logo.jpg
page/img/logo.jpg
page/img/logo.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -64,7 +64,9 @@
</div>
<!-- 视频 -->
<div class="video-box">
<video id="myVideo" width="100%" playsinline="true" controls autoplay poster="img/video.png" webkit-playsinline="true" playsinline="true" x-webkit-airplay="allow" x5-video-player-type="h5" x5-video-player-fullscreen="true" x5-video-orientation="portraint">
<video id="myVideo" width="100%" playsinline="true" controls autoplay poster="img/video.png"
webkit-playsinline="true" playsinline="true" x-webkit-airplay="allow" x5-video-player-type="h5"
x5-video-player-fullscreen="true" x5-video-orientation="portraint">
<source src="img/666-1.mp4" type="video/mp4">
<!-- <source src="movie.ogg" type="video/ogg"> -->
您的浏览器不支持Video标签。
......@@ -253,7 +255,7 @@
</div>
<!-- 行程 -->
<template v-if="vip.name">
<div class="xc-box-1" >
<div class="xc-box-1">
<div class="xc-title-box">
<img src="img/xc-title.png" alt="" srcset="" class="xc-title-img">
</div>
......@@ -295,13 +297,13 @@
</div>
</div>
</template>
<div class="link-img-box" >
<div class="link-img-box">
<div class="link-img"></div>
</div>
<div class="xc-box-1">
<!-- <div class="xc-title-box" v-if="!vip.name">-->
<!-- <img src="img/xc-title@2x.png" alt="" srcset="" class="xc-title-img">-->
<!-- </div>-->
<!-- <div class="xc-title-box" v-if="!vip.name">-->
<!-- <img src="img/xc-title@2x.png" alt="" srcset="" class="xc-title-img">-->
<!-- </div>-->
<div class="xc-box-padding-top0">
<!-- <div v-bind:class="!vip.name?'xc-box-padding-top':'xc-box-padding-top0'"> -->
<div class="xc-box xc-box-1-bg">
......@@ -315,7 +317,7 @@
<span class="item-tip-icon"></span>
<span>{{item.title}}</span>
</div>
<!-- <div class="xc-item-text" v-if="item.text" v-html="item.text"></div>-->
<!-- <div class="xc-item-text" v-if="item.text" v-html="item.text"></div>-->
</div>
</div>
</div>
......@@ -331,7 +333,7 @@
<span>4.30行程(星期五)</span>
</div>
<div v-for="item in vip.xcAttr2">
<div class="xc-item"v-if="item.title">
<div class="xc-item" v-if="item.title">
<div class="xc-item-tip">
<span class="item-tip-icon"></span>
<span>{{item.title}}</span>
......@@ -347,11 +349,20 @@
</div>
<div></div>
</div>
<div
<!-- <div
style="font-size: 0.24rem;width: 100%;margin: 0 auto;text-align: center;color:#ffffff;background-color:#000000;">
技术支持:中国电信股份有限公司南充分公司
</div> -->
<div
style="font-size: 0.26rem;width: 100%;height: 0.8rem;line-height: 0.8rem;margin: 0 auto;text-align: center;color:#000;background-color:#ffffff;">
<!-- <span style="display:inline-block;width: 0.6rem;height: 0.6rem;margin-right: 0.1rem;vertical-align: middle;background:url('img/10000-logo-1.png') center no-repeat;background-size:contain;"></span> -->
<span>
技术支持:中国电信股份有限公司南充分公司
</span>
</div>
<div style="width: 100%;background-color: #fff;">
<img src="img/10000.jpg" alt="" srcset="" style="width: 76%;display: block;margin: 0 auto;">
</div>
</div>
<!-- import JavaScript -->
......@@ -449,10 +460,10 @@
},
mounted: function () {
this.$nextTick(function () {
if(this.getQueryVariable("id")){
if (this.getQueryVariable("id")) {
this.vip = vips[this.getQueryVariable("id") - 1];
}else if ('b'.toLowerCase()==this.getQueryVariable("type").toLowerCase()) {
this.vip={
} else if ('b'.toLowerCase() == this.getQueryVariable("type").toLowerCase()) {
this.vip = {
name: '',
workername: '',
workerphone: '',
......@@ -511,8 +522,8 @@
},
],
}
}else if ('a'.toLowerCase()==this.getQueryVariable("type").toLowerCase()) {
this.vip={
} else if ('a'.toLowerCase() == this.getQueryVariable("type").toLowerCase()) {
this.vip = {
name: '',
workername: '',
workerphone: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment