|
@@ -35,9 +35,12 @@
|
|
|
<el-col :span="12" class="image">
|
|
|
<el-col :span="24" class="user"> 购买人:{{ dealDetails.username }} </el-col>
|
|
|
<el-col :span="24" class="images" v-if="dealDetails.pic">
|
|
|
- <el-image style="width:100%;height:400px;" :src="dealDetails.pic"></el-image>
|
|
|
+ <el-image style="width:100%;height:380px;" :src="dealDetails.pic"></el-image>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
+ <el-col :span="24" class="btn">
|
|
|
+ <el-button @click.native="$router.push({ path: '/market/contact', query: { id: dealDetails.product_id } })">我要对接</el-button>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -203,12 +206,12 @@ export default {
|
|
|
position: absolute;
|
|
|
top: 13%;
|
|
|
left: 13%;
|
|
|
- height: 490px;
|
|
|
+ height: 515px;
|
|
|
overflow: hidden;
|
|
|
width: 73%;
|
|
|
}
|
|
|
.main .two .info .infoMess .infoMessInfo .message .content {
|
|
|
- height: 490px;
|
|
|
+ height: 470px;
|
|
|
overflow: hidden;
|
|
|
p:first-child {
|
|
|
float: left;
|
|
@@ -241,7 +244,7 @@ export default {
|
|
|
text-align: left;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
- -webkit-line-clamp: 12;
|
|
|
+ -webkit-line-clamp: 11;
|
|
|
word-break: break-all;
|
|
|
display: -webkit-box;
|
|
|
-webkit-box-orient: vertical;
|
|
@@ -249,7 +252,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.main .two .info .infoMess .infoMessInfo .message .image {
|
|
|
- height: 490px;
|
|
|
+ height: 470px;
|
|
|
overflow: hidden;
|
|
|
.user {
|
|
|
font-size: 20px;
|
|
@@ -257,6 +260,14 @@ export default {
|
|
|
padding: 20px 0;
|
|
|
}
|
|
|
}
|
|
|
+.main .two .info .infoMess .infoMessInfo .message .btn {
|
|
|
+ text-align: center;
|
|
|
+ /deep/.el-button {
|
|
|
+ border-radius: 25px;
|
|
|
+ color: #fff;
|
|
|
+ background: #0f75c2;
|
|
|
+ }
|
|
|
+}
|
|
|
/deep/.el-step__title {
|
|
|
font-size: 30px;
|
|
|
}
|