|
@@ -91,13 +91,20 @@ export default {
|
|
|
position: absolute;
|
|
|
width: 14%;
|
|
|
height: 12%;
|
|
|
- top: 20.5%;
|
|
|
- left: 31.5%;
|
|
|
+ top: 19%;
|
|
|
+ left: 31%;
|
|
|
background-size: 100% 100%;
|
|
|
background-image: url("../../../assets/img/homeImg/bs2.png");
|
|
|
}
|
|
|
|
|
|
+ .row1 {
|
|
|
+ z-index: 10;
|
|
|
+ width: 20%;
|
|
|
+ height: 8%;
|
|
|
+ }
|
|
|
+
|
|
|
.row2 {
|
|
|
+ z-index: 10;
|
|
|
top: 27%;
|
|
|
left: 54%;
|
|
|
background-image: url("../../../assets/img/homeImg/bs5.png");
|
|
@@ -132,14 +139,16 @@ export default {
|
|
|
}
|
|
|
|
|
|
.row7 {
|
|
|
+ z-index: 10;
|
|
|
top: 20%;
|
|
|
left: 12.5%;
|
|
|
width: 15%;
|
|
|
background-image: url("../../../assets/img/homeImg/bs7.png");
|
|
|
}
|
|
|
.row8 {
|
|
|
- top: 11%;
|
|
|
+ top: 6.5%;
|
|
|
left: 21.5%;
|
|
|
+ height: 17%;
|
|
|
background-image: url("../../../assets/img/homeImg/bs8.png");
|
|
|
}
|
|
|
}
|