|
@@ -6,9 +6,10 @@
|
|
|
* @FilePath: \web-pc\src\pages\big-screen\view\indexs\index.vue
|
|
|
-->
|
|
|
<template>
|
|
|
- <div class="winseaview-view" id="index">
|
|
|
+ <div class="bg" id="index">
|
|
|
<div class="host-body">
|
|
|
<div class="d-flex jc-center title_wrap">
|
|
|
+ <!-- <div class="titlebgc"></div> -->
|
|
|
<div class="zuojuxing"></div>
|
|
|
<div class="youjuxing"></div>
|
|
|
<div class="guang"></div>
|
|
@@ -26,10 +27,10 @@
|
|
|
</div>
|
|
|
<div class="contents ">
|
|
|
<div class="contetn_left">
|
|
|
- <div class="pagetab">
|
|
|
- <!-- <div class="item">实时监测</div> -->
|
|
|
+ <!-- <div class="pagetab">
|
|
|
+ <div class="item">实时监测</div>
|
|
|
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<ItemWrap class="contetn_left-top contetn_lr-item" title="在途信息统计">
|
|
|
<LeftTop :listData="leftTopDataList"/>
|
|
|
</ItemWrap>
|
|
@@ -498,11 +499,14 @@ export default {
|
|
|
|
|
|
.guang {
|
|
|
position: absolute;
|
|
|
- bottom: -26px;
|
|
|
- background-image: url("../../assets/images/guang.png");
|
|
|
- background-position: 80px center;
|
|
|
- width: 100%;
|
|
|
- height: 56px;
|
|
|
+ bottom:0px;
|
|
|
+ background: url("../../assets/images/guang.gif") no-repeat center;
|
|
|
+ background-position: cover;
|
|
|
+ height: 1px;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ margin: auto;
|
|
|
+ width:51%
|
|
|
}
|
|
|
|
|
|
.zuojuxing,
|
|
@@ -511,7 +515,12 @@ export default {
|
|
|
top: -2px;
|
|
|
width: 140px;
|
|
|
height: 6px;
|
|
|
- background-image: url("../../assets/images/headers/juxing1.png");
|
|
|
+ background: url("../../assets/images/headers/juxing1.png");
|
|
|
+
|
|
|
+ }
|
|
|
+ .titlebgc{
|
|
|
+ background: url("../../assets//top.gif") no-repeat center;
|
|
|
+ background-size: cover;
|
|
|
}
|
|
|
|
|
|
.zuojuxing {
|
|
@@ -841,6 +850,7 @@ export default {
|
|
|
.center_bottom {
|
|
|
color: #fff;
|
|
|
// font-size: 30px;
|
|
|
+ margin-top:50px;
|
|
|
}
|
|
|
|
|
|
.center_bottom_content {
|
|
@@ -850,6 +860,8 @@ export default {
|
|
|
display:flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
+ margin-bottom:50px;
|
|
|
+ box-sizing:border-box;
|
|
|
.item{
|
|
|
.title{
|
|
|
background: url("../../assets/index-1.png") no-repeat;
|