@@ -50,22 +52,9 @@
@@ -228,32 +224,38 @@ const handleIndicatorClick = (idx) => {
height: 100%;
overflow: hidden;
position: relative;
+
.indicator {
position: absolute;
top: 50%;
right: 20px;
z-index: 999;
transform: translateY(-50%);
+
.point {
transition: all 1s;
width: 12px;
height: 12px;
background-color: #999;
border-radius: 50%;
+
&.active {
background-color: #0054ff;
}
+
&:not(:last-child) {
margin-bottom: 6px;
}
}
}
}
+
.fullPageContainer {
width: 100%;
height: 100%;
transition: all linear 0.5s;
}
+
.section {
width: 100%;
height: 100%;