|
@@ -73,8 +73,8 @@
|
|
|
box-shadow:inset 0 0 1px #FFF3B3,inset 0 0 20px rgba(124,43,255,.1);
|
|
|
position: relative;
|
|
|
}
|
|
|
-.nav-number:before{ content: ""; width:15px; height: 1px; background: #01ffff; position: absolute; top:50%; left: -15px; margin-top: -1px;}
|
|
|
-.nav-number:after{ content: ""; width:15px; height: 1px; background: #01ffff; position: absolute; top:50%; right: -15px; margin-top: -1px;}
|
|
|
+.nav-number:before{ content: ""; width:15px; height: 1px; background: #FFF3B3; position: absolute; top:50%; left: -15px; margin-top: -1px;}
|
|
|
+.nav-number:after{ content: ""; width:15px; height: 1px; background: #FFF3B3; position: absolute; top:50%; right: -15px; margin-top: -1px;}
|
|
|
|
|
|
.map-content{ width:100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; position: relative; top:-10%;}
|
|
|
.map-content .map-box{ width:33.33%; padding: 0 3%; }
|