|
@@ -25,6 +25,9 @@
|
|
|
</el-col>
|
|
|
<el-col :span="17" class="centerInfo">
|
|
|
<el-image :src="infoUrl"></el-image>
|
|
|
+ <el-col :span="24" class="message">
|
|
|
+ xinxi
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="1" class="right">
|
|
@@ -150,6 +153,14 @@ export default {
|
|
|
}
|
|
|
.main .two .info .center .centerInfo {
|
|
|
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 {
|
|
|
width: 20px;
|