Commit 641a5bf9 authored by 罗超's avatar 罗超

1

parent c85f6d46
...@@ -1056,7 +1056,8 @@ export default { ...@@ -1056,7 +1056,8 @@ export default {
} }
} }
.threebox { .threebox {
width: 100%; width: 100vw;
overflow: hidden;
padding-top: calc(1080 / 1920 * 100%); padding-top: calc(1080 / 1920 * 100%);
position: relative; position: relative;
z-index: 1 !important; z-index: 1 !important;
...@@ -1154,11 +1155,12 @@ export default { ...@@ -1154,11 +1155,12 @@ export default {
z-index: 0; z-index: 0;
} }
.fourbox { .fourbox {
width: 100%; // width: 100vw;
padding-top: calc(2377 / 1920 * 100%); padding-top: calc(2377 / 1920 * 100%);
position: relative; position: relative;
overflow: hidden;
.subFourBox { .subFourBox {
width: 100vw; // width: 100vw;
height: 100%; height: 100%;
background-image: url("../assets/images/index/work_serve_bg.png"); background-image: url("../assets/images/index/work_serve_bg.png");
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -1222,7 +1224,7 @@ export default { ...@@ -1222,7 +1224,7 @@ export default {
} }
} }
.fivebox { .fivebox {
width: 100vw; // width: 100vw;
height: 56.25vw; height: 56.25vw;
position: relative; position: relative;
background-image: url("../assets/images/index/chairman_bg.png"); background-image: url("../assets/images/index/chairman_bg.png");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment