|
@@ -62,7 +62,8 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
<template>
|
|
|
- <div class="page-home">
|
|
|
+ <div class="page-home">
|
|
|
+
|
|
|
<el-carousel ref="carousel" indicator-position="none" trigger="click" :interval="4000" loop height="100vh" @change="handlerCarouselChange">
|
|
|
<el-carousel-item>
|
|
|
<div class="home-banner banner ">
|
|
@@ -299,23 +300,10 @@ export default {
|
|
|
<a href="/privacy" class="ml-5px text-[14px] text-[#fff] underline">隐私政策</a>
|
|
|
中所述使用cookie。
|
|
|
</p>
|
|
|
- <div class="btn inline-flex items-center h-30px min-w-60px text-[#fff] pl-13px bg-transparent align-middle text-[14px] leading-[1.428571429] cursor-pointer border-2 border-solid border-white rounded-20px" @click="changeShowCookie">
|
|
|
- 确认
|
|
|
- </div>
|
|
|
+ <div class="btn inline-flex items-center h-30px min-w-60px text-[#fff] pl-13px bg-transparent align-middle text-[14px] leading-[1.428571429] cursor-pointer border-2 border-solid border-white rounded-20px" @click="changeShowCookie">
|
|
|
+ 确认
|
|
|
</div>
|
|
|
- <!-- 网站维护页面 -->
|
|
|
- <!-- <client-only>
|
|
|
- <el-dialog :visible="true" width="360px" top="30vh" :show-close="false"
|
|
|
- append-to-body center>
|
|
|
- <div class="mt-[-10px]">
|
|
|
- <img width="138px" class="m-auto mb-32px" src="~/assets/images/home/维护.svg"/>
|
|
|
- <div class="text-[#000000E6] leading-32px text-[28px] text-center mb-18px">系统维护中</div>
|
|
|
- <div class="leading-32px text-20px text-[#000000CC] text-center mb-30px">
|
|
|
- 感谢您的访问,该页面正在升级维护中噢,请您稍后再试
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </el-dialog>
|
|
|
- </client-only> -->
|
|
|
+</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -696,9 +684,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
-<!-- <style lang="scss" scoped>
|
|
|
-::v-deep .el-dialog__header {
|
|
|
- padding: 0px;
|
|
|
-}
|
|
|
-</style> -->
|
|
|
+
|
|
|
+
|
|
|
+</style>
|