|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
<template> |
|
|
|
|
<main class="w-full bg-[#0C0C16] lg:min-w-[1200px]"> |
|
|
|
|
<div |
|
|
|
|
class="relative h-[428px] w-full bg-gradient-to-b from-[#0C0C16] to-[#080809] lg:h-[888px]" |
|
|
|
|
class="relative h-[428px] md:h-[400px] max-w-[3000px] m-auto w-full bg-gradient-to-b from-[#0C0C16] to-[#080809] lg:h-[888px] xg:h-[638px] mg:h-[560px]" |
|
|
|
|
> |
|
|
|
|
<div class="size-full mx-auto overflow-hidden relative" ref="emblaNode"> |
|
|
|
|
<div class="size-full flex"> |
|
|
|
@ -22,7 +22,7 @@
@@ -22,7 +22,7 @@
|
|
|
|
|
:fetchpriority="idx === 0 ? 'high' : 'low'" |
|
|
|
|
/> |
|
|
|
|
<div |
|
|
|
|
class="w-[1440px] md:w-[870px] sm:w-[258px] sm:top-19 absolute inset-0 mx-auto flex overflow-hidden items-center sm:items-start" |
|
|
|
|
class="w-[1440px] xg:w-[1200px] mg:w-[1000px] md:w-[720px] sm:w-[258px] sm:top-19 absolute inset-0 mx-auto flex overflow-hidden items-center sm:items-start" |
|
|
|
|
> |
|
|
|
|
<div class="swiper-banner-info"> |
|
|
|
|
<h6 class="text-2xl md:text-lg lg:text-xl sm:text-xs font-bold"> |
|
|
|
@ -202,8 +202,7 @@ function createAutoplay(delay = 4000) {
@@ -202,8 +202,7 @@ function createAutoplay(delay = 4000) {
|
|
|
|
|
|
|
|
|
|
<style> |
|
|
|
|
.swiper-banner-info { |
|
|
|
|
@apply relative flex flex-col justify-center sm:justify-normal gap-16 md:gap-4 sm:gap-2 |
|
|
|
|
text-white; |
|
|
|
|
@apply relative flex flex-col justify-center sm:justify-normal gap-16 xg:gap-14 mg:gap-10 md:gap-8 sm:gap-2 text-white xg:w-[540px] mg:w-[480px] md:w-[300px]; |
|
|
|
|
} |
|
|
|
|
.title-font { |
|
|
|
|
@apply text-5xl md:text-4xl sm:text-lg font-bold text-center text-white; |
|
|
|
|