|
@@ -4,7 +4,6 @@
|
|
|
|
|
|
:global {
|
|
:global {
|
|
|
|
|
|
-
|
|
|
|
.A1locBox {
|
|
.A1locBox {
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 3;
|
|
z-index: 3;
|
|
@@ -12,25 +11,43 @@
|
|
height: 129px;
|
|
height: 129px;
|
|
|
|
|
|
.A1locBoxName {
|
|
.A1locBoxName {
|
|
|
|
+ position: relative;
|
|
|
|
+ left: 50%;
|
|
|
|
+ margin-left: -17px;
|
|
text-align: center;
|
|
text-align: center;
|
|
background-image: url('../../assets/img/btn_normal.png');
|
|
background-image: url('../../assets/img/btn_normal.png');
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
- width: 158px;
|
|
|
|
- height: 34px;
|
|
|
|
|
|
+ width: 34px;
|
|
|
|
+ height: 158px;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
letter-spacing: 2px;
|
|
letter-spacing: 2px;
|
|
color: var(--themeColor2);
|
|
color: var(--themeColor2);
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
|
+ writing-mode: vertical-rl;
|
|
|
|
+ overflow: hidden;
|
|
transition: all .3s;
|
|
transition: all .3s;
|
|
|
|
+
|
|
|
|
+ &.scroll p {
|
|
|
|
+ position: relative;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ height: calc(100% - 30px);
|
|
|
|
+
|
|
|
|
+ span {
|
|
|
|
+ display: block;
|
|
|
|
+ position: relative;
|
|
|
|
+ height: max-content;
|
|
|
|
+ animation: scrollAnimation 4s linear infinite;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.A1locBoxLoc {
|
|
.A1locBoxLoc {
|
|
margin: 15px auto 0;
|
|
margin: 15px auto 0;
|
|
- width: 60px;
|
|
|
|
- height: 60px;
|
|
|
|
- background-image: url('../../assets/img/homeB.png');
|
|
|
|
|
|
+ width: 64px;
|
|
|
|
+ height: 61px;
|
|
|
|
+ background-image: url('../../assets/img/image36.png');
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
transition: all .3s;
|
|
transition: all .3s;
|
|
}
|
|
}
|
|
@@ -63,16 +80,17 @@
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
opacity: 0;
|
|
opacity: 0;
|
|
transition: all .3s;
|
|
transition: all .3s;
|
|
|
|
+ writing-mode: vertical-rl;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
|
|
&>div {
|
|
&>div {
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: -50px;
|
|
|
|
|
|
+ top: -188px;
|
|
left: 50%;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
|
|
|
|
- width: 188px;
|
|
|
|
- height: 50px;
|
|
|
|
|
|
+ width: 34px;
|
|
|
|
+ height: 188px;
|
|
padding-bottom: 16px;
|
|
padding-bottom: 16px;
|
|
|
|
|
|
&>div {
|
|
&>div {
|
|
@@ -249,4 +267,4 @@
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|