|
@@ -4,31 +4,31 @@
|
|
|
<el-col :span="24" class="main">
|
|
|
<el-col :span="24" class="one">
|
|
|
<el-col :span="24" class="top">
|
|
|
- <p>专家培训在线模板</p>
|
|
|
+ <p>专家培训在线展会模板</p>
|
|
|
<p>主办方:吉林省计算中心</p>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="two">
|
|
|
- <el-col :span="12" class="left" :offset="6">
|
|
|
+ <el-col :span="22" class="left" :offset="1">
|
|
|
<el-col :span="24" class="top">
|
|
|
- <span style="color:#409eff">人才视频</span>
|
|
|
+ <span style="color:#409eff">专家培训直播</span>
|
|
|
<span>直播</span>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="down">
|
|
|
视频播放框
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="12" class="right" :offset="6">
|
|
|
+ <el-col :span="22" class="right" :offset="1">
|
|
|
<el-col :span="24" class="top">
|
|
|
公共聊天
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="down">
|
|
|
<el-col :span="24" class="list">
|
|
|
<el-col :span="24" class="chatList" v-for="(item, index) in chatList" :key="index">
|
|
|
- <el-col :span="2" class="image">
|
|
|
+ <el-col :span="1" class="image">
|
|
|
<el-image :src="touxiang" style="width:30px;height:30px"></el-image>
|
|
|
</el-col>
|
|
|
- <el-col :span="22" class="other">
|
|
|
+ <el-col :span="23" class="other">
|
|
|
<el-col :span="24" class="otherone">
|
|
|
<span>{{ item.name }}</span>
|
|
|
<span>{{ item.date }}</span>
|
|
@@ -106,7 +106,7 @@ export default {
|
|
|
margin: 0 0 15px 0;
|
|
|
text-align: center;
|
|
|
.left {
|
|
|
- height: 450px;
|
|
|
+ height: 600px;
|
|
|
overflow: hidden;
|
|
|
border: 5px solid #000;
|
|
|
background: #fff;
|
|
@@ -120,13 +120,13 @@ export default {
|
|
|
margin: 0 0 5px 0;
|
|
|
}
|
|
|
.down {
|
|
|
- height: 385px;
|
|
|
+ height: 535px;
|
|
|
background-color: #000;
|
|
|
color: #fff;
|
|
|
}
|
|
|
}
|
|
|
.right {
|
|
|
- height: 450px;
|
|
|
+ height: 600px;
|
|
|
margin-top: 30px;
|
|
|
border-top-left-radius: 5px;
|
|
|
border-bottom-left-radius: 5px;
|
|
@@ -143,7 +143,7 @@ export default {
|
|
|
background-color: #409eff;
|
|
|
}
|
|
|
.down {
|
|
|
- height: 410px;
|
|
|
+ height: 560px;
|
|
|
overflow: hidden;
|
|
|
padding: 0 0 0 10px;
|
|
|
.list {
|
|
@@ -157,6 +157,7 @@ export default {
|
|
|
}
|
|
|
.other {
|
|
|
.otherone {
|
|
|
+ text-align: left;
|
|
|
span:nth-child(1) {
|
|
|
color: #000;
|
|
|
font-size: 16px;
|