You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1972 lines
57 KiB
1972 lines
57 KiB
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta http-equiv="pragma" content="no-cache" />
|
|
<meta http-equiv="cache-control" content="no-cache" />
|
|
<meta http-equiv="expires" content="0" />
|
|
<link rel="shortcut icon" href="dbqb_favicon.ico" />
|
|
<link rel="Bookmark" href="dbqb_favicon.ico" />
|
|
<meta http-equiv="keywords" content="夺宝奇兵,homilychart,homilylink" />
|
|
<meta http-equiv="description" content="HomilyLink" />
|
|
<title>夺宝奇兵 - AI炒股时代,机构界的黑科技!</title>
|
|
<!-- 引入外部资源 -->
|
|
<script src="https://cdn.tailwindcss.com?v=3.3.5"></script>
|
|
<link
|
|
href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"
|
|
rel="stylesheet"
|
|
/>
|
|
|
|
<!-- 基础样式配置 -->
|
|
<script>
|
|
tailwind.config = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
primary: "#3B82F6",
|
|
windows: "#0078D7",
|
|
macos: "#555555",
|
|
android: "#3DDC84",
|
|
ios: "#000000",
|
|
},
|
|
},
|
|
},
|
|
};
|
|
</script>
|
|
|
|
<style type="text/tailwindcss">
|
|
@layer utilities {
|
|
.card-hover {
|
|
@apply transition-all duration-300 hover:shadow-xl hover:-translate-y-1;
|
|
}
|
|
.btn-effect {
|
|
@apply relative overflow-hidden transition-all duration-300;
|
|
}
|
|
.btn-effect::after {
|
|
content: "";
|
|
@apply absolute top-0 left-[-100%] w-full h-full bg-white/20 transform skew-x-12 transition-all duration-500;
|
|
}
|
|
.btn-effect:hover::after {
|
|
@apply left-[100%];
|
|
}
|
|
.guide-step {
|
|
@apply flex items-start mb-3;
|
|
}
|
|
.guide-step-number {
|
|
@apply w-6 h-6 rounded-full bg-primary text-white flex items-center justify-center mr-3 flex-shrink-0 mt-0.5;
|
|
}
|
|
.modal-backdrop {
|
|
@apply fixed inset-0 bg-black/50 flex items-center justify-center z-50 opacity-0 pointer-events-none transition-opacity duration-300;
|
|
}
|
|
.modal-backdrop.active {
|
|
@apply opacity-100 pointer-events-auto;
|
|
}
|
|
.modal-content {
|
|
@apply bg-white rounded-xl p-6 max-w-md w-full mx-4 transform translate-y-8 transition-transform duration-300;
|
|
}
|
|
.modal-backdrop.active .modal-content {
|
|
@apply translate-y-0;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
<style>
|
|
/* 确保基础样式生效 */
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
sans-serif;
|
|
}
|
|
|
|
/* 简单动画 */
|
|
@keyframes fadeIn {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(10px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
|
|
.fade-in {
|
|
animation: fadeIn 0.5s ease-out forwards;
|
|
}
|
|
|
|
.delay-100 {
|
|
animation-delay: 0.1s;
|
|
}
|
|
.delay-200 {
|
|
animation-delay: 0.2s;
|
|
}
|
|
.delay-300 {
|
|
animation-delay: 0.3s;
|
|
}
|
|
</style>
|
|
<style>
|
|
*,
|
|
::before,
|
|
::after {
|
|
--tw-border-spacing-x: 0;
|
|
--tw-border-spacing-y: 0;
|
|
--tw-translate-x: 0;
|
|
--tw-translate-y: 0;
|
|
--tw-rotate: 0;
|
|
--tw-skew-x: 0;
|
|
--tw-skew-y: 0;
|
|
--tw-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
--tw-pan-x: ;
|
|
--tw-pan-y: ;
|
|
--tw-pinch-zoom: ;
|
|
--tw-scroll-snap-strictness: proximity;
|
|
--tw-gradient-from-position: ;
|
|
--tw-gradient-via-position: ;
|
|
--tw-gradient-to-position: ;
|
|
--tw-ordinal: ;
|
|
--tw-slashed-zero: ;
|
|
--tw-numeric-figure: ;
|
|
--tw-numeric-spacing: ;
|
|
--tw-numeric-fraction: ;
|
|
--tw-ring-inset: ;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
--tw-blur: ;
|
|
--tw-brightness: ;
|
|
--tw-contrast: ;
|
|
--tw-grayscale: ;
|
|
--tw-hue-rotate: ;
|
|
--tw-invert: ;
|
|
--tw-saturate: ;
|
|
--tw-sepia: ;
|
|
--tw-drop-shadow: ;
|
|
--tw-backdrop-blur: ;
|
|
--tw-backdrop-brightness: ;
|
|
--tw-backdrop-contrast: ;
|
|
--tw-backdrop-grayscale: ;
|
|
--tw-backdrop-hue-rotate: ;
|
|
--tw-backdrop-invert: ;
|
|
--tw-backdrop-opacity: ;
|
|
--tw-backdrop-saturate: ;
|
|
--tw-backdrop-sepia: ;
|
|
--tw-contain-size: ;
|
|
--tw-contain-layout: ;
|
|
--tw-contain-paint: ;
|
|
--tw-contain-style: ;
|
|
}
|
|
::backdrop {
|
|
--tw-border-spacing-x: 0;
|
|
--tw-border-spacing-y: 0;
|
|
--tw-translate-x: 0;
|
|
--tw-translate-y: 0;
|
|
--tw-rotate: 0;
|
|
--tw-skew-x: 0;
|
|
--tw-skew-y: 0;
|
|
--tw-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
--tw-pan-x: ;
|
|
--tw-pan-y: ;
|
|
--tw-pinch-zoom: ;
|
|
--tw-scroll-snap-strictness: proximity;
|
|
--tw-gradient-from-position: ;
|
|
--tw-gradient-via-position: ;
|
|
--tw-gradient-to-position: ;
|
|
--tw-ordinal: ;
|
|
--tw-slashed-zero: ;
|
|
--tw-numeric-figure: ;
|
|
--tw-numeric-spacing: ;
|
|
--tw-numeric-fraction: ;
|
|
--tw-ring-inset: ;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
--tw-blur: ;
|
|
--tw-brightness: ;
|
|
--tw-contrast: ;
|
|
--tw-grayscale: ;
|
|
--tw-hue-rotate: ;
|
|
--tw-invert: ;
|
|
--tw-saturate: ;
|
|
--tw-sepia: ;
|
|
--tw-drop-shadow: ;
|
|
--tw-backdrop-blur: ;
|
|
--tw-backdrop-brightness: ;
|
|
--tw-backdrop-contrast: ;
|
|
--tw-backdrop-grayscale: ;
|
|
--tw-backdrop-hue-rotate: ;
|
|
--tw-backdrop-invert: ;
|
|
--tw-backdrop-opacity: ;
|
|
--tw-backdrop-saturate: ;
|
|
--tw-backdrop-sepia: ;
|
|
--tw-contain-size: ;
|
|
--tw-contain-layout: ;
|
|
--tw-contain-paint: ;
|
|
--tw-contain-style: ;
|
|
} /* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
|
|
*,
|
|
::after,
|
|
::before {
|
|
box-sizing: border-box;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: #e5e7eb;
|
|
}
|
|
::after,
|
|
::before {
|
|
--tw-content: "";
|
|
}
|
|
:host,
|
|
html {
|
|
line-height: 1.5;
|
|
-webkit-text-size-adjust: 100%;
|
|
-moz-tab-size: 4;
|
|
tab-size: 4;
|
|
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
font-feature-settings: normal;
|
|
font-variation-settings: normal;
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
line-height: inherit;
|
|
}
|
|
hr {
|
|
height: 0;
|
|
color: inherit;
|
|
border-top-width: 1px;
|
|
}
|
|
abbr:where([title]) {
|
|
-webkit-text-decoration: underline dotted;
|
|
text-decoration: underline dotted;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
}
|
|
a {
|
|
color: inherit;
|
|
text-decoration: inherit;
|
|
}
|
|
b,
|
|
strong {
|
|
font-weight: bolder;
|
|
}
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
"Liberation Mono", "Courier New", monospace;
|
|
font-feature-settings: normal;
|
|
font-variation-settings: normal;
|
|
font-size: 1em;
|
|
}
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
table {
|
|
text-indent: 0;
|
|
border-color: inherit;
|
|
border-collapse: collapse;
|
|
}
|
|
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
font-family: inherit;
|
|
font-feature-settings: inherit;
|
|
font-variation-settings: inherit;
|
|
font-size: 100%;
|
|
font-weight: inherit;
|
|
line-height: inherit;
|
|
letter-spacing: inherit;
|
|
color: inherit;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
button,
|
|
select {
|
|
text-transform: none;
|
|
}
|
|
button,
|
|
input:where([type="button"]),
|
|
input:where([type="reset"]),
|
|
input:where([type="submit"]) {
|
|
-webkit-appearance: button;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
}
|
|
:-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
:-moz-ui-invalid {
|
|
box-shadow: none;
|
|
}
|
|
progress {
|
|
vertical-align: baseline;
|
|
}
|
|
::-webkit-inner-spin-button,
|
|
::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
[type="search"] {
|
|
-webkit-appearance: textfield;
|
|
outline-offset: -2px;
|
|
}
|
|
::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
::-webkit-file-upload-button {
|
|
-webkit-appearance: button;
|
|
font: inherit;
|
|
}
|
|
summary {
|
|
display: list-item;
|
|
}
|
|
blockquote,
|
|
dd,
|
|
dl,
|
|
figure,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
hr,
|
|
p,
|
|
pre {
|
|
margin: 0;
|
|
}
|
|
fieldset {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
legend {
|
|
padding: 0;
|
|
}
|
|
menu,
|
|
ol,
|
|
ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
dialog {
|
|
padding: 0;
|
|
}
|
|
textarea {
|
|
resize: vertical;
|
|
}
|
|
input::placeholder,
|
|
textarea::placeholder {
|
|
opacity: 1;
|
|
color: #9ca3af;
|
|
}
|
|
[role="button"],
|
|
button {
|
|
cursor: pointer;
|
|
}
|
|
:disabled {
|
|
cursor: default;
|
|
}
|
|
audio,
|
|
canvas,
|
|
embed,
|
|
iframe,
|
|
img,
|
|
object,
|
|
svg,
|
|
video {
|
|
display: block;
|
|
vertical-align: middle;
|
|
}
|
|
img,
|
|
video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
[hidden]:where(:not([hidden="until-found"])) {
|
|
display: none;
|
|
}
|
|
.container {
|
|
width: 100%;
|
|
}
|
|
@media (min-width: 640px) {
|
|
.container {
|
|
max-width: 640px;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.container {
|
|
max-width: 768px;
|
|
}
|
|
}
|
|
@media (min-width: 1024px) {
|
|
.container {
|
|
max-width: 1024px;
|
|
}
|
|
}
|
|
@media (min-width: 1280px) {
|
|
.container {
|
|
max-width: 1280px;
|
|
}
|
|
}
|
|
@media (min-width: 1536px) {
|
|
.container {
|
|
max-width: 1536px;
|
|
}
|
|
}
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
.left-0 {
|
|
left: 0px;
|
|
}
|
|
.right-0 {
|
|
right: 0px;
|
|
}
|
|
.top-0 {
|
|
top: 0px;
|
|
}
|
|
.z-50 {
|
|
z-index: 50;
|
|
}
|
|
.mx-auto {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.mb-1 {
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
.mb-10 {
|
|
margin-bottom: 2.5rem;
|
|
}
|
|
.mb-12 {
|
|
margin-bottom: 3rem;
|
|
}
|
|
.mb-16 {
|
|
margin-bottom: 4rem;
|
|
}
|
|
.mb-2 {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.mb-3 {
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
.mb-4 {
|
|
margin-bottom: 1rem;
|
|
}
|
|
.mb-5 {
|
|
margin-bottom: 1.25rem;
|
|
}
|
|
.mb-6 {
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
.mr-2 {
|
|
margin-right: 0.5rem;
|
|
}
|
|
.mr-4 {
|
|
margin-right: 1rem;
|
|
}
|
|
.mt-16 {
|
|
margin-top: 4rem;
|
|
}
|
|
.mt-2 {
|
|
margin-top: 0.5rem;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
.inline-flex {
|
|
display: inline-flex;
|
|
}
|
|
.grid {
|
|
display: grid;
|
|
}
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
.h-10 {
|
|
height: 2.5rem;
|
|
}
|
|
.h-16 {
|
|
height: 4rem;
|
|
}
|
|
.h-20 {
|
|
height: 5rem;
|
|
}
|
|
.h-auto {
|
|
height: auto;
|
|
}
|
|
.w-10 {
|
|
width: 2.5rem;
|
|
}
|
|
.w-16 {
|
|
width: 4rem;
|
|
}
|
|
.w-20 {
|
|
width: 5rem;
|
|
}
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
.max-w-2xl {
|
|
max-width: 42rem;
|
|
}
|
|
.max-w-3xl {
|
|
max-width: 48rem;
|
|
}
|
|
.max-w-6xl {
|
|
max-width: 72rem;
|
|
}
|
|
.flex-1 {
|
|
flex: 1 1 0%;
|
|
}
|
|
.flex-shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
.grid-cols-1 {
|
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
}
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
.items-start {
|
|
align-items: flex-start;
|
|
}
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
.gap-4 {
|
|
gap: 1rem;
|
|
}
|
|
.gap-6 {
|
|
gap: 1.5rem;
|
|
}
|
|
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(2rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
|
|
}
|
|
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
}
|
|
.rounded-full {
|
|
border-radius: 9999px;
|
|
}
|
|
.rounded-lg {
|
|
border-radius: 0.5rem;
|
|
}
|
|
.rounded-xl {
|
|
border-radius: 0.75rem;
|
|
}
|
|
.border {
|
|
border-width: 1px;
|
|
}
|
|
.border-t {
|
|
border-top-width: 1px;
|
|
}
|
|
.border-blue-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
|
|
}
|
|
.border-gray-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
}
|
|
.bg-android {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(61 220 132 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-android\/10 {
|
|
background-color: rgb(61 220 132 / 0.1);
|
|
}
|
|
.bg-blue-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-blue-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-gray-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-gray-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-gray-900 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-ios {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-macos {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-primary {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-white {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-white\/95 {
|
|
background-color: rgb(255 255 255 / 0.95);
|
|
}
|
|
.bg-windows {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(0 120 215 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-windows\/10 {
|
|
background-color: rgb(0 120 215 / 0.1);
|
|
}
|
|
.bg-yellow-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.bg-gradient-to-r {
|
|
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
|
}
|
|
.from-primary {
|
|
--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
.to-purple-600 {
|
|
--tw-gradient-to: #9333ea var(--tw-gradient-to-position);
|
|
}
|
|
.bg-clip-text {
|
|
-webkit-background-clip: text;
|
|
background-clip: text;
|
|
}
|
|
.p-5 {
|
|
padding: 1.25rem;
|
|
}
|
|
.p-6 {
|
|
padding: 1.5rem;
|
|
}
|
|
.px-4 {
|
|
padding-left: 1rem;
|
|
padding-right: 1rem;
|
|
}
|
|
.px-5 {
|
|
padding-left: 1.25rem;
|
|
padding-right: 1.25rem;
|
|
}
|
|
.py-10 {
|
|
padding-top: 2.5rem;
|
|
padding-bottom: 2.5rem;
|
|
}
|
|
.py-2 {
|
|
padding-top: 0.5rem;
|
|
padding-bottom: 0.5rem;
|
|
}
|
|
.py-3 {
|
|
padding-top: 0.75rem;
|
|
padding-bottom: 0.75rem;
|
|
}
|
|
.py-4 {
|
|
padding-top: 1rem;
|
|
padding-bottom: 1rem;
|
|
}
|
|
.pb-16 {
|
|
padding-bottom: 4rem;
|
|
}
|
|
.pt-28 {
|
|
padding-top: 7rem;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-3xl {
|
|
font-size: 1.875rem;
|
|
line-height: 2.25rem;
|
|
}
|
|
.text-4xl {
|
|
font-size: 2.25rem;
|
|
line-height: 2.5rem;
|
|
}
|
|
.text-\[clamp\(1\.8rem\2c 4vw\2c 2\.5rem\)\] {
|
|
font-size: clamp(1.8rem, 4vw, 2.5rem);
|
|
}
|
|
.text-lg {
|
|
font-size: 1.125rem;
|
|
line-height: 1.75rem;
|
|
}
|
|
.text-sm {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
}
|
|
.text-xl {
|
|
font-size: 1.25rem;
|
|
line-height: 1.75rem;
|
|
}
|
|
.text-xs {
|
|
font-size: 0.75rem;
|
|
line-height: 1rem;
|
|
}
|
|
.font-bold {
|
|
font-weight: 700;
|
|
}
|
|
.font-medium {
|
|
font-weight: 500;
|
|
}
|
|
.font-semibold {
|
|
font-weight: 600;
|
|
}
|
|
.text-android {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(61 220 132 / var(--tw-text-opacity, 1));
|
|
}
|
|
.text-gray-400 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
}
|
|
.text-gray-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
}
|
|
.text-gray-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
}
|
|
.text-gray-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
}
|
|
.text-gray-800 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
|
}
|
|
.text-ios {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
}
|
|
.text-macos {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(85 85 85 / var(--tw-text-opacity, 1));
|
|
}
|
|
.text-primary {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
}
|
|
.text-transparent {
|
|
color: transparent;
|
|
}
|
|
.text-white {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
}
|
|
.text-windows {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(0 120 215 / var(--tw-text-opacity, 1));
|
|
}
|
|
.text-yellow-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(234 179 8 / var(--tw-text-opacity, 1));
|
|
}
|
|
.shadow-lg {
|
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
|
|
0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
|
|
0 4px 6px -4px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
}
|
|
.shadow-md {
|
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
|
|
0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
|
|
0 2px 4px -2px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
}
|
|
.shadow-sm {
|
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
}
|
|
.transition-all {
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
}
|
|
.transition-colors {
|
|
transition-property: color, background-color, border-color, fill, stroke,
|
|
-webkit-text-decoration-color;
|
|
transition-property: color, background-color, border-color,
|
|
text-decoration-color, fill, stroke;
|
|
transition-property: color, background-color, border-color,
|
|
text-decoration-color, fill, stroke, -webkit-text-decoration-color;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
}
|
|
.delay-100 {
|
|
transition-delay: 100ms;
|
|
}
|
|
.delay-200 {
|
|
transition-delay: 200ms;
|
|
}
|
|
.delay-300 {
|
|
transition-delay: 300ms;
|
|
}
|
|
.card-hover {
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 300ms;
|
|
}
|
|
.card-hover:hover {
|
|
--tw-translate-y: -0.25rem;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
|
|
skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
|
|
scaleY(var(--tw-scale-y));
|
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
|
|
0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
|
|
0 8px 10px -6px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
}
|
|
.btn-effect {
|
|
position: relative;
|
|
overflow: hidden;
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 300ms;
|
|
}
|
|
.btn-effect::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0px;
|
|
left: -100%;
|
|
height: 100%;
|
|
width: 100%;
|
|
--tw-skew-x: 12deg;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
|
|
skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
|
|
scaleY(var(--tw-scale-y));
|
|
background-color: rgb(255 255 255 / 0.2);
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 500ms;
|
|
}
|
|
.btn-effect:hover::after {
|
|
left: 100%;
|
|
}
|
|
.guide-step {
|
|
margin-bottom: 0.75rem;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.guide-step-number {
|
|
margin-right: 0.75rem;
|
|
margin-top: 0.125rem;
|
|
display: flex;
|
|
height: 1.5rem;
|
|
width: 1.5rem;
|
|
flex-shrink: 0;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 9999px;
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
}
|
|
.modal-backdrop {
|
|
pointer-events: none;
|
|
position: fixed;
|
|
inset: 0px;
|
|
z-index: 50;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: rgb(0 0 0 / 0.5);
|
|
opacity: 0;
|
|
transition-property: opacity;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 300ms;
|
|
}
|
|
.modal-backdrop.active {
|
|
pointer-events: auto;
|
|
opacity: 1;
|
|
}
|
|
.modal-content {
|
|
margin-left: 1rem;
|
|
margin-right: 1rem;
|
|
width: 100%;
|
|
max-width: 28rem;
|
|
--tw-translate-y: 2rem;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
|
|
skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
|
|
scaleY(var(--tw-scale-y));
|
|
border-radius: 0.75rem;
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
padding: 1.5rem;
|
|
transition-property: transform;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 300ms;
|
|
}
|
|
.modal-backdrop.active .modal-content {
|
|
--tw-translate-y: 0px;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
|
|
skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
|
|
scaleY(var(--tw-scale-y));
|
|
}
|
|
.hover\:bg-gray-50:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
}
|
|
.hover\:bg-primary\/90:hover {
|
|
background-color: rgb(59 130 246 / 0.9);
|
|
}
|
|
.hover\:text-primary:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
}
|
|
.hover\:shadow-lg:hover {
|
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
|
|
0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
|
|
0 4px 6px -4px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
}
|
|
@media (min-width: 640px) {
|
|
.sm\:grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.md\:flex {
|
|
display: flex;
|
|
}
|
|
.md\:hidden {
|
|
display: none;
|
|
}
|
|
.md\:grid-cols-3 {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
}
|
|
}
|
|
@media (min-width: 1024px) {
|
|
.lg\:grid-cols-4 {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
}
|
|
}
|
|
</style>
|
|
<style data-id="immersive-translate-input-injected-css">
|
|
.immersive-translate-input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
z-index: 2147483647;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.immersive-translate-attach-loading::after {
|
|
content: " ";
|
|
|
|
--loading-color: #f78fb6;
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 50%;
|
|
display: block;
|
|
margin: 12px auto;
|
|
position: relative;
|
|
color: white;
|
|
left: -100px;
|
|
box-sizing: border-box;
|
|
animation: immersiveTranslateShadowRolling 1.5s linear infinite;
|
|
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-2000%, -50%);
|
|
z-index: 100;
|
|
}
|
|
|
|
.immersive-translate-loading-spinner {
|
|
vertical-align: middle !important;
|
|
width: 10px !important;
|
|
height: 10px !important;
|
|
display: inline-block !important;
|
|
margin: 0 4px !important;
|
|
border: 2px rgba(221, 244, 255, 0.6) solid !important;
|
|
border-top: 2px rgba(0, 0, 0, 0.375) solid !important;
|
|
border-left: 2px rgba(0, 0, 0, 0.375) solid !important;
|
|
border-radius: 50% !important;
|
|
padding: 0 !important;
|
|
-webkit-animation: immersive-translate-loading-animation 0.6s infinite
|
|
linear !important;
|
|
animation: immersive-translate-loading-animation 0.6s infinite linear !important;
|
|
}
|
|
|
|
@-webkit-keyframes immersive-translate-loading-animation {
|
|
from {
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(359deg);
|
|
}
|
|
}
|
|
|
|
@keyframes immersive-translate-loading-animation {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
to {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
|
|
.immersive-translate-input-loading {
|
|
--loading-color: #f78fb6;
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 50%;
|
|
display: block;
|
|
margin: 12px auto;
|
|
position: relative;
|
|
color: white;
|
|
left: -100px;
|
|
box-sizing: border-box;
|
|
animation: immersiveTranslateShadowRolling 1.5s linear infinite;
|
|
}
|
|
|
|
@keyframes immersiveTranslateShadowRolling {
|
|
0% {
|
|
box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
|
|
0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
12% {
|
|
box-shadow: 100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0),
|
|
0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
25% {
|
|
box-shadow: 110px 0 var(--loading-color), 100px 0 var(--loading-color),
|
|
0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
36% {
|
|
box-shadow: 120px 0 var(--loading-color), 110px 0 var(--loading-color),
|
|
100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
50% {
|
|
box-shadow: 130px 0 var(--loading-color), 120px 0 var(--loading-color),
|
|
110px 0 var(--loading-color), 100px 0 var(--loading-color);
|
|
}
|
|
|
|
62% {
|
|
box-shadow: 200px 0 rgba(255, 255, 255, 0),
|
|
130px 0 var(--loading-color), 120px 0 var(--loading-color),
|
|
110px 0 var(--loading-color);
|
|
}
|
|
|
|
75% {
|
|
box-shadow: 200px 0 rgba(255, 255, 255, 0),
|
|
200px 0 rgba(255, 255, 255, 0), 130px 0 var(--loading-color),
|
|
120px 0 var(--loading-color);
|
|
}
|
|
|
|
87% {
|
|
box-shadow: 200px 0 rgba(255, 255, 255, 0),
|
|
200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
|
|
130px 0 var(--loading-color);
|
|
}
|
|
|
|
100% {
|
|
box-shadow: 200px 0 rgba(255, 255, 255, 0),
|
|
200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
|
|
200px 0 rgba(255, 255, 255, 0);
|
|
}
|
|
}
|
|
|
|
.immersive-translate-toast {
|
|
display: flex;
|
|
position: fixed;
|
|
z-index: 2147483647;
|
|
left: 0;
|
|
right: 0;
|
|
top: 1%;
|
|
width: fit-content;
|
|
padding: 12px 20px;
|
|
margin: auto;
|
|
overflow: auto;
|
|
background: #fef6f9;
|
|
box-shadow: 0px 4px 10px 0px rgba(0, 10, 30, 0.06);
|
|
font-size: 15px;
|
|
border-radius: 8px;
|
|
color: #333;
|
|
}
|
|
|
|
.immersive-translate-toast-content {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.immersive-translate-toast-hidden {
|
|
margin: 0 20px 0 72px;
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.immersive-translate-toast-close {
|
|
color: #666666;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
padding: 0 10px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.immersive-translate-toast {
|
|
top: 0;
|
|
padding: 12px 0px 0 10px;
|
|
}
|
|
.immersive-translate-toast-content {
|
|
flex-direction: column;
|
|
text-align: center;
|
|
}
|
|
.immersive-translate-toast-hidden {
|
|
margin: 10px auto;
|
|
}
|
|
}
|
|
|
|
.immersive-translate-dialog {
|
|
position: fixed;
|
|
z-index: 2147483647;
|
|
left: 0;
|
|
top: 0;
|
|
display: flex;
|
|
width: 300px;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
font-size: 15px;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
height: fit-content;
|
|
border-radius: 20px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.immersive-translate-modal {
|
|
display: none;
|
|
position: fixed;
|
|
z-index: 2147483647;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
background-color: rgb(0, 0, 0);
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
font-size: 15px;
|
|
}
|
|
|
|
.immersive-translate-modal-content {
|
|
background-color: #fefefe;
|
|
margin: 10% auto;
|
|
padding: 40px 24px 24px;
|
|
border-radius: 12px;
|
|
width: 350px;
|
|
font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu",
|
|
"Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji",
|
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
position: relative;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.immersive-translate-modal-content {
|
|
margin: 25% auto !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 480px) {
|
|
.immersive-translate-modal-content {
|
|
width: 80vw !important;
|
|
margin: 20vh auto !important;
|
|
padding: 20px 12px 12px !important;
|
|
}
|
|
|
|
.immersive-translate-modal-title {
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.immersive-translate-modal-body {
|
|
font-size: 13px !important;
|
|
max-height: 60vh !important;
|
|
}
|
|
|
|
.immersive-translate-btn {
|
|
font-size: 13px !important;
|
|
padding: 8px 16px !important;
|
|
margin: 0 4px !important;
|
|
}
|
|
|
|
.immersive-translate-modal-footer {
|
|
gap: 6px !important;
|
|
margin-top: 16px !important;
|
|
}
|
|
}
|
|
|
|
.immersive-translate-modal .immersive-translate-modal-content-in-input {
|
|
max-width: 500px;
|
|
}
|
|
.immersive-translate-modal-content-in-input
|
|
.immersive-translate-modal-body {
|
|
text-align: left;
|
|
max-height: unset;
|
|
}
|
|
|
|
.immersive-translate-modal-title {
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
color: #333333;
|
|
}
|
|
|
|
.immersive-translate-modal-body {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
margin-top: 24px;
|
|
word-break: break-all;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.immersive-translate-modal-body {
|
|
max-height: 250px;
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
|
|
.immersive-translate-close {
|
|
color: #666666;
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 16px;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.immersive-translate-close:hover,
|
|
.immersive-translate-close:focus {
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.immersive-translate-modal-footer {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
margin-top: 24px;
|
|
}
|
|
|
|
.immersive-translate-btn {
|
|
width: fit-content;
|
|
color: #fff;
|
|
background-color: #ea4c89;
|
|
border: none;
|
|
font-size: 14px;
|
|
margin: 0 8px;
|
|
padding: 9px 30px;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
transition: background-color 0.3s ease;
|
|
}
|
|
|
|
.immersive-translate-btn-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 8px;
|
|
}
|
|
|
|
.immersive-translate-btn:hover {
|
|
background-color: #f082ac;
|
|
}
|
|
.immersive-translate-btn:disabled {
|
|
opacity: 0.6;
|
|
cursor: not-allowed;
|
|
}
|
|
.immersive-translate-btn:disabled:hover {
|
|
background-color: #ea4c89;
|
|
}
|
|
|
|
.immersive-translate-link-btn {
|
|
background-color: transparent;
|
|
color: #ea4c89;
|
|
border: none;
|
|
cursor: pointer;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.immersive-translate-cancel-btn {
|
|
/* gray color */
|
|
background-color: rgb(89, 107, 120);
|
|
}
|
|
|
|
.immersive-translate-cancel-btn:hover {
|
|
background-color: hsl(205, 20%, 32%);
|
|
}
|
|
|
|
.immersive-translate-action-btn {
|
|
background-color: transparent;
|
|
color: #ea4c89;
|
|
border: 1px solid #ea4c89;
|
|
}
|
|
|
|
.immersive-translate-btn svg {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.immersive-translate-link {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
-webkit-user-drag: none;
|
|
text-decoration: none;
|
|
color: #ea4c89;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.immersive-translate-primary-link {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
-webkit-user-drag: none;
|
|
text-decoration: none;
|
|
color: #ea4c89;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.immersive-translate-modal input[type="radio"] {
|
|
margin: 0 6px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.immersive-translate-modal label {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.immersive-translate-close-action {
|
|
position: absolute;
|
|
top: 2px;
|
|
right: 0px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.imt-image-status {
|
|
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
display: flex !important;
|
|
flex-direction: column !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
border-radius: 16px !important;
|
|
}
|
|
.imt-image-status img,
|
|
.imt-image-status svg,
|
|
.imt-img-loading {
|
|
width: 28px !important;
|
|
height: 28px !important;
|
|
margin: 0 0 8px 0 !important;
|
|
min-height: 28px !important;
|
|
min-width: 28px !important;
|
|
position: relative !important;
|
|
}
|
|
.imt-img-loading {
|
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAtFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oK74hAAAAPHRSTlMABBMIDyQXHwyBfFdDMSw+OjXCb+5RG51IvV/k0rOqlGRM6KKMhdvNyZBz9MaupmxpWyj437iYd/yJVNZeuUC7AAACt0lEQVRIx53T2XKiUBCA4QYOiyCbiAsuuGBcYtxiYtT3f6/pbqoYHVFO5r+iivpo6DpAWYpqeoFfr9f90DsYAuRSWkFnPO50OgR9PwiCUFcl2GEcx+N/YBh6pvKaefHlUgZd1zVe0NbYcQjGBfzrPE8Xz8aF+71D8gG6DHFPpc4a7xFiCDuhaWgKgGIJQ3d5IMGDrpS4S5KgpIm+en9f6PlAhKby4JwEIxlYJV9h5k5nee9GoxHJ2IDSNB0dwdad1NAxDJ/uXDHYmebdk4PdbkS58CIVHdYSUHTYYRWOJblWSyu2lmy3KNFVJNBhxcuGW4YBVCbYGRZwIooipHsNqjM4FbgOQqQqSKQQU9V8xmi1QlgHqQQ6DDBvRUVCDirs+EzGDGOQTCATgtYTnbCVLgsVgRE0T1QE0qHCFAht2z6dLvJQs3Lo2FQoDxWNUiBhaP4eRgwNkI+dAjVOA/kUrIDwf3CG8NfNOE0eiFotSuo+rBiq8tD9oY4Qzc6YJw99hl1wzpQvD7ef2M8QgnOGJfJw+EltQc+oX2yn907QB22WZcvlUpd143dqQu+8pCJZuGE4xCuPXJqqcs5sNpsI93Rmzym1k4Npk+oD1SH3/a3LOK/JpUBpWfqNySxWzCfNCUITuDG5dtuphrUJ1myeIE9bIsPiKrfqTai5WZxbhtNphYx6GEIHihyGFTI69lje/rxajdh0s0msZ0zYxyPLhYCb1CyHm9Qsd2H37Y3lugVwL9kNh8Ot8cha6fUNQ8nuXi5z9/ExsAO4zQrb/ev1yrCB7lGyQzgYDGuxq1toDN/JGvN+HyWNHKB7zEoK+PX11e12G431erGYzwmytAWU56fkMHY5JJnDRR2eZji3AwtIcrEV8Cojat/BdQ7XOwGV1e1hDjGGjXbdArm8uJZtCH5MbcctVX8A1WpqumJHwckAAAAASUVORK5CYII=");
|
|
background-size: 28px 28px;
|
|
animation: image-loading-rotate 1s linear infinite !important;
|
|
}
|
|
|
|
.imt-image-status span {
|
|
color: var(--bg-2, #fff) !important;
|
|
font-size: 14px !important;
|
|
line-height: 14px !important;
|
|
font-weight: 500 !important;
|
|
font-family: "PingFang SC", Arial, sans-serif !important;
|
|
}
|
|
|
|
.imt-primary-button {
|
|
display: flex;
|
|
padding: 12px 80px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 8px;
|
|
border-radius: 8px;
|
|
background: #ea4c89;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
line-height: 24px;
|
|
border: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.imt-retry-text {
|
|
color: #999;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 21px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.imt-action-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 12px;
|
|
}
|
|
|
|
.imt-modal-content-text {
|
|
text-align: left;
|
|
color: #333;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
}
|
|
|
|
@keyframes image-loading-rotate {
|
|
from {
|
|
transform: rotate(360deg);
|
|
}
|
|
to {
|
|
transform: rotate(0deg);
|
|
}
|
|
}
|
|
|
|
.imt-linear-gradient-text {
|
|
background: linear-gradient(
|
|
90deg,
|
|
#00a6ff 0%,
|
|
#c369ff 52.4%,
|
|
#ff4590 100%
|
|
);
|
|
background-clip: text;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
|
|
.imt-flex-center {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.imt-linear-black-btn {
|
|
border-radius: 50px;
|
|
background: linear-gradient(66deg, #222 19%, #696969 94.25%);
|
|
height: 48px;
|
|
width: 100%;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
display: flex;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
justify-content: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="bg-gray-50 text-gray-800">
|
|
<!-- 导航栏 -->
|
|
<header class="fixed top-0 left-0 right-0 bg-white/95 shadow-sm z-50">
|
|
<div
|
|
class="container mx-auto px-4 py-4 flex justify-between items-center"
|
|
>
|
|
<div class="flex items-center space-x-2">
|
|
<div
|
|
class="w-10 h-10 rounded-lg bg-gradient-to-r from-primary to-purple-600 flex items-center justify-center"
|
|
>
|
|
<img
|
|
alt="夺宝奇兵"
|
|
src="https://hc.homilychart.com/hc/250121/img/20230711171637.png"
|
|
style="width: 40px; height: 40px"
|
|
/>
|
|
</div>
|
|
<span
|
|
class="text-xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-primary to-purple-600"
|
|
>夺宝奇兵-软件下载</span
|
|
>
|
|
</div>
|
|
|
|
<!-- 桌面导航 -->
|
|
<nav class="hidden md:flex items-center space-x-8">
|
|
<a href="index.html" class="hover:text-primary transition-colors"
|
|
>首页</a
|
|
>
|
|
<a href="hcdbqb-download.html" class="text-primary font-medium"
|
|
>下载中心</a
|
|
>
|
|
<a
|
|
href="https://api.whatsapp.com/send?phone=85255110485&text=我需要帮助"
|
|
target="_blank"
|
|
class="hover:text-primary transition-colors"
|
|
>帮助</a
|
|
>
|
|
<a
|
|
href="https://api.whatsapp.com/send?phone=85255110485&text=我需要帮助"
|
|
target="_blank"
|
|
class="px-5 py-2 rounded-full bg-gradient-to-r from-primary to-purple-600 text-white hover:shadow-lg transition-all"
|
|
>加入我们</a
|
|
>
|
|
</nav>
|
|
|
|
<!-- 移动端菜单 -->
|
|
<button id="mobileMenuBtn" class="md:hidden text-xl">
|
|
<i class="fa fa-bars"></i>
|
|
</button>
|
|
</div>
|
|
|
|
<!-- 移动端菜单内容 -->
|
|
<div id="mobileMenu" class="md:hidden hidden bg-white border-t">
|
|
<div class="container mx-auto px-4 py-3 flex flex-col space-y-3">
|
|
<a href="index.html" class="py-2 hover:text-primary transition-colors"
|
|
>首页</a
|
|
>
|
|
<a href="hcdbqb-download.html" class="py-2 text-primary">下载中心</a>
|
|
<a
|
|
href="https://wa.me/+6588792879?text=夺宝奇兵下载我需要帮助"
|
|
target="_blank"
|
|
class="py-2 hover:text-primary transition-colors"
|
|
>帮助</a
|
|
>
|
|
<a
|
|
href="https://wa.me/+6588792879?text=夺宝奇兵下载我需要帮助"
|
|
target="_blank"
|
|
class="py-2 mt-2 rounded-full bg-gradient-to-r from-primary to-purple-600 text-white text-center"
|
|
>加入我们</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<!-- 主要内容 -->
|
|
<main class="pt-28 pb-16 px-4">
|
|
<div class="container mx-auto max-w-6xl">
|
|
<!-- 页面标题 -->
|
|
<div class="text-center mb-12 fade-in" style="opacity: 1">
|
|
<h1 class="text-[clamp(1.8rem,4vw,2.5rem)] font-bold mb-4">
|
|
客户端下载
|
|
</h1>
|
|
<p class="text-gray-600 max-w-2xl mx-auto">
|
|
选择适合您设备的客户端软件版本,体验夺宝奇兵,听直播和重播!
|
|
</p>
|
|
</div>
|
|
|
|
<!-- 下载提示 - 防止拦截的关键提示 -->
|
|
<div
|
|
class="bg-blue-50 border border-blue-200 rounded-xl p-5 mb-10 max-w-3xl mx-auto fade-in delay-100"
|
|
style="opacity: 1"
|
|
>
|
|
<div class="flex items-start">
|
|
<div
|
|
class="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center text-primary flex-shrink-0 mr-4"
|
|
>
|
|
<i class="fa fa-info"></i>
|
|
</div>
|
|
<div>
|
|
<h3 class="font-semibold text-lg mb-2">下载说明</h3>
|
|
<p class="text-gray-700 mb-3">
|
|
我们的安装包经过安全认证,若浏览器提示拦截,请按照以下步骤操作:
|
|
</p>
|
|
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 text-sm">
|
|
<div class="guide-step">
|
|
<span class="guide-step-number">1</span>
|
|
<span>点击浏览器拦截提示</span>
|
|
</div>
|
|
<div class="guide-step">
|
|
<span class="guide-step-number">2</span>
|
|
<span>选择"允许下载"</span>
|
|
</div>
|
|
<div class="guide-step">
|
|
<span class="guide-step-number">3</span>
|
|
<span>在下载中心确认保存</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 设备展示图 -->
|
|
<div
|
|
class="max-w-3xl mx-auto mb-16 fade-in delay-100"
|
|
style="opacity: 1"
|
|
>
|
|
<a href="#downloading"
|
|
><img
|
|
src="https://hc.homilychart.com/hc/250121/img/homilylink-down.jpeg"
|
|
alt="多平台设备展示"
|
|
class="w-full h-auto rounded-xl shadow-lg"
|
|
/></a>
|
|
</div>
|
|
|
|
<!-- 下载卡片区域 -->
|
|
<div
|
|
id="downloading"
|
|
class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6"
|
|
>
|
|
<!-- Windows -->
|
|
<div
|
|
class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in"
|
|
style="opacity: 1"
|
|
>
|
|
<div
|
|
class="w-20 h-20 mx-auto mb-5 rounded-full bg-windows/10 flex items-center justify-center text-windows text-4xl"
|
|
>
|
|
<i class="fa fa-windows"></i>
|
|
</div>
|
|
<h3 class="text-lg font-bold mb-2">Windows</h3>
|
|
<p class="text-gray-500 text-sm mb-3">适用于Win 7及以上</p>
|
|
<p class="text-gray-500 text-xs mb-4">版本: v1.2.2 | 178 MB</p>
|
|
|
|
<button
|
|
onclick="handleDownload('windows')"
|
|
class="btn-effect w-full py-3 rounded-lg bg-windows text-white font-medium"
|
|
>
|
|
<i class="fa fa-download mr-2"></i>立即下载
|
|
</button>
|
|
</div>
|
|
|
|
<!-- macOS -->
|
|
<div
|
|
class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in delay-100"
|
|
style="opacity: 1"
|
|
>
|
|
<div
|
|
class="w-20 h-20 mx-auto mb-5 rounded-full bg-gray-100 flex items-center justify-center text-macos text-4xl"
|
|
>
|
|
<i class="fa fa-apple"></i>
|
|
</div>
|
|
<h3 class="text-lg font-bold mb-2">macOS</h3>
|
|
<p class="text-gray-500 text-sm mb-3">适用于macOS 10.15+</p>
|
|
<p class="text-gray-500 text-xs mb-4">版本: v1.2.1 | 80.6 MB</p>
|
|
|
|
<button
|
|
onclick="handleDownload('macos')"
|
|
class="btn-effect w-full py-3 rounded-lg bg-macos text-white font-medium"
|
|
>
|
|
<i class="fa fa-download mr-2"></i>立即下载
|
|
</button>
|
|
</div>
|
|
|
|
<!-- Android -->
|
|
<div
|
|
class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in delay-200"
|
|
style="opacity: 1"
|
|
>
|
|
<div
|
|
class="w-20 h-20 mx-auto mb-5 rounded-full bg-android/10 flex items-center justify-center text-android text-4xl"
|
|
>
|
|
<i class="fa fa-android"></i>
|
|
</div>
|
|
<h3 class="text-lg font-bold mb-2">Android</h3>
|
|
<p class="text-gray-500 text-sm mb-3">适用于Android 6.0+</p>
|
|
<p class="text-gray-500 text-xs mb-4">版本: v1.3.22 | 20.11 MB</p>
|
|
|
|
<button
|
|
onclick="window.location.href='https://play.google.com/store/apps/details?id=com.homilychart.hljw'; return false;"
|
|
class="btn-effect w-full py-3 rounded-lg bg-android text-white font-medium"
|
|
>
|
|
<i class="fa fa-download mr-2"></i>立即下载
|
|
</button>
|
|
</div>
|
|
|
|
<!-- iOS -->
|
|
<div
|
|
class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in delay-300"
|
|
style="opacity: 1"
|
|
>
|
|
<div
|
|
class="w-20 h-20 mx-auto mb-5 rounded-full bg-gray-100 flex items-center justify-center text-ios text-4xl"
|
|
>
|
|
<i class="fa fa-mobile"></i>
|
|
</div>
|
|
<h3 class="text-lg font-bold mb-2">iOS</h3>
|
|
<p class="text-gray-500 text-sm mb-3">适用于iOS 12.0+</p>
|
|
<p class="text-gray-500 text-xs mb-4">版本: v1.3.21 | 135.1 MB</p>
|
|
|
|
<button
|
|
onclick="window.location.href='https://apps.apple.com/sg/app/homily-link/id6444714265?l=zh-Hans-CN'; return false;"
|
|
class="btn-effect w-full py-3 rounded-lg bg-ios text-white font-medium"
|
|
>
|
|
<i class="fa fa-download mr-2"></i>立即下载
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 下载帮助指南 -->
|
|
<div
|
|
class="mt-16 bg-white rounded-xl shadow-md p-6 max-w-3xl mx-auto fade-in delay-200"
|
|
style="opacity: 1"
|
|
>
|
|
<h3 class="text-xl font-bold mb-4 text-center">常见下载问题</h3>
|
|
|
|
<div class="space-y-4">
|
|
<div>
|
|
<h4 class="font-semibold mb-1 flex items-center">
|
|
<i class="fa fa-shield text-primary mr-2"></i>
|
|
为什么我的下载被拦截了?
|
|
</h4>
|
|
<p class="text-gray-600 text-sm">
|
|
浏览器会对未知的安装包进行安全检查,这是正常的安全机制。我们的软件经过数字签名,您可以放心下载。
|
|
</p>
|
|
</div>
|
|
|
|
<div>
|
|
<h4 class="font-semibold mb-1 flex items-center">
|
|
<i class="fa fa-exclamation-triangle text-primary mr-2"></i>
|
|
下载的文件无法打开?
|
|
</h4>
|
|
<p class="text-gray-600 text-sm">
|
|
请检查您的设备是否满足系统要求,Windows和macOS可能需要在设置中允许来自开发者的应用。
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<!-- 设备提醒弹窗 -->
|
|
<div id="deviceAlertModal" class="modal-backdrop">
|
|
<div class="modal-content text-center">
|
|
<div
|
|
class="w-16 h-16 mx-auto mb-4 rounded-full bg-yellow-100 flex items-center justify-center text-yellow-500 text-3xl"
|
|
>
|
|
<i class="fa fa-exclamation-triangle"></i>
|
|
</div>
|
|
<h3 class="text-xl font-bold mb-2">设备提示</h3>
|
|
<p class="text-gray-600 mb-6">
|
|
您正在使用移动设备访问,建议在电脑端下载并安装此版本。
|
|
</p>
|
|
<div class="flex space-x-3">
|
|
<button
|
|
onclick="closeModal()"
|
|
class="flex-1 py-2 rounded-lg border border-gray-300 text-gray-700 font-medium hover:bg-gray-50 transition-colors"
|
|
>
|
|
取消
|
|
</button>
|
|
<button
|
|
onclick="proceedDownload()"
|
|
class="flex-1 py-2 rounded-lg bg-primary text-white font-medium hover:bg-primary/90 transition-colors"
|
|
>
|
|
仍要下载
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 页脚 -->
|
|
<footer class="bg-gray-900 text-white py-10 px-4">
|
|
<div class="container mx-auto max-w-6xl text-center">
|
|
<div class="mb-6">
|
|
<div class="inline-flex items-center space-x-2">
|
|
<div
|
|
class="w-10 h-10 rounded-lg gradient-bg flex items-center justify-center"
|
|
>
|
|
<img
|
|
alt="夺宝奇兵"
|
|
src="https://hc.homilychart.com/hc/250121/img/20230711171637.png"
|
|
style="width: 40px; height: 40px"
|
|
/>
|
|
</div>
|
|
<span class="font-bold">夺宝奇兵</span>
|
|
</div>
|
|
</div>
|
|
<p class="text-gray-400 text-sm mb-4">
|
|
Copyright 2025.Capitalmaster Pte Ltd All Rights Reserved.
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- 下载相关脚本 -->
|
|
<script>
|
|
// 存储当前要下载的平台
|
|
let currentPlatform = null;
|
|
|
|
// 移动端菜单切换
|
|
document
|
|
.getElementById("mobileMenuBtn")
|
|
.addEventListener("click", function () {
|
|
const menu = document.getElementById("mobileMenu");
|
|
menu.classList.toggle("hidden");
|
|
const icon = this.querySelector("i");
|
|
if (icon.classList.contains("fa-bars")) {
|
|
icon.classList.replace("fa-bars", "fa-times");
|
|
} else {
|
|
icon.classList.replace("fa-times", "fa-bars");
|
|
}
|
|
});
|
|
|
|
// 检测是否为移动设备
|
|
function isMobileDevice() {
|
|
return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
|
|
navigator.userAgent
|
|
);
|
|
}
|
|
|
|
// 处理下载逻辑
|
|
function handleDownload(platform) {
|
|
// 对于电脑版(Windows/macOS),检查是否在移动设备上
|
|
if (
|
|
(platform === "windows" || platform === "macos") &&
|
|
isMobileDevice()
|
|
) {
|
|
// 存储当前平台并显示提示弹窗
|
|
currentPlatform = platform;
|
|
document.getElementById("deviceAlertModal").classList.add("active");
|
|
} else {
|
|
// 直接下载
|
|
startDownload(platform);
|
|
}
|
|
}
|
|
|
|
// 开始下载
|
|
function startDownload(platform) {
|
|
// 构建下载链接(实际应用中替换为真实下载地址)
|
|
const downloadUrls = {
|
|
windows:
|
|
"https://hc.homilychart.com/hc/250121/download/HomilyLink_Setup_1.2.2.exe",
|
|
macos:
|
|
"https://hc.homilychart.com/hc/250121/download/Homily Link-1.2.1.dmg",
|
|
android:
|
|
"https://play.google.com/store/apps/details?id=com.homilychart.hljw",
|
|
ios: "https://yourdomain.com/downloads/ios-version.ipa",
|
|
};
|
|
|
|
// 创建下载链接并触发点击
|
|
const link = document.createElement("a");
|
|
link.href = downloadUrls[platform];
|
|
|
|
// 设置文件名,增加可信度
|
|
const filenames = {
|
|
windows: "Homily Link Setup 1.2.2.exe",
|
|
macos: "Homily Link-1.2.1.dmg",
|
|
android: "Homily Link.apk",
|
|
ios: "Homily Link.ipa",
|
|
};
|
|
|
|
if (filenames[platform]) {
|
|
link.download = filenames[platform];
|
|
}
|
|
|
|
// 模拟用户主动操作延迟,降低拦截概率
|
|
setTimeout(() => {
|
|
link.click();
|
|
|
|
// 显示下载提示
|
|
alert("下载已开始,如果没有反应,请检查浏览器顶部或底部的拦截提示");
|
|
}, 300);
|
|
}
|
|
|
|
// 关闭弹窗
|
|
function closeModal() {
|
|
document.getElementById("deviceAlertModal").classList.remove("active");
|
|
currentPlatform = null;
|
|
}
|
|
|
|
// 继续下载
|
|
function proceedDownload() {
|
|
if (currentPlatform) {
|
|
startDownload(currentPlatform);
|
|
closeModal();
|
|
}
|
|
}
|
|
|
|
// 页面加载完成后初始化动画
|
|
document.addEventListener("DOMContentLoaded", function () {
|
|
document.querySelectorAll(".fade-in").forEach((el) => {
|
|
el.style.opacity = "1";
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
<div id="immersive-translate-popup" style="all: initial"></div>
|
|
</html>
|