|
@@ -15,7 +15,14 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="down">
|
|
<el-col :span="24" class="down">
|
|
<el-col :span="18" class="left">
|
|
<el-col :span="18" class="left">
|
|
- 左侧
|
|
|
|
|
|
+ <el-col :span="24" class="video">
|
|
|
|
+ 视频
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="1" class="videoBtn">
|
|
|
|
+ <p><i class="iconfont iconshexiangtou"></i></p>
|
|
|
|
+ <p><i class="iconfont iconmaikefeng-tianchong"></i></p>
|
|
|
|
+ <p><i class="iconfont iconicon-test1"></i></p>
|
|
|
|
+ </el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="5" class="right">
|
|
<el-col :span="5" class="right">
|
|
<el-col :span="24" class="title">
|
|
<el-col :span="24" class="title">
|
|
@@ -143,6 +150,22 @@ export default {
|
|
height: 100vh;
|
|
height: 100vh;
|
|
margin: 0 15px 0 0;
|
|
margin: 0 15px 0 0;
|
|
background-color: #2c2e32;
|
|
background-color: #2c2e32;
|
|
|
|
+ position: relative;
|
|
|
|
+ .videoBtn {
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 30%;
|
|
|
|
+ right: 10px;
|
|
|
|
+ background: #222124;
|
|
|
|
+ text-align: center;
|
|
|
|
+ min-height: 100px;
|
|
|
|
+ p {
|
|
|
|
+ margin: 15px 0;
|
|
|
|
+ .iconfont {
|
|
|
|
+ font-size: 30px;
|
|
|
|
+ color: #ccc;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.right {
|
|
.right {
|
|
height: 100vh;
|
|
height: 100vh;
|