|
@@ -310,9 +310,10 @@ export default {
|
|
|
.market {
|
|
|
margin: 15px 0 0 0;
|
|
|
.one {
|
|
|
- height: 550px;
|
|
|
+ max-height: 550px;
|
|
|
overflow-y: auto;
|
|
|
padding: 0 16px;
|
|
|
+ min-height: 102px;
|
|
|
.list {
|
|
|
border-bottom: 1px dashed #ccc;
|
|
|
padding: 10px 0;
|
|
@@ -328,15 +329,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .two {
|
|
|
- height: 550px;
|
|
|
- overflow-y: auto;
|
|
|
- padding: 0 16px;
|
|
|
- }
|
|
|
.three {
|
|
|
- height: 550px;
|
|
|
+ max-height: 550px;
|
|
|
overflow-y: auto;
|
|
|
padding: 0 16px;
|
|
|
+ min-height: 92px;
|
|
|
.expertList {
|
|
|
padding: 5px 0px;
|
|
|
border-bottom: 1px dashed #ccc;
|
|
@@ -367,14 +364,15 @@ export default {
|
|
|
// 嘉宾,项目
|
|
|
.jbxm {
|
|
|
margin: 15px 0 0 0;
|
|
|
- height: 500px;
|
|
|
+ // height: 500px;
|
|
|
overflow: hidden;
|
|
|
margin-bottom: 20px;
|
|
|
.jiabinlist {
|
|
|
- height: 450px;
|
|
|
+ max-height: 450px;
|
|
|
margin-top: 10px;
|
|
|
padding: 0px 16px;
|
|
|
overflow-y: auto;
|
|
|
+ min-height: 70px;
|
|
|
.jiabin {
|
|
|
height: 70px;
|
|
|
margin-bottom: 6px;
|
|
@@ -410,10 +408,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.xmly {
|
|
|
- height: 450px;
|
|
|
+ max-height: 450px;
|
|
|
margin-top: 10px;
|
|
|
padding: 0px 16px;
|
|
|
overflow-y: auto;
|
|
|
+ min-height: 70px;
|
|
|
.xmlylist {
|
|
|
border-bottom: 1px dashed #ccc;
|
|
|
height: 70px;
|