|
|
@@ -138,6 +138,35 @@
|
|
|
background: url('../../../../assets/img/A7_map2.png') no-repeat center bottom;
|
|
|
background-size: contain;
|
|
|
position: relative;
|
|
|
+ .point3 {
|
|
|
+ transform: translate(412%, 117%);
|
|
|
+ }
|
|
|
+ .point4 {
|
|
|
+ transform: translate(-248%, 292%);
|
|
|
+ }
|
|
|
+ .point5 {
|
|
|
+ transform: translate(-412%, -170%);
|
|
|
+ }
|
|
|
+ .arrow2 {
|
|
|
+ width: 22px;
|
|
|
+ height: 58px;
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-280%, -1%);
|
|
|
+ background: url('../../../../assets/img/A7_discover_arrow2.png') no-repeat center center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ .arrow3 {
|
|
|
+ width: 77px;
|
|
|
+ height: 28px;
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-26%, 120%);
|
|
|
+ background: url('../../../../assets/img/A7_discover_arrow3.png') no-repeat center center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
.back {
|
|
|
width: 60px;
|
|
|
height: 30px;
|
|
|
@@ -148,10 +177,20 @@
|
|
|
left: 50%;
|
|
|
transform: translate(-50%, 10%);
|
|
|
cursor: pointer;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ font-size: 12px;
|
|
|
+
|
|
|
& > img {
|
|
|
+ position: absolute;
|
|
|
+ z-index: -1;
|
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
|
}
|
|
|
+ .txt {
|
|
|
+ color: rgba(255, 223, 174, 1);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.right {
|