This commit is contained in:
clay
2022-01-02 15:26:22 +08:00
parent a9273fe209
commit b62da4bee6
2 changed files with 19 additions and 8 deletions

View File

@@ -177,7 +177,7 @@ export default {
position: relative; position: relative;
ul { ul {
width: 102rem; width: 90%;
height: 100%; height: 100%;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;

View File

@@ -407,7 +407,10 @@
<div class="party_building_active"> <div class="party_building_active">
<el-row> <el-row>
<el-col :offset="3" :span="18"> <el-col :xs="1" :sm="2" :md="2" :lg="3" :xl="3">
<div class="grid-content"></div>
</el-col>
<el-col :xs="22" :sm="20" :md="20" :lg="18" :xl="18">
<!--标题--> <!--标题-->
<div class="title" style="background: #DA2D2D; color: #FFFFFF;margin-bottom: 2rem;">党群工作</div> <div class="title" style="background: #DA2D2D; color: #FFFFFF;margin-bottom: 2rem;">党群工作</div>
<div class="divider" style="width: 80rem;"> <div class="divider" style="width: 80rem;">
@@ -728,7 +731,10 @@
<!--下方开始--> <!--下方开始-->
<div class="bottom"> <div class="bottom">
<el-row> <el-row>
<el-col :offset="5" :span="12"> <el-col :xs="0" :sm="2" :md="3" :lg="5" :xl="5">
<div class="grid-content"></div>
</el-col>
<el-col :xs="24" :sm="20" :md="16" :lg="12" :xl="12">
<div class="table"> <div class="table">
<table> <table>
<tr> <tr>
@@ -739,7 +745,7 @@
</div> </div>
</div> </div>
</td> </td>
<td width="45rem"> <td>
<div class="right one"> <div class="right one">
<div class="table_tr_left">职工人数</div> <div class="table_tr_left">职工人数</div>
<div class="table_tr_right">667</div> <div class="table_tr_right">667</div>
@@ -788,7 +794,6 @@
</tr> </tr>
</table> </table>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@@ -1153,29 +1158,35 @@ export default {
.bottom { .bottom {
margin-top: 2rem; margin-top: 2rem;
background-image: url('../../assets/index/sy_bj4.png'); background-image: url('../../assets/index/sy_bj4.png');
height: 66rem; //height: 66rem;
.table { .table {
margin: 4rem 0 0 0; margin: 4rem 0 0 0;
width: 100%;
tr{
width: 100%;
}
td { td {
width: 50%;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.left { .left {
width: 55rem; width: 100%;
height: 55rem; height: 55rem;
.table_img { .table_img {
//width: 17.6vw;
text-align: right; text-align: right;
padding-top: 6rem; padding-top: 6rem;
} }
} }
.right { .right {
width: 41.5rem; width: 123%;
height: 6.8rem; height: 6.8rem;
clear: left; clear: left;
position: relative; position: relative;