|
@@ -9,11 +9,11 @@
|
|
|
<div id="look-video-right" :style="{ height: rheight, width: rwidth }" class="video-box col-div look-video-right"></div>
|
|
|
</div>
|
|
|
<div id="othediv" class="wrapper" :style="{ transform: transform, height: otheheight, width: vwidth, padding: othepadding, position: 'absolute' }">
|
|
|
- <div id="othe-video-1" :style="{ background: bcolor, height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
|
|
|
- <div id="othe-video-2" :style="{ color: bcolor, height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
|
|
|
- <div id="othe-video-3" :style="{ color: bcolor, height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
|
|
|
- <div id="othe-video-4" :style="{ color: bcolor, height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
|
|
|
- <div id="othe-video-5" :style="{ color: bcolor, height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
|
|
|
+ <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>
|
|
|
+ <div id="othe-video-4" :style="{ height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
|
|
|
+ <div id="othe-video-5" :style="{ height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
|
|
|
</div>
|
|
|
<div class="videoBtn" id="videobtnid" :style="{ top: btop, right: bright }">
|
|
|
<el-button type="warning" round @click="full()" size="mini"><i class="el-icon-rank"></i></el-button>
|
|
@@ -168,7 +168,7 @@ export default {
|
|
|
switchbtn: false,
|
|
|
otheheight: '70px',
|
|
|
othewidth: '20%',
|
|
|
- bcolor: '#F56C6C',
|
|
|
+ bcolor: '#000',
|
|
|
index_: 0,
|
|
|
};
|
|
|
},
|
|
@@ -653,7 +653,7 @@ export default {
|
|
|
}
|
|
|
.othe-video-left {
|
|
|
float: left;
|
|
|
- background: #f56c6c;
|
|
|
+ background: #000;
|
|
|
grid-area: 1/1/3/4;
|
|
|
justify-content: flex-end;
|
|
|
}
|