|
@@ -42,23 +42,38 @@
|
|
|
<!-- <div class="col-lg-4 col-md-4">
|
|
|
</div>-->
|
|
|
<!-- </div> -->
|
|
|
+
|
|
|
<div class="my-container" id="div-main">
|
|
|
-
|
|
|
+ <div id="two">
|
|
|
+
|
|
|
+ <div style="width: 50%;height: 100%;float:left;margin-left: -25px;margin-right: 5px;" v-for="task in taskList">
|
|
|
+ <video autoplay="true" loop="true" muted="muted" id="twoVideo2" v-if="!task.isImg" class="videoType" :src="'/upVedio/ABB/'+task.fileName" controls width="100%" height="100%" > </video>
|
|
|
+ <img v-if="task.isImg" class="imgType" :src="'/upVedio/ABB/'+task.fileName" width="100%" />
|
|
|
+ </div>
|
|
|
+ <div style="width: 49%;height: 100%;float:left;">
|
|
|
+ <video autoplay="true" loop="true" muted="muted" id="twoVideo" class="videoType" :src="'/upVedio/ABB/'+firstFile" controls width="106%" height="100%" > </video>
|
|
|
+ <img id="twoImg" class="imgType" :src="'/upVedio/ABB/'+firstFile" width="100%" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- <div class="my-container" id="div-main">
|
|
|
<div id="two">
|
|
|
<div style="width: 49%;height: 100%;float:left;margin-left: -20px;margin-right: 10px;">
|
|
|
- <video autoplay="true" loop="true" id="twoVideo" class="videoType" :src="'/upVedio/ABB/'+firstFile" controls width="100%" height="100%" > </video>
|
|
|
+ <video autoplay="true" loop="true" muted="muted" id="twoVideo" class="videoType" :src="'/upVedio/ABB/'+firstFile" controls width="100%" height="100%" > </video>
|
|
|
<img id="twoImg" class="imgType" :src="'/upVedio/ABB/'+firstFile" width="100%" />
|
|
|
</div>
|
|
|
<div style="width: 50%;height: 100%;float:left;" v-for="task in taskList">
|
|
|
- <video autoplay="true" loop="true" id="twoVideo2" v-if="!task.isImg" class="videoType" :src="'/upVedio/ABB/'+task.fileName" controls width="100%" height="100%" > </video>
|
|
|
+ <video autoplay="true" loop="true" muted="muted" id="twoVideo2" v-if="!task.isImg" class="videoType" :src="'/upVedio/ABB/'+task.fileName" controls width="100%" height="100%" > </video>
|
|
|
<img v-if="task.isImg" class="imgType" :src="'/upVedio/ABB/'+task.fileName" width="106%" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row" v-for="task in taskList" id="one" style="margin-left: -25px">
|
|
|
- <video autoplay="true" loop="true" v-if="!task.isImg" id="oneVideo" class="videoType" :src="'/upVedio/AAA/'+task.fileName" controls width="100%" height="100%" > </video>
|
|
|
+ <video autoplay="true" loop="true" muted="muted" v-if="!task.isImg" id="oneVideo" class="videoType" :src="'/upVedio/AAA/'+task.fileName" controls width="100%" height="100%" > </video>
|
|
|
<img v-if="task.isImg" class="imgType" :src="'/upVedio/AAA/'+task.fileName" width="101%" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ </div> -->
|
|
|
|
|
|
<!-- jQuery -->
|
|
|
<script src="/lib/jquery.min.js"></script>
|