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

1

parent c85f6d46
......@@ -1056,7 +1056,8 @@ export default {
}
}
.threebox {
width: 100%;
width: 100vw;
overflow: hidden;
padding-top: calc(1080 / 1920 * 100%);
position: relative;
z-index: 1 !important;
......@@ -1154,11 +1155,12 @@ export default {
z-index: 0;
}
.fourbox {
width: 100%;
// width: 100vw;
padding-top: calc(2377 / 1920 * 100%);
position: relative;
overflow: hidden;
.subFourBox {
width: 100vw;
// width: 100vw;
height: 100%;
background-image: url("../assets/images/index/work_serve_bg.png");
background-repeat: no-repeat;
......@@ -1222,7 +1224,7 @@ export default {
}
}
.fivebox {
width: 100vw;
// width: 100vw;
height: 56.25vw;
position: relative;
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