Commit 5ad6ef25 authored by youjie's avatar youjie

no message

parent e632b3de
...@@ -21,7 +21,13 @@ export default { ...@@ -21,7 +21,13 @@ export default {
} }
@font-face { @font-face {
font-family: "Cormorant Garamond"; font-family: "Cormorant Garamond";
src: url("https://im.oytour.com/tripfont/44b867578f7c49ddaf62f490fcb30264.woff"); /* src: url("https://im.oytour.com/tripfont/44b867578f7c49ddaf62f490fcb30264.woff"); */
src: url("https://im.oytour.com/tripfont/a0ac58046d4c41449843e82f73257d96.woff");
}
@font-face {
font-family: "Cormorant Garamond2";
/* src: url("https://im.oytour.com/tripfont/44b867578f7c49ddaf62f490fcb30264.woff"); */
src: url("https://im.oytour.com/tripfont/f5b638796ca24f5da16a5da9e78a6937.woff");
} }
.text-shadow{ .text-shadow{
text-shadow: rgb(0 0 0 / 50%) 2px 2px 5px; text-shadow: rgb(0 0 0 / 50%) 2px 2px 5px;
......
...@@ -1625,7 +1625,7 @@ ...@@ -1625,7 +1625,7 @@
} }
.font-serifEn { .font-serifEn {
font-family: Cormorant Garamond,serif font-family: 'Cormorant Garamond2',serif
} }
.font-serif { .font-serif {
......
...@@ -360,16 +360,16 @@ ul,li{ ...@@ -360,16 +360,16 @@ ul,li{
} }
.MenuListLi.active .MenuListItem{ .MenuListLi.active .MenuListItem{
opacity: 1; opacity: 1;
bottom: 70px; /* bottom: 70px; */
} }
.SubMenuListBox{ .SubMenuListBox{
height: 166px; /* height: 166px; */
} }
.MenuListLi.active .SubMenuListBox{ .MenuListLi.active .SubMenuListBox{
height: 186px; /* height: 186px; */
} }
.carousel1-leftImg{ .carousel1-leftImg{
width: 100px /* width: 100px */
} }
.homeContainer{ .homeContainer{
max-width: 1280px; max-width: 1280px;
...@@ -404,10 +404,10 @@ ul,li{ ...@@ -404,10 +404,10 @@ ul,li{
} }
@media (min-width: 1366px) { @media (min-width: 1366px) {
.MenuListItem{ .MenuListItem{
bottom: 0; /* bottom: 0; */
} }
.MenuListLi.active .MenuListItem{ .MenuListLi.active .MenuListItem{
bottom: 0px; /* bottom: 0px; */
} }
} }
@media (min-width: 1440px) { @media (min-width: 1440px) {
...@@ -416,16 +416,16 @@ ul,li{ ...@@ -416,16 +416,16 @@ ul,li{
} }
.MenuListLi.active .MenuListItem{ .MenuListLi.active .MenuListItem{
opacity: 1; opacity: 1;
bottom: 70px; /* bottom: 70px; */
} }
.SubMenuListBox{ .SubMenuListBox{
height: 186px; /* height: 186px; */
} }
.MenuListLi.active .SubMenuListBox{ .MenuListLi.active .SubMenuListBox{
height: 206px; /* height: 206px; */
} }
.carousel1-leftImg{ .carousel1-leftImg{
width: 101px; /* width: 101px; */
} }
.swipercomSubEnLenR2{ .swipercomSubEnLenR2{
font-size: 1.8rem; font-size: 1.8rem;
...@@ -495,10 +495,10 @@ ul,li{ ...@@ -495,10 +495,10 @@ ul,li{
bottom: -116px; bottom: -116px;
} }
.MenuListLi.active .MenuListItem{ .MenuListLi.active .MenuListItem{
bottom: -16px; /* bottom: -16px; */
} }
.MenuListLi.active .SubMenuListBox{ .MenuListLi.active .SubMenuListBox{
height: 296px; /* height: 296px; */
} }
.MenuListBox li{ .MenuListBox li{
padding-top: 40px; padding-top: 40px;
...@@ -507,7 +507,7 @@ ul,li{ ...@@ -507,7 +507,7 @@ ul,li{
font-size: 2rem; font-size: 2rem;
} }
.carousel1-leftImg{ .carousel1-leftImg{
width: 128px; /* width: 128px; */
} }
.homeContainer{ .homeContainer{
max-width: 1440px; max-width: 1440px;
......
...@@ -4,18 +4,22 @@ ...@@ -4,18 +4,22 @@
:style="{'background-color':plugData.BgColor?plugData.BgColor:'#fff'}" style="height: 100vh;"> :style="{'background-color':plugData.BgColor?plugData.BgColor:'#fff'}" style="height: 100vh;">
<div class="absolute top0 right0 bottom0 left0 indexNavFormP row"> <div class="absolute top0 right0 bottom0 left0 indexNavFormP row">
<div class="col column carousel1-left relative" @mouseenter="ClearData"> <div class="col column carousel1-left relative" @mouseenter="ClearData">
<div class="row justify-center" @mouseenter="ClearData"> <!-- <div class="row justify-center" @mouseenter="ClearData">
<q-img class="carousel1-leftImg" :src="plugData.Logo"/> <q-img class="carousel1-leftImg" :src="plugData.Logo"/>
</div> -->
<div class="text-center" style="padding-top: 5rem;">
<img class="carousel1-leftImg inline-block" :src="plugData.Logo"/>
</div> </div>
<div class="p-x40 col row justify-center" @mouseenter="ClearData"> <div class="col column" @mouseenter="ClearData" style="padding-top: 40px;flex-grow: 1;">
<ul class="row no-wrap MenuListBox row justify-center"> <ul class="column MenuListBox row relative">
<div class="p-x40 row no-wrap justify-center">
<template v-for="(item,index) in plugData.MenuList"> <template v-for="(item,index) in plugData.MenuList">
<li class="MenuListLi row justify-center cursor-pointer" <li class="MenuListLi row justify-center cursor-pointer"
:class="[CurrentIndex>=0&&CurrentIndex==index?' active':'']" :class="[CurrentIndex>=0&&CurrentIndex==index?' active':'']"
> >
<div class="cursor-pointer flex flex-col items-center relative" <div class="cursor-pointer flex flex-col items-center relative"
v-on:mouseenter="handleMouseEnter($event,index)"> >
<div class="row min-w-50px"> <div class="row min-w-50px" v-on:mouseenter="handleMouseEnter($event,index)">
<div class="font-serifEn writing-modes-vertical p text-gray-700"> <div class="font-serifEn writing-modes-vertical p text-gray-700">
<span class="inline-block tracking-6 fontW300 remTetil"> <span class="inline-block tracking-6 fontW300 remTetil">
{{item.MenuName}} {{item.MenuName}}
...@@ -29,7 +33,7 @@ ...@@ -29,7 +33,7 @@
<div class="MenuListItem" <div class="MenuListItem"
:class="[CurrentIndex==index?'':'']"></div> :class="[CurrentIndex==index?'':'']"></div>
</div> </div>
<div class="row justify-center items-center SubMenuListBox q-py-lg" <!-- <div class="row justify-center items-center SubMenuListBox q-py-lg"
:class="[CurrentIndex==index?'':'']"> :class="[CurrentIndex==index?'':'']">
<div class="row justify-center"> <div class="row justify-center">
<template v-for="(items,i) in item.SubMenuList"> <template v-for="(items,i) in item.SubMenuList">
...@@ -42,10 +46,31 @@ ...@@ -42,10 +46,31 @@
</template> </template>
</div> </div>
</div> </div> -->
</li> </li>
</template> </template>
</div>
</ul>
<ul class="col" style="flex: 1;position: relative;z-index: 2;">
<template v-for="(item,index) in plugData.MenuList">
<div v-if="CurrentIndex==index" class="col row justify-center items-center SubMenuListBox q-py-lg"
:class="[CurrentIndex==index?'active':'']">
<div class="row justify-center">
<template v-for="(items,i) in item.SubMenuList">
<a class="SubMenuListText relative writing-modes-vertical
remSubText font-serifEn tracking-2 q-px-xs cursor-pointer inline-block row items-center"
@click="OpenNewUrl(items.LinkUrl)">
<span>{{items.MenuName}}</span>
</a>
<div v-if="(item.SubMenuList.length-1)!=i" class="SubMenuListLin q-ma-xs row">&nbsp;</div>
</template>
</div>
</div>
</template>
</ul> </ul>
<ul class="BottomListBox absolute row justify-center"> <ul class="BottomListBox absolute row justify-center">
<li class="q-py-sm q-px-lg relative cursor-pointer" v-for="(item,index) in plugData.BottomList" <li class="q-py-sm q-px-lg relative cursor-pointer" v-for="(item,index) in plugData.BottomList"
@click.stop="OpenNewUrl(item.LinkUrl)" v-if="item.LinkUrl"> @click.stop="OpenNewUrl(item.LinkUrl)" v-if="item.LinkUrl">
...@@ -241,24 +266,26 @@ export default { ...@@ -241,24 +266,26 @@ export default {
} }
.carousel1-leftImg{ .carousel1-leftImg{
display: block; display: block;
margin-top: 6rem; /* margin-top: 6rem; */
} }
.MenuListBox{ .MenuListBox{
padding: 0 40px; padding: 0 40px;
min-height: 16rem; /* min-height: 16rem; */
} }
.MenuListBox li{ .MenuListBox li{
width: 81px; width: 81px;
padding-bottom: 15px;
} }
.MenuListLi{ .MenuListLi{
height: 14rem; /* height: 14rem; */
margin-top: 3rem; /* margin-top: 3rem; */
} }
.MenuListItem{ .MenuListItem{
position: absolute; position: absolute;
left: 10px; left: 10px;
bottom: -15px;
opacity: 0; opacity: 0;
transition: .4s; transition: all .4s;
z-index: 3; z-index: 3;
} }
.MenuListItem::after{ .MenuListItem::after{
...@@ -271,17 +298,25 @@ export default { ...@@ -271,17 +298,25 @@ export default {
} }
.SubMenuListBox{ .SubMenuListBox{
width: 100%; width: 100%;
height: 196px; height: 80%;
transition: .4s; /* height: 196px; */
transition: all .4s;
opacity: 0; opacity: 0;
position: absolute; /* position: absolute;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0; */
background-color: $primary; background-color: $primary;
z-index: 3;
}
.SubMenuListBox.active{
/* top: 29%; */
height: 100%;
opacity: 1;
} }
.MenuListLi.active .MenuListItem{ .MenuListLi.active .MenuListItem{
opacity: 1; opacity: 1;
bottom: -10px;
} }
.MenuListLi.active .SubMenuListBox{ .MenuListLi.active .SubMenuListBox{
position: absolute; position: absolute;
......
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