diff --git a/src/views/index/components/slideshow_card.vue b/src/views/index/components/slideshow_card.vue index 5206717..0e92ca8 100644 --- a/src/views/index/components/slideshow_card.vue +++ b/src/views/index/components/slideshow_card.vue @@ -177,7 +177,7 @@ export default { position: relative; ul { - width: 102rem; + width: 90%; height: 100%; margin: 0 auto; text-align: center; diff --git a/src/views/index/index.vue b/src/views/index/index.vue index 40ae012..ca83684 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -407,7 +407,10 @@
- + +
+
+
党群工作
@@ -728,7 +731,10 @@
- + +
+
+
@@ -739,7 +745,7 @@ -
+
职工人数
667人
@@ -788,7 +794,6 @@
-
@@ -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;