liuyu 4 년 전
부모
커밋
e07700dce2
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      src/views/live/roomDetail.vue

+ 7 - 7
src/views/live/roomDetail.vue

@@ -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;
 }