|
@@ -8,10 +8,7 @@
|
|
|
<div :style="{ height: lheight, width: lwidth }" id="look-video-left" class="video-box col-div look-video-left"></div>
|
|
|
<div id="look-video-right" :style="{ height: rheight, width: rwidth }" class="video-box col-div look-video-right"></div>
|
|
|
</div>
|
|
|
- <div
|
|
|
- id="othediv"
|
|
|
- :style="{ background: background_, transform: transform, height: otheheight, width: vwidth, padding: othepadding, position: 'absolute' }"
|
|
|
- >
|
|
|
+ <div id="othediv" :style="{ transform: transform, height: otheheight, width: vwidth, padding: othepadding, position: 'absolute' }">
|
|
|
<div id="othe-video-1" :style="{ height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
|
|
|
<div id="othe-video-2" :style="{ height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
|
|
|
<div id="othe-video-3" :style="{ height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
|
|
@@ -160,7 +157,8 @@ export default {
|
|
|
lwidth: '70%',
|
|
|
show: true,
|
|
|
vpadding: '0',
|
|
|
- othepadding: '200px 0 0 0',
|
|
|
+ othepadding: '200px 0px 0px 0px',
|
|
|
+ othetop: '200px',
|
|
|
btop: '167px',
|
|
|
bright: '10px',
|
|
|
isscreen: false,
|