guhongwei 5 年之前
父節點
當前提交
db278f2d4f
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      src/views/dynamic/dealDetail.vue

+ 11 - 0
src/views/dynamic/dealDetail.vue

@@ -25,6 +25,9 @@
                 </el-col>
                 </el-col>
                 <el-col :span="17" class="centerInfo">
                 <el-col :span="17" class="centerInfo">
                   <el-image :src="infoUrl"></el-image>
                   <el-image :src="infoUrl"></el-image>
+                  <el-col :span="24" class="message">
+                    xinxi
+                  </el-col>
                 </el-col>
                 </el-col>
               </el-col>
               </el-col>
               <el-col :span="1" class="right">
               <el-col :span="1" class="right">
@@ -150,6 +153,14 @@ export default {
 }
 }
 .main .two .info .center .centerInfo {
 .main .two .info .center .centerInfo {
   padding: 50px 30px;
   padding: 50px 30px;
+  position: relative;
+}
+.main .two .info .center .centerInfo .message {
+  position: absolute;
+  top: 18%;
+  left: 14%;
+  width: 77%;
+  height: 455px;
 }
 }
 .main .two .info .right {
 .main .two .info .right {
   width: 20px;
   width: 20px;