Commit 8f3cd68a authored by youjie's avatar youjie

no message

parent 1188e494
...@@ -211,6 +211,9 @@ ul,li{ ...@@ -211,6 +211,9 @@ ul,li{
padding-bottom: 0; padding-bottom: 0;
padding-top: 55px; padding-top: 55px;
} }
.indexRoll1Hd{
width: 90%;
}
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.gap-1{ .gap-1{
...@@ -269,6 +272,9 @@ ul,li{ ...@@ -269,6 +272,9 @@ ul,li{
bottom: 0; bottom: 0;
opacity: 0; opacity: 0;
} }
.indexRoll1Hd{
width: 90%;
}
} }
@media (min-width: 992px) { @media (min-width: 992px) {
.swipercomR2{ .swipercomR2{
...@@ -452,6 +458,9 @@ ul,li{ ...@@ -452,6 +458,9 @@ ul,li{
.indexRoll1Hd{ .indexRoll1Hd{
width: 35%; width: 35%;
} }
.swipercomSubEn{
font-size: 3.5rem;
}
} }
...@@ -95,10 +95,12 @@ ...@@ -95,10 +95,12 @@
</div> </div>
</div> </div>
<template v-if="windowWidth>=992">
<div class="absolute" style="width: 25%;left: 0;top: 0;bottom: 0;z-index: 2;" @mousemove="handleMouseMove"></div> <div class="absolute" style="width: 25%;left: 0;top: 0;bottom: 0;z-index: 2;" @mousemove="handleMouseMove"></div>
<div class="absolute" style="width: 25%;right: 0;top: 0;bottom: 0;z-index: 2;" @mousemove="handleMouseMove"></div> <div class="absolute" style="width: 25%;right: 0;top: 0;bottom: 0;z-index: 2;" @mousemove="handleMouseMove"></div>
<div class="absolute" style="width: 50%;right: 25%;top: 0;z-index: 2;height: 35vh;" @mousemove="handleMouseMove"></div> <div class="absolute" style="width: 50%;right: 25%;top: 0;z-index: 2;height: 35vh;" @mousemove="handleMouseMove"></div>
<div class="absolute" style="width: 50%;right: 25%;bottom: 0;z-index: 2;height: 23vh;" @mousemove="handleMouseMove"></div> <div class="absolute" style="width: 50%;right: 25%;bottom: 0;z-index: 2;height: 23vh;" @mousemove="handleMouseMove"></div>
</template>
</div> </div>
<mouse v-if="windowWidth>=992" :X="X" :Y="Y" :isRight="isRight" :Current="Current"></mouse> <mouse v-if="windowWidth>=992" :X="X" :Y="Y" :isRight="isRight" :Current="Current"></mouse>
...@@ -262,7 +264,6 @@ ...@@ -262,7 +264,6 @@
color: rgb(17,17,17); color: rgb(17,17,17);
} }
.indexRoll1Hd{ .indexRoll1Hd{
width: 33.33%;
margin: auto; margin: auto;
line-height: 2.18rem; line-height: 2.18rem;
letter-spacing: .29rem; letter-spacing: .29rem;
...@@ -345,9 +346,6 @@ ...@@ -345,9 +346,6 @@
top: -5rem; top: -5rem;
} }
.swipercomSubEn{ .swipercomSubEn{
left: -1.9rem;
top: -2px;
font-size: 3.5rem;
color: $secondary; color: $secondary;
} }
.swipercomSubEnLen::before{ .swipercomSubEnLen::before{
......
...@@ -235,7 +235,6 @@ ...@@ -235,7 +235,6 @@
color: rgb(17,17,17); color: rgb(17,17,17);
} }
.indexRoll1Hd{ .indexRoll1Hd{
width: 33.33%;
margin: auto; margin: auto;
line-height: 2.18rem; line-height: 2.18rem;
letter-spacing: .29rem; letter-spacing: .29rem;
...@@ -317,9 +316,6 @@ ...@@ -317,9 +316,6 @@
/* top: -5rem; */ /* top: -5rem; */
} }
.swipercomSubEn{ .swipercomSubEn{
left: -1.9rem;
top: -2px;
font-size: 3.5rem;
color: $secondary; color: $secondary;
} }
.swipercomSubEnLen::before{ .swipercomSubEnLen::before{
......
...@@ -214,8 +214,9 @@ ...@@ -214,8 +214,9 @@
<div class="hidden icon-slash icon-slash-white"> <div class="hidden icon-slash icon-slash-white">
<a href=""></a> <a href=""></a>
</div> </div>
<div class="text-center"> <div :class="[$q.platform.is.desktop?'text-center':'text-left q-px-md']">
<a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank" class="text-grey-8" style="text-decoration: none;">蜀ICP备13000760号 ©</a> 2010-{{year}} {{ dataList.Config.Name }}. All Rights Reserved. 旅行社业务经营许可证 {{ dataList.Config.UnifyCode }} <a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank"
style="text-decoration: none;">蜀ICP备13000760号 ©</a> 2010-{{year}} {{ dataList.Config.Name }}. All Rights Reserved. 旅行社业务经营许可证 {{ dataList.Config.UnifyCode }}
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment