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;
ul {
width: 102rem;
width: 90%;
height: 100%;
margin: 0 auto;
text-align: center;

View File

@@ -407,7 +407,10 @@
<div class="party_building_active">
<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="divider" style="width: 80rem;">
@@ -728,7 +731,10 @@
<!--下方开始-->
<div class="bottom">
<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">
<table>
<tr>
@@ -739,7 +745,7 @@
</div>
</div>
</td>
<td width="45rem">
<td>
<div class="right one">
<div class="table_tr_left">职工人数</div>
<div class="table_tr_right">667</div>
@@ -788,7 +794,6 @@
</tr>
</table>
</div>
</el-col>
</el-row>
@@ -1153,29 +1158,35 @@ export default {
.bottom {
margin-top: 2rem;
background-image: url('../../assets/index/sy_bj4.png');
height: 66rem;
//height: 66rem;
.table {
margin: 4rem 0 0 0;
width: 100%;
tr{
width: 100%;
}
td {
width: 50%;
margin: 0;
padding: 0;
}
.left {
width: 55rem;
width: 100%;
height: 55rem;
.table_img {
//width: 17.6vw;
text-align: right;
padding-top: 6rem;
}
}
.right {
width: 41.5rem;
width: 123%;
height: 6.8rem;
clear: left;
position: relative;