|
|
|
@ -4,12 +4,12 @@
|
|
|
|
|
<div class="screen-title">临沂市自然资源综合监管</div>
|
|
|
|
|
<div class="left-category-container">
|
|
|
|
|
<div class="category-item" v-for="(item,index) in left_categorys"
|
|
|
|
|
:style="{left:-index*20+'px'}"
|
|
|
|
|
:style="{left:-index*26+'px'}"
|
|
|
|
|
>{{item.name}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right_category-container">
|
|
|
|
|
<div class="category-item" v-for="(item,index) in right_categorys"
|
|
|
|
|
:style="{left:-index*20+'px'}"
|
|
|
|
|
:style="{left:-index*26+'px'}"
|
|
|
|
|
>{{item.name}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -44,16 +44,17 @@
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
|
.screen-header-container{
|
|
|
|
|
width:100%;
|
|
|
|
|
height:80px;
|
|
|
|
|
height:96px;
|
|
|
|
|
background-image:url("/public/statistical/header.png");
|
|
|
|
|
background-size:100% 80px;
|
|
|
|
|
background-size:100% 96px;
|
|
|
|
|
position:absolute;
|
|
|
|
|
top:0px;
|
|
|
|
|
left:0px;
|
|
|
|
|
z-index:2;
|
|
|
|
|
.screen-title{
|
|
|
|
|
width: 602px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
height: 96px;
|
|
|
|
|
line-height:90px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 45px;
|
|
|
|
@ -66,8 +67,9 @@
|
|
|
|
|
}
|
|
|
|
|
.left-category-container{
|
|
|
|
|
position:absolute;
|
|
|
|
|
top:38px;
|
|
|
|
|
left:100px;
|
|
|
|
|
top:50px;
|
|
|
|
|
left:50%;
|
|
|
|
|
transform: translate( calc( -50% - 580px),0);
|
|
|
|
|
.category-item{
|
|
|
|
|
float:left;
|
|
|
|
|
width:138px;
|
|
|
|
@ -75,16 +77,18 @@
|
|
|
|
|
font-size:14px;
|
|
|
|
|
line-height:32px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-image:url("/public/statistical/category.png");
|
|
|
|
|
background-image:url("/public/statistical/category-left.png");
|
|
|
|
|
background-size:138px 32px;
|
|
|
|
|
color:#fff;
|
|
|
|
|
position:relative;
|
|
|
|
|
cursor:pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.right_category-container{
|
|
|
|
|
position:absolute;
|
|
|
|
|
top:38px;
|
|
|
|
|
right:120px;
|
|
|
|
|
top:50px;
|
|
|
|
|
right:50%;
|
|
|
|
|
transform: translate( calc( 50% + 580px),0);
|
|
|
|
|
.category-item{
|
|
|
|
|
float:left;
|
|
|
|
|
width:138px;
|
|
|
|
@ -92,9 +96,10 @@
|
|
|
|
|
font-size:14px;
|
|
|
|
|
line-height:32px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-image:url("/public/statistical/category.png");
|
|
|
|
|
background-image:url("/public/statistical/category-right.png");
|
|
|
|
|
background-size:138px 32px;
|
|
|
|
|
color:#fff;
|
|
|
|
|
cursor:pointer;
|
|
|
|
|
position:relative;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|