|
@@ -313,7 +313,7 @@ export default {
|
|
|
background-size: 101% 50%;
|
|
|
background-image: url("/static/images/overview/ltback.png");
|
|
|
position: relative;
|
|
|
- top: 2rem;
|
|
|
+ top: 3rem;
|
|
|
}
|
|
|
|
|
|
.lb_box {
|
|
@@ -323,7 +323,7 @@ export default {
|
|
|
|
|
|
background-image: url("/static/images/overview/lbback.png");
|
|
|
position: relative;
|
|
|
- top: 4rem;
|
|
|
+ top: 3rem;
|
|
|
|
|
|
}
|
|
|
|
|
@@ -333,7 +333,7 @@ export default {
|
|
|
|
|
|
background-image: url("/static/images/overview/rtback.png");
|
|
|
position: relative;
|
|
|
- top: -8rem;
|
|
|
+ top: -7rem;
|
|
|
left: 16rem;
|
|
|
z-index: -1;
|
|
|
|
|
@@ -350,7 +350,7 @@ export default {
|
|
|
background-size: 101% 50%;
|
|
|
background-image: url("/static/images/overview/rbback.png");
|
|
|
position: relative;
|
|
|
- top: -6rem;
|
|
|
+ top: -7rem;
|
|
|
left: 16rem;
|
|
|
z-index: -1;
|
|
|
|