|
@@ -18,22 +18,44 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8" class="center">
|
|
<el-col :span="8" class="center">
|
|
- 中间
|
|
|
|
|
|
+ <maps></maps>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8" class="right">
|
|
<el-col :span="8" class="right">
|
|
- 右侧
|
|
|
|
|
|
+ <el-col :span="23" class="rightInfo">
|
|
|
|
+ 信息
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="1" class="rightTit">
|
|
|
|
+ <p></p>
|
|
|
|
+ <p>数据展示</p>
|
|
|
|
+ </el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="top down">
|
|
<el-col :span="24" class="top down">
|
|
<span></span>
|
|
<span></span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col :span="24" class="dataImage">
|
|
|
|
+ <el-image :src="centerImage"></el-image>
|
|
|
|
+ </el-col>
|
|
<el-col :span="24" class="dealShow">
|
|
<el-col :span="24" class="dealShow">
|
|
<el-col :span="24" class="top">
|
|
<el-col :span="24" class="top">
|
|
- 交易动态
|
|
|
|
|
|
+ <span></span>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="24" class="dealInfo">
|
|
|
|
+ <el-col :span="1" class="dealInfoTit">
|
|
|
|
+ <p>数据展示</p>
|
|
|
|
+ <p></p>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="22" class="dealInfoLeft">
|
|
|
|
+ <pie></pie>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="1" class="dealInfoTit dealInfoTitTwo">
|
|
|
|
+ <p></p>
|
|
|
|
+ <p>数据展示</p>
|
|
|
|
+ </el-col>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" class="data">
|
|
|
|
- <pie></pie>
|
|
|
|
|
|
+ <el-col :span="24" class="top down">
|
|
|
|
+ <span></span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</div>
|
|
</div>
|
|
@@ -49,9 +71,10 @@ import maps from './parts/map.vue';
|
|
export default {
|
|
export default {
|
|
name: 'index',
|
|
name: 'index',
|
|
props: {},
|
|
props: {},
|
|
- // userTwo, maps,
|
|
|
|
- components: { userTwo, pie },
|
|
|
|
- data: () => ({}),
|
|
|
|
|
|
+ components: { userTwo, maps, pie },
|
|
|
|
+ data: () => ({
|
|
|
|
+ centerImage: require('@/assets/dynamic5.png'),
|
|
|
|
+ }),
|
|
created() {},
|
|
created() {},
|
|
computed: {},
|
|
computed: {},
|
|
methods: {},
|
|
methods: {},
|
|
@@ -89,7 +112,7 @@ export default {
|
|
}
|
|
}
|
|
.dataShow .down span {
|
|
.dataShow .down span {
|
|
float: left;
|
|
float: left;
|
|
- width: 30%;
|
|
|
|
|
|
+ width: 35%;
|
|
height: 1px;
|
|
height: 1px;
|
|
background: #9cb9cb;
|
|
background: #9cb9cb;
|
|
}
|
|
}
|
|
@@ -100,78 +123,137 @@ export default {
|
|
}
|
|
}
|
|
.dataShow .dataShowInfo .left {
|
|
.dataShow .dataShowInfo .left {
|
|
float: left;
|
|
float: left;
|
|
- width: 30%;
|
|
|
|
|
|
+ width: 33%;
|
|
height: 707px;
|
|
height: 707px;
|
|
- border: 1px solid red;
|
|
|
|
}
|
|
}
|
|
.dataShow .dataShowInfo .left p:first-child {
|
|
.dataShow .dataShowInfo .left p:first-child {
|
|
float: left;
|
|
float: left;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100px;
|
|
height: 100px;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
- color: red;
|
|
|
|
|
|
+ color: #003e70;
|
|
|
|
+ font-weight: bold;
|
|
}
|
|
}
|
|
.dataShow .dataShowInfo .left p:last-child {
|
|
.dataShow .dataShowInfo .left p:last-child {
|
|
float: left;
|
|
float: left;
|
|
width: 2px;
|
|
width: 2px;
|
|
height: 606px;
|
|
height: 606px;
|
|
- background: red;
|
|
|
|
|
|
+ background: #003e70;
|
|
margin: 0;
|
|
margin: 0;
|
|
position: relative;
|
|
position: relative;
|
|
left: 5px;
|
|
left: 5px;
|
|
}
|
|
}
|
|
.dataShow .dataShowInfo .center {
|
|
.dataShow .dataShowInfo .center {
|
|
float: left;
|
|
float: left;
|
|
- width: 30%;
|
|
|
|
|
|
+ width: 33%;
|
|
height: 707px;
|
|
height: 707px;
|
|
|
|
+ border: 1px solid red;
|
|
}
|
|
}
|
|
.dataShow .dataShowInfo .right {
|
|
.dataShow .dataShowInfo .right {
|
|
float: left;
|
|
float: left;
|
|
- width: 30%;
|
|
|
|
|
|
+ width: 34%;
|
|
height: 707px;
|
|
height: 707px;
|
|
-}
|
|
|
|
-
|
|
|
|
-.dataShow .user {
|
|
|
|
- width: 32%;
|
|
|
|
- height: 460px;
|
|
|
|
- overflow: hidden;
|
|
|
|
border: 1px solid red;
|
|
border: 1px solid red;
|
|
- margin: 0 30px 0 0;
|
|
|
|
}
|
|
}
|
|
-.dataShow .city {
|
|
|
|
- width: 32%;
|
|
|
|
- height: 460px;
|
|
|
|
- overflow: hidden;
|
|
|
|
- border: 1px solid red;
|
|
|
|
- margin: 0 30px 0 0;
|
|
|
|
|
|
+.dataShow .dataShowInfo .right p:first-child {
|
|
|
|
+ float: left;
|
|
|
|
+ width: 2px;
|
|
|
|
+ height: 606px;
|
|
|
|
+ background: #003e70;
|
|
|
|
+ margin: 0;
|
|
|
|
+ position: relative;
|
|
|
|
+ left: 5px;
|
|
}
|
|
}
|
|
-.dataShow .data {
|
|
|
|
- width: 32%;
|
|
|
|
- height: 460px;
|
|
|
|
|
|
+.dataShow .dataShowInfo .right p:last-child {
|
|
|
|
+ float: left;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100px;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ color: #003e70;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+}
|
|
|
|
+.dataImage {
|
|
|
|
+ float: left;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 160px;
|
|
|
|
+ margin: 20px 0;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- border: 1px solid red;
|
|
|
|
- margin: 0;
|
|
|
|
|
|
+}
|
|
|
|
+.dataImage .el-image {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 160px;
|
|
}
|
|
}
|
|
.dealShow {
|
|
.dealShow {
|
|
float: left;
|
|
float: left;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 500px;
|
|
height: 500px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- border: 1px solid blue;
|
|
|
|
}
|
|
}
|
|
.dealShow .top {
|
|
.dealShow .top {
|
|
float: left;
|
|
float: left;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 40px;
|
|
|
|
- line-height: 40px;
|
|
|
|
|
|
+ height: 1px;
|
|
|
|
+}
|
|
|
|
+.dealShow .top span {
|
|
|
|
+ float: right;
|
|
|
|
+ width: 30%;
|
|
|
|
+ height: 1px;
|
|
|
|
+ background: #9cb9cb;
|
|
|
|
+}
|
|
|
|
+.dealShow .down span {
|
|
|
|
+ float: left;
|
|
|
|
+ width: 35%;
|
|
|
|
+ height: 1px;
|
|
|
|
+ background: #9cb9cb;
|
|
|
|
+}
|
|
|
|
+.dealShow .dealInfo {
|
|
|
|
+ float: left;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 496px;
|
|
|
|
+}
|
|
|
|
+.dealShow .dealInfo .dealInfoTit {
|
|
|
|
+ width: 20px;
|
|
|
|
+ height: 496px;
|
|
|
|
+}
|
|
|
|
+.dealShow .dealInfo .dealInfoTit p:first-child {
|
|
|
|
+ float: left;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100px;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
- padding: 0 15px;
|
|
|
|
|
|
+ color: #003e70;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
-.dealShow .data {
|
|
|
|
- height: 460px;
|
|
|
|
- overflow: hidden;
|
|
|
|
- border: 1px solid red;
|
|
|
|
|
|
+.dealShow .dealInfo .dealInfoTit p:last-child {
|
|
|
|
+ float: left;
|
|
|
|
+ width: 2px;
|
|
|
|
+ height: 395px;
|
|
|
|
+ background: #003e70;
|
|
margin: 0;
|
|
margin: 0;
|
|
|
|
+ position: relative;
|
|
|
|
+ left: 5px;
|
|
|
|
+}
|
|
|
|
+.dealShow .dealInfo .dealInfoTitTwo p:first-child {
|
|
|
|
+ float: left;
|
|
|
|
+ width: 2px;
|
|
|
|
+ height: 395px;
|
|
|
|
+ background: #003e70;
|
|
|
|
+ margin: 0;
|
|
|
|
+ position: relative;
|
|
|
|
+ left: 10px;
|
|
|
|
+}
|
|
|
|
+.dealShow .dealInfo .dealInfoTitTwo p:last-child {
|
|
|
|
+ float: left;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100px;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ color: #003e70;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ background: transparent;
|
|
|
|
+}
|
|
|
|
+.dealShow .dealInfo .dealInfoLeft {
|
|
|
|
+ width: 95%;
|
|
|
|
+ height: 495px;
|
|
|
|
+ margin: 0 15px;
|
|
|
|
+ padding: 45px 0;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|