|
@@ -4,35 +4,23 @@
|
|
|
<el-col :span="24" class="main">
|
|
|
<div class="w_1200">
|
|
|
<el-col :span="24" class="dataShow">
|
|
|
- <el-col :span="24" class="top">
|
|
|
- <span></span>
|
|
|
- </el-col>
|
|
|
<el-col :span="24" class="dataShowInfo">
|
|
|
<el-col :span="8" class="left">
|
|
|
- <el-col :span="1" class="leftTit">
|
|
|
- <p>数据展示</p>
|
|
|
- <p></p>
|
|
|
- </el-col>
|
|
|
- <el-col :span="23" class="leftInfo">
|
|
|
+ <el-col :span="24" class="leftInfo">
|
|
|
<userTwo></userTwo>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="8" class="center">
|
|
|
- <maps></maps>
|
|
|
+ <el-col :span="24" class="centerInfo">
|
|
|
+ <maps></maps>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="8" class="right">
|
|
|
- <el-col :span="23" class="rightInfo">
|
|
|
+ <el-col :span="24" class="rightInfo">
|
|
|
<top-right></top-right>
|
|
|
</el-col>
|
|
|
- <el-col :span="1" class="rightTit">
|
|
|
- <p></p>
|
|
|
- <p>数据展示</p>
|
|
|
- </el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="top down">
|
|
|
- <span></span>
|
|
|
- </el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="dataImage">
|
|
|
<el-image :src="centerImage"></el-image>
|
|
@@ -127,6 +115,28 @@ export default {
|
|
|
width: 33%;
|
|
|
height: 670px;
|
|
|
}
|
|
|
+.dataShow .dataShowInfo .left .leftInfo {
|
|
|
+ width: 93%;
|
|
|
+ height: 670px;
|
|
|
+ background: #fff;
|
|
|
+ border: 1px transparent solid;
|
|
|
+ border-radius: 10px;
|
|
|
+ position: relative;
|
|
|
+ left: 5px;
|
|
|
+ top: 2px;
|
|
|
+}
|
|
|
+.dataShow .dataShowInfo .left .leftInfo:after {
|
|
|
+ position: absolute;
|
|
|
+ top: -3px;
|
|
|
+ bottom: -3px;
|
|
|
+ left: -3px;
|
|
|
+ right: -3px;
|
|
|
+ background: linear-gradient(135deg, #cdeeff, #0370af);
|
|
|
+ border-radius: 10px;
|
|
|
+ content: '';
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+
|
|
|
.dataShow .dataShowInfo .left p:first-child {
|
|
|
float: left;
|
|
|
width: 100%;
|
|
@@ -150,12 +160,54 @@ export default {
|
|
|
height: 670px;
|
|
|
// border: 1px solid red;
|
|
|
}
|
|
|
+.dataShow .dataShowInfo .center .centerInfo {
|
|
|
+ width: 93%;
|
|
|
+ height: 670px;
|
|
|
+ background: #fff;
|
|
|
+ border: 1px transparent solid;
|
|
|
+ border-radius: 10px;
|
|
|
+ position: relative;
|
|
|
+ left: 5px;
|
|
|
+ top: 2px;
|
|
|
+}
|
|
|
+.dataShow .dataShowInfo .center .centerInfo:after {
|
|
|
+ position: absolute;
|
|
|
+ top: -3px;
|
|
|
+ bottom: -3px;
|
|
|
+ left: -3px;
|
|
|
+ right: -3px;
|
|
|
+ background: linear-gradient(135deg, #cdeeff, #0370af);
|
|
|
+ border-radius: 10px;
|
|
|
+ content: '';
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
.dataShow .dataShowInfo .right {
|
|
|
float: left;
|
|
|
width: 34%;
|
|
|
height: 670px;
|
|
|
// border: 1px solid red;
|
|
|
}
|
|
|
+.dataShow .dataShowInfo .right .rightInfo {
|
|
|
+ width: 93%;
|
|
|
+ height: 670px;
|
|
|
+ background: #fff;
|
|
|
+ border: 1px transparent solid;
|
|
|
+ border-radius: 10px;
|
|
|
+ position: relative;
|
|
|
+ left: 5px;
|
|
|
+ top: 2px;
|
|
|
+}
|
|
|
+.dataShow .dataShowInfo .right .rightInfo:after {
|
|
|
+ position: absolute;
|
|
|
+ top: -3px;
|
|
|
+ bottom: -3px;
|
|
|
+ left: -3px;
|
|
|
+ right: -3px;
|
|
|
+ background: linear-gradient(135deg, #cdeeff, #0370af);
|
|
|
+ border-radius: 10px;
|
|
|
+ content: '';
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
.dataShow .dataShowInfo .right p:first-child {
|
|
|
float: left;
|
|
|
width: 2px;
|