|
@@ -4,26 +4,28 @@
|
|
<div class="w_1200">
|
|
<div class="w_1200">
|
|
<div class="servicemain">
|
|
<div class="servicemain">
|
|
<div class="serviceOne">
|
|
<div class="serviceOne">
|
|
- <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>
|
|
|
|
|
|
+ <el-col :span="24">
|
|
|
|
+ <el-col :span="12" class="infoleft">
|
|
|
|
+ <el-col class="lefttop" :span="24"><span class="title"> |</span> 政务公开</el-col>
|
|
|
|
+ <ul>
|
|
|
|
+ <li v-for="(item, index) in zhengwuList" :key="index">
|
|
|
|
+ <a href="">
|
|
|
|
+ <el-image :src="item.pic"></el-image>
|
|
|
|
+ </a>
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12" 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>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col>
|
|
<div class="infocontext">
|
|
<div class="infocontext">
|
|
<div class="contexttop"><span class="title"> |</span> 公众参与</div>
|
|
<div class="contexttop"><span class="title"> |</span> 公众参与</div>
|
|
<ul>
|
|
<ul>
|
|
@@ -137,7 +139,7 @@ export default {
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
.w_1200 {
|
|
.w_1200 {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- width: 1200px;
|
|
|
|
|
|
+ width: 80%;
|
|
min-height: 600px;
|
|
min-height: 600px;
|
|
}
|
|
}
|
|
.serviceOne {
|
|
.serviceOne {
|
|
@@ -146,14 +148,12 @@ export default {
|
|
.infoleft {
|
|
.infoleft {
|
|
height: 320px;
|
|
height: 320px;
|
|
box-shadow: 0 0 10px #2d64b3;
|
|
box-shadow: 0 0 10px #2d64b3;
|
|
- width: 590px;
|
|
|
|
- float: left;
|
|
|
|
|
|
+ width:50%;
|
|
}
|
|
}
|
|
.inforight {
|
|
.inforight {
|
|
height: 320px;
|
|
height: 320px;
|
|
box-shadow: 0 0 10px #2d64b3;
|
|
box-shadow: 0 0 10px #2d64b3;
|
|
- width: 590px;
|
|
|
|
- float: left;
|
|
|
|
|
|
+ width:49%;
|
|
margin: 0 0 0 15px;
|
|
margin: 0 0 0 15px;
|
|
}
|
|
}
|
|
.lefttop {
|
|
.lefttop {
|