|
@@ -185,7 +185,7 @@
|
|
|
|
|
|
<el-col :span="24">
|
|
|
<div class="fangtan">
|
|
|
- <div class="jiabin">
|
|
|
+ <el-col :span="7" class="jiabin">
|
|
|
<p class="jiabintop">
|
|
|
<span>嘉宾访谈</span>
|
|
|
<el-link :underline="false">MORE</el-link>
|
|
@@ -202,8 +202,8 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="jiabin luyan">
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="10" class="jiabin luyan">
|
|
|
<p class="jiabintop luyanTop">
|
|
|
<span>项目路演</span>
|
|
|
<el-link :underline="false">MORE</el-link>
|
|
@@ -222,10 +222,10 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="chat">
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="7" class="chat">
|
|
|
<chat></chat>
|
|
|
- </div>
|
|
|
+ </el-col>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -651,12 +651,12 @@ p {
|
|
|
}
|
|
|
|
|
|
.fangtan .jiabin {
|
|
|
- float: left;
|
|
|
width: 31%;
|
|
|
border-radius: 5px;
|
|
|
box-shadow: 0 0 5px #c20808;
|
|
|
padding: 0 10px 0px 10px;
|
|
|
margin: 4px 15px 0 3px;
|
|
|
+ height: 624px;
|
|
|
}
|
|
|
|
|
|
.jiabin .jiabintop {
|
|
@@ -697,7 +697,7 @@ p {
|
|
|
|
|
|
.jiabin .jiabinlist ul li img {
|
|
|
float: left;
|
|
|
- width: 100px;
|
|
|
+ width: 20%;
|
|
|
height: 100px;
|
|
|
}
|
|
|
|
|
@@ -734,7 +734,6 @@ p {
|
|
|
}
|
|
|
|
|
|
.fangtan .luyan {
|
|
|
- float: left;
|
|
|
width: 33%;
|
|
|
border-radius: 5px;
|
|
|
box-shadow: 0 0 5px #c20808;
|
|
@@ -759,7 +758,7 @@ p {
|
|
|
border-radius: 10px;
|
|
|
padding: 5px 10px;
|
|
|
margin: 0 0 7px 0;
|
|
|
- width: 96%;
|
|
|
+ // width: 96%;
|
|
|
height: 95px;
|
|
|
border: 1px solid #ff8500;
|
|
|
}
|
|
@@ -770,7 +769,7 @@ p {
|
|
|
border-radius: 10px;
|
|
|
padding: 5px 10px;
|
|
|
margin: 0 0 22px 0;
|
|
|
- width: 96%;
|
|
|
+ // width: 96%;
|
|
|
height: 95px;
|
|
|
}
|
|
|
|
|
@@ -799,9 +798,9 @@ p {
|
|
|
}
|
|
|
|
|
|
.fangtan .chat {
|
|
|
- float: left;
|
|
|
- width: 30%;
|
|
|
- height: 624px;
|
|
|
+ width: 33%;
|
|
|
+
|
|
|
+ height: 624px;
|
|
|
border-radius: 5px;
|
|
|
box-shadow: 0 0 5px #c20808;
|
|
|
padding: 0 10px 0px 10px;
|