Commit 8f3cd68a authored by youjie's avatar youjie

no message

parent 1188e494
......@@ -211,6 +211,9 @@ ul,li{
padding-bottom: 0;
padding-top: 55px;
}
.indexRoll1Hd{
width: 90%;
}
}
@media (min-width: 768px) {
.gap-1{
......@@ -269,6 +272,9 @@ ul,li{
bottom: 0;
opacity: 0;
}
.indexRoll1Hd{
width: 90%;
}
}
@media (min-width: 992px) {
.swipercomR2{
......@@ -452,6 +458,9 @@ ul,li{
.indexRoll1Hd{
width: 35%;
}
.swipercomSubEn{
font-size: 3.5rem;
}
}
......@@ -95,10 +95,12 @@
</div>
</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: 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>
<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%;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%;bottom: 0;z-index: 2;height: 23vh;" @mousemove="handleMouseMove"></div>
</template>
</div>
<mouse v-if="windowWidth>=992" :X="X" :Y="Y" :isRight="isRight" :Current="Current"></mouse>
......@@ -262,7 +264,6 @@
color: rgb(17,17,17);
}
.indexRoll1Hd{
width: 33.33%;
margin: auto;
line-height: 2.18rem;
letter-spacing: .29rem;
......@@ -345,9 +346,6 @@
top: -5rem;
}
.swipercomSubEn{
left: -1.9rem;
top: -2px;
font-size: 3.5rem;
color: $secondary;
}
.swipercomSubEnLen::before{
......
......@@ -235,7 +235,6 @@
color: rgb(17,17,17);
}
.indexRoll1Hd{
width: 33.33%;
margin: auto;
line-height: 2.18rem;
letter-spacing: .29rem;
......@@ -317,9 +316,6 @@
/* top: -5rem; */
}
.swipercomSubEn{
left: -1.9rem;
top: -2px;
font-size: 3.5rem;
color: $secondary;
}
.swipercomSubEnLen::before{
......
......@@ -214,8 +214,9 @@
<div class="hidden icon-slash icon-slash-white">
<a href=""></a>
</div>
<div class="text-center">
<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 }}
<div :class="[$q.platform.is.desktop?'text-center':'text-left q-px-md']">
<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>
......
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