|
@@ -11,8 +11,8 @@
|
|
|
<div class="promotionDesc-con">
|
|
|
<img src="@/assets/iphone.png" alt="图片走丢了" srcset="">
|
|
|
<div class="promotionDescCon" v-show="showType=='IMAGE_CONTENT'" v-html="mainContent"></div>
|
|
|
- <div class="promotionDescCon" v-show="showType=='VIDEO'">
|
|
|
- <video width="100%" height="auto">
|
|
|
+ <div class="promotionDescCon" v-show="showType=='VIDEO'" >
|
|
|
+ <video width="100%" height="auto" controls loop controlsList="nodownload">
|
|
|
<source :src="mainContent" type="video/mp4"></source>
|
|
|
</video>
|
|
|
</div>
|
|
@@ -82,6 +82,7 @@ export default {
|
|
|
width:340px;
|
|
|
margin:0 auto;
|
|
|
position:relative;
|
|
|
+ text-align: center;
|
|
|
img{
|
|
|
width:81%;
|
|
|
height:auto;
|