|
@@ -4,28 +4,26 @@
|
|
<div class="w_1200">
|
|
<div class="w_1200">
|
|
<div class="servicemain">
|
|
<div class="servicemain">
|
|
<div class="serviceOne">
|
|
<div class="serviceOne">
|
|
- <el-col :span="24">
|
|
|
|
- <el-col class="infoleft" :span="12">
|
|
|
|
- <el-col class="lefttop"><span class="title"> |</span> 政务公开</el-col>
|
|
|
|
- <ul>
|
|
|
|
- <li v-for="(item, index) in zhengwuList" :key="index">
|
|
|
|
- <a href="">
|
|
|
|
- <el-image :src="item.pic" class="leftimage"></el-image>
|
|
|
|
- </a>
|
|
|
|
- </li>
|
|
|
|
- </ul>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col class="inforight" :span="12">
|
|
|
|
- <el-col class="lefttop"><span class="title"> |</span> 常用服务</el-col>
|
|
|
|
- <ul>
|
|
|
|
- <li v-for="(item, index) in serviceList" :key="index">
|
|
|
|
- <a href="">
|
|
|
|
- <el-image :src="item.pic" class="rightimage"></el-image>
|
|
|
|
- </a>
|
|
|
|
- </li>
|
|
|
|
- </ul>
|
|
|
|
- </el-col>
|
|
|
|
- </el-col>
|
|
|
|
|
|
+ <div class="infoleft">
|
|
|
|
+ <div class="lefttop"><span class="title"> |</span> 政务公开</div>
|
|
|
|
+ <ul>
|
|
|
|
+ <li v-for="(item, index) in zhengwuList" :key="index">
|
|
|
|
+ <a href="">
|
|
|
|
+ <el-image :src="item.pic"></el-image>
|
|
|
|
+ </a>
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="inforight">
|
|
|
|
+ <div class="lefttop"><span class="title"> |</span> 常用服务</div>
|
|
|
|
+ <ul>
|
|
|
|
+ <li v-for="(item, index) in serviceList" :key="index">
|
|
|
|
+ <a href="">
|
|
|
|
+ <el-image :src="item.pic"></el-image>
|
|
|
|
+ </a>
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
<div class="infocontext">
|
|
<div class="infocontext">
|
|
<div class="contexttop"><span class="title"> |</span> 公众参与</div>
|
|
<div class="contexttop"><span class="title"> |</span> 公众参与</div>
|
|
<ul>
|
|
<ul>
|
|
@@ -139,20 +137,21 @@ export default {
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
.w_1200 {
|
|
.w_1200 {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- width: 80%;
|
|
|
|
|
|
+ width: 1200px;
|
|
min-height: 600px;
|
|
min-height: 600px;
|
|
}
|
|
}
|
|
.infoleft {
|
|
.infoleft {
|
|
- width: 48%;
|
|
|
|
height: 320px;
|
|
height: 320px;
|
|
box-shadow: 0 0 10px #2d64b3;
|
|
box-shadow: 0 0 10px #2d64b3;
|
|
- // width: 777px;
|
|
|
|
|
|
+ width: 590px;
|
|
|
|
+ float: left;
|
|
}
|
|
}
|
|
.inforight {
|
|
.inforight {
|
|
- margin: 0 0 0 2%;
|
|
|
|
height: 320px;
|
|
height: 320px;
|
|
box-shadow: 0 0 10px #2d64b3;
|
|
box-shadow: 0 0 10px #2d64b3;
|
|
- // width: 825px;
|
|
|
|
|
|
+ width: 590px;
|
|
|
|
+ float: left;
|
|
|
|
+ margin: 0 0 0 15px;
|
|
}
|
|
}
|
|
.lefttop {
|
|
.lefttop {
|
|
width: 96%;
|
|
width: 96%;
|
|
@@ -170,28 +169,17 @@ export default {
|
|
}
|
|
}
|
|
.infoleft ul li {
|
|
.infoleft ul li {
|
|
float: left;
|
|
float: left;
|
|
- width: 21%;
|
|
|
|
|
|
+ width: 120px;
|
|
height: 115px;
|
|
height: 115px;
|
|
- margin: 0 13px 10px 16px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.leftimage {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
|
|
+ margin: 0 13px 10px 14px;
|
|
}
|
|
}
|
|
|
|
|
|
.inforight ul li {
|
|
.inforight ul li {
|
|
float: left;
|
|
float: left;
|
|
- width: 235px;
|
|
|
|
-
|
|
|
|
|
|
+ width: 169px;
|
|
height: 115px;
|
|
height: 115px;
|
|
margin: 0 13px 15px 14px;
|
|
margin: 0 13px 15px 14px;
|
|
}
|
|
}
|
|
-
|
|
|
|
-.rightimage {
|
|
|
|
- width: 235px;
|
|
|
|
- height: 100px;
|
|
|
|
-}
|
|
|
|
.infocontext {
|
|
.infocontext {
|
|
height: 237px;
|
|
height: 237px;
|
|
box-shadow: 0 0 10px #2d64b3;
|
|
box-shadow: 0 0 10px #2d64b3;
|
|
@@ -213,12 +201,11 @@ export default {
|
|
|
|
|
|
.infocontext ul li {
|
|
.infocontext ul li {
|
|
float: left;
|
|
float: left;
|
|
- width: 249px;
|
|
|
|
|
|
+ width: 185px;
|
|
height: 146px;
|
|
height: 146px;
|
|
- margin: 0px 0px 0 17px;
|
|
|
|
|
|
+ margin: 0px 0px 0 13px;
|
|
}
|
|
}
|
|
.newimg {
|
|
.newimg {
|
|
- width: 249px;
|
|
|
|
- height: 152px;
|
|
|
|
|
|
+ width: 185px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|