feat: mirror yumi h5 activity pages
@ -1,88 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>A public-facing operations handoff page for admin and campaign distribution needs. | Yumi H5</title>
|
||||
<meta name="description" content="Use this page as a lightweight web entrance when the final system sits behind internal tools or role-based access.">
|
||||
<link rel="canonical" href="https://h5.haiyihy.com/admin-center/">
|
||||
<link rel="stylesheet" href="../assets/site.css">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
||||
>
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>Yumi H5</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
window.__H5_ROUTE_PATH__ = "/admin-center";
|
||||
</script>
|
||||
<script src="/assets/yumi-route-entry.js"></script>
|
||||
<script type="module" crossorigin src="/js/index-CIAVq8iD-1776148658686.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/css/index-VRlNQ74k-1776148661679.css">
|
||||
</head>
|
||||
<body data-theme="steel">
|
||||
|
||||
|
||||
<header class="site-header">
|
||||
<div class="shell site-header__inner">
|
||||
<a class="brand" href="/">
|
||||
<span class="brand__mark" aria-hidden="true"></span>
|
||||
<span class="brand__text">
|
||||
<span class="brand__name">Yumi</span>
|
||||
<span class="brand__sub">H5 landing page</span>
|
||||
</span>
|
||||
</a>
|
||||
<nav class="header-links" aria-label="Primary">
|
||||
<a href="/">H5 Home</a><a href="https://www.haiyihy.com/">Official Site</a>
|
||||
<a class="header-pill" href="https://h5.haiyihy.com/privacy.html">Privacy</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="shell landing-shell">
|
||||
<div class="eyebrow">Operations gateway</div>
|
||||
<h1 class="landing-title">A public-facing operations handoff page for admin and campaign distribution needs.</h1>
|
||||
<p class="landing-lead">Use this page as a lightweight web entrance when the final system sits behind internal tools or role-based access.</p>
|
||||
<div class="landing-meta">
|
||||
<div class="meta-chip"><strong>Public shell</strong> · for internal-operation entry design</div><div class="meta-chip"><strong>Reusable</strong> · for future operational routing</div>
|
||||
</div>
|
||||
<div class="landing-banner">
|
||||
<p>Separates public routing and internal operations cleanly.</p>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a class="button" href="https://www.haiyihy.com/">Official Website</a>
|
||||
<a class="button-secondary" href="https://h5.haiyihy.com/host-center/">Host Center</a>
|
||||
</div>
|
||||
<div class="landing-stack">
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Controlled access</h3>
|
||||
<p>Keep actual admin systems private while still presenting a clear, branded public-facing handoff page when needed.</p>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Simple maintenance</h3>
|
||||
<p>Because the content is generated from JSON, copy and target links can be revised quickly.</p>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="shell">
|
||||
<div class="footer-grid">
|
||||
<div>
|
||||
<div class="eyebrow">Legal and support</div>
|
||||
<p>Yumi is operated by Global Interactive Technology Co., Limited (環球互動科技有限公司).</p>
|
||||
<p>中国香港环球大厦A01</p>
|
||||
<p>Industry: Internet technology and information services</p>
|
||||
<p>Support: <a href="mailto:postmaster@haiyinet.com.cn">postmaster@haiyinet.com.cn</a><br>Phone: <a href="tel:+85256283162">+85256283162</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-links">
|
||||
<a href="https://www.haiyihy.com/">Official site</a>
|
||||
<a href="https://h5.haiyihy.com/privacy.html">Privacy policy</a>
|
||||
<a href="https://h5.haiyihy.com/terms.html">Terms of service</a>
|
||||
<a href="https://h5.haiyihy.com/delete-account.html">Delete account</a>
|
||||
<a href="https://h5.haiyihy.com/child-safety.html">Child safety</a>
|
||||
<a href="https://h5.haiyihy.com/">H5 index</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@ -1,88 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>A clear H5 entry for agencies, channel partners, and growth collaborators. | Yumi H5</title>
|
||||
<meta name="description" content="Use this page to explain the agency model, onboarding expectations, communication channels, and next actions.">
|
||||
<link rel="canonical" href="https://h5.haiyihy.com/agency-center/">
|
||||
<link rel="stylesheet" href="../assets/site.css">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
||||
>
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>Yumi H5</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
window.__H5_ROUTE_PATH__ = "/agency-center";
|
||||
</script>
|
||||
<script src="/assets/yumi-route-entry.js"></script>
|
||||
<script type="module" crossorigin src="/js/index-CIAVq8iD-1776148658686.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/css/index-VRlNQ74k-1776148661679.css">
|
||||
</head>
|
||||
<body data-theme="violet">
|
||||
|
||||
|
||||
<header class="site-header">
|
||||
<div class="shell site-header__inner">
|
||||
<a class="brand" href="/">
|
||||
<span class="brand__mark" aria-hidden="true"></span>
|
||||
<span class="brand__text">
|
||||
<span class="brand__name">Yumi</span>
|
||||
<span class="brand__sub">H5 landing page</span>
|
||||
</span>
|
||||
</a>
|
||||
<nav class="header-links" aria-label="Primary">
|
||||
<a href="/">H5 Home</a><a href="https://www.haiyihy.com/">Official Site</a>
|
||||
<a class="header-pill" href="https://h5.haiyihy.com/privacy.html">Privacy</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="shell landing-shell">
|
||||
<div class="eyebrow">Agency program</div>
|
||||
<h1 class="landing-title">A clear H5 entry for agencies, channel partners, and growth collaborators.</h1>
|
||||
<p class="landing-lead">Use this page to explain the agency model, onboarding expectations, communication channels, and next actions.</p>
|
||||
<div class="landing-meta">
|
||||
<div class="meta-chip"><strong>Partner</strong> · orientation and conversion flow</div><div class="meta-chip"><strong>Flexible</strong> · content for region-specific campaigns</div>
|
||||
</div>
|
||||
<div class="landing-banner">
|
||||
<p>Tailored for channel-driven growth programs and partner onboarding.</p>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a class="button" href="https://h5.haiyihy.com/bd-center/">Open BD Center</a>
|
||||
<a class="button-secondary" href="https://h5.haiyihy.com/invite-new-user/">Invite New Users</a>
|
||||
</div>
|
||||
<div class="landing-stack">
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Program framing</h3>
|
||||
<p>This page can communicate eligibility, relationship structure, reward model, and operational expectations.</p>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Campaign agility</h3>
|
||||
<p>You can run multiple variants over time while keeping the page system stable and easy to maintain.</p>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="shell">
|
||||
<div class="footer-grid">
|
||||
<div>
|
||||
<div class="eyebrow">Legal and support</div>
|
||||
<p>Yumi is operated by Global Interactive Technology Co., Limited (環球互動科技有限公司).</p>
|
||||
<p>中国香港环球大厦A01</p>
|
||||
<p>Industry: Internet technology and information services</p>
|
||||
<p>Support: <a href="mailto:postmaster@haiyinet.com.cn">postmaster@haiyinet.com.cn</a><br>Phone: <a href="tel:+85256283162">+85256283162</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-links">
|
||||
<a href="https://www.haiyihy.com/">Official site</a>
|
||||
<a href="https://h5.haiyihy.com/privacy.html">Privacy policy</a>
|
||||
<a href="https://h5.haiyihy.com/terms.html">Terms of service</a>
|
||||
<a href="https://h5.haiyihy.com/delete-account.html">Delete account</a>
|
||||
<a href="https://h5.haiyihy.com/child-safety.html">Child safety</a>
|
||||
<a href="https://h5.haiyihy.com/">H5 index</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@ -1,88 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Apply to become a Yumi host and start your own voice room community. | Yumi H5</title>
|
||||
<meta name="description" content="Designed for creators who want to host conversations, run themed rooms, and grow an audience around live social interaction.">
|
||||
<link rel="canonical" href="https://h5.haiyihy.com/apply/">
|
||||
<link rel="stylesheet" href="../assets/site.css">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
||||
>
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>Yumi H5</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
window.__H5_ROUTE_PATH__ = "/apply";
|
||||
</script>
|
||||
<script src="/assets/yumi-route-entry.js"></script>
|
||||
<script type="module" crossorigin src="/js/index-CIAVq8iD-1776148658686.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/css/index-VRlNQ74k-1776148661679.css">
|
||||
</head>
|
||||
<body data-theme="ember">
|
||||
|
||||
|
||||
<header class="site-header">
|
||||
<div class="shell site-header__inner">
|
||||
<a class="brand" href="/">
|
||||
<span class="brand__mark" aria-hidden="true"></span>
|
||||
<span class="brand__text">
|
||||
<span class="brand__name">Yumi</span>
|
||||
<span class="brand__sub">H5 landing page</span>
|
||||
</span>
|
||||
</a>
|
||||
<nav class="header-links" aria-label="Primary">
|
||||
<a href="/">H5 Home</a><a href="https://www.haiyihy.com/">Official Site</a>
|
||||
<a class="header-pill" href="https://h5.haiyihy.com/privacy.html">Privacy</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="shell landing-shell">
|
||||
<div class="eyebrow">Host recruitment</div>
|
||||
<h1 class="landing-title">Apply to become a Yumi host and start your own voice room community.</h1>
|
||||
<p class="landing-lead">Designed for creators who want to host conversations, run themed rooms, and grow an audience around live social interaction.</p>
|
||||
<div class="landing-meta">
|
||||
<div class="meta-chip"><strong>Live</strong> · voice-room-first host workflow</div><div class="meta-chip"><strong>Flexible</strong> · community and event formats</div>
|
||||
</div>
|
||||
<div class="landing-banner">
|
||||
<p>Fast onboarding for hosts, room operators, and community starters.</p>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a class="button" href="https://play.google.com/store/apps/details?id=com.org.yumi">Download Yumi</a>
|
||||
<a class="button-secondary" href="https://h5.haiyihy.com/host-center/">View Host Center</a>
|
||||
</div>
|
||||
<div class="landing-stack">
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Who this is for</h3>
|
||||
<p>Hosts who can bring conversation energy, build room identity, and keep users engaged through recurring activities.</p>
|
||||
<ul><li>Run voice rooms and themed sessions</li><li>Build your own regular audience rhythm</li><li>Participate in campaigns and operational support</li></ul>
|
||||
</section>
|
||||
|
||||
<section class="section-card">
|
||||
<h3>What you get</h3>
|
||||
<p>Yumi is built to support the host lifecycle from room setup to room growth and activity retention.</p>
|
||||
<ul><li>Room profile and room settings support</li><li>Mic, member, and room interaction tools</li><li>Campaign entry points connected to H5 funnels</li></ul>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="shell">
|
||||
<div class="footer-grid">
|
||||
<div>
|
||||
<div class="eyebrow">Legal and support</div>
|
||||
<p>Yumi is operated by Global Interactive Technology Co., Limited (環球互動科技有限公司).</p>
|
||||
<p>中国香港环球大厦A01</p>
|
||||
<p>Industry: Internet technology and information services</p>
|
||||
<p>Support: <a href="mailto:postmaster@haiyinet.com.cn">postmaster@haiyinet.com.cn</a><br>Phone: <a href="tel:+85256283162">+85256283162</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-links">
|
||||
<a href="https://www.haiyihy.com/">Official site</a>
|
||||
<a href="https://h5.haiyihy.com/privacy.html">Privacy policy</a>
|
||||
<a href="https://h5.haiyihy.com/terms.html">Terms of service</a>
|
||||
<a href="https://h5.haiyihy.com/delete-account.html">Delete account</a>
|
||||
<a href="https://h5.haiyihy.com/child-safety.html">Child safety</a>
|
||||
<a href="https://h5.haiyihy.com/">H5 index</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
BIN
h5/assets/addImg-DgEAWGmF-1776148661448.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
h5/assets/agency-Dpz-7LSQ-1776148661448.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
h5/assets/coinSeller-jlDI-IrP-1776148661448.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
h5/assets/helpAct-DGHPhMLg-1776148661448.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
h5/assets/host-BlRgqSCT-1776148661448.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
h5/assets/idBg-sDvwW9WZ-1776148661449.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
h5/assets/levelBg--Rsqxs_B-1776148661447.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
h5/assets/pageTop-Bk06Y9ti-1776148661449.png
Normal file
|
After Width: | Height: | Size: 425 KiB |
BIN
h5/assets/secondBg-CSqvFWr0-1776148661447.png
Normal file
|
After Width: | Height: | Size: 246 KiB |
BIN
h5/assets/testFlag-D7Pj5siR-1776148661449.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
18
h5/assets/yumi-route-entry.js
Normal file
@ -0,0 +1,18 @@
|
||||
(function() {
|
||||
var routePath = window.__H5_ROUTE_PATH__;
|
||||
if (!routePath) {
|
||||
return;
|
||||
}
|
||||
|
||||
var currentHash = window.location.hash ? window.location.hash.slice(1) : "";
|
||||
if (currentHash === routePath || currentHash.indexOf(routePath + "?") === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
var nextHash = routePath + (window.location.search || "");
|
||||
window.history.replaceState(
|
||||
null,
|
||||
"",
|
||||
window.location.pathname + (window.location.search || "") + "#" + nextHash
|
||||
);
|
||||
})();
|
||||
@ -1,88 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>A campaign-ready H5 entrance for BD activities and partner growth. | Yumi H5</title>
|
||||
<meta name="description" content="Use this page to brief BD participants, explain deliverables, and connect external traffic into measurable operational flows.">
|
||||
<link rel="canonical" href="https://h5.haiyihy.com/bd-center/">
|
||||
<link rel="stylesheet" href="../assets/site.css">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
||||
>
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>Yumi H5</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
window.__H5_ROUTE_PATH__ = "/bd-center";
|
||||
</script>
|
||||
<script src="/assets/yumi-route-entry.js"></script>
|
||||
<script type="module" crossorigin src="/js/index-CIAVq8iD-1776148658686.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/css/index-VRlNQ74k-1776148661679.css">
|
||||
</head>
|
||||
<body data-theme="forest">
|
||||
|
||||
|
||||
<header class="site-header">
|
||||
<div class="shell site-header__inner">
|
||||
<a class="brand" href="/">
|
||||
<span class="brand__mark" aria-hidden="true"></span>
|
||||
<span class="brand__text">
|
||||
<span class="brand__name">Yumi</span>
|
||||
<span class="brand__sub">H5 landing page</span>
|
||||
</span>
|
||||
</a>
|
||||
<nav class="header-links" aria-label="Primary">
|
||||
<a href="/">H5 Home</a><a href="https://www.haiyihy.com/">Official Site</a>
|
||||
<a class="header-pill" href="https://h5.haiyihy.com/privacy.html">Privacy</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="shell landing-shell">
|
||||
<div class="eyebrow">Business development</div>
|
||||
<h1 class="landing-title">A campaign-ready H5 entrance for BD activities and partner growth.</h1>
|
||||
<p class="landing-lead">Use this page to brief BD participants, explain deliverables, and connect external traffic into measurable operational flows.</p>
|
||||
<div class="landing-meta">
|
||||
<div class="meta-chip"><strong>Partner-ready</strong> · external communication format</div><div class="meta-chip"><strong>Structured</strong> · clear calls to action</div>
|
||||
</div>
|
||||
<div class="landing-banner">
|
||||
<p>Built for acquisition, activation, and channel-based growth operations.</p>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a class="button" href="https://h5.haiyihy.com/agency-center/">Open Agency Center</a>
|
||||
<a class="button-secondary" href="https://h5.haiyihy.com/invite-new-user/">Invite New Users</a>
|
||||
</div>
|
||||
<div class="landing-stack">
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Operational clarity</h3>
|
||||
<p>Use this page to define the audience, reward logic, participation steps, and submission or review flows.</p>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Fast reconfiguration</h3>
|
||||
<p>Swap campaign copy, target region language, and CTA links by editing content files instead of rebuilding the app.</p>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="shell">
|
||||
<div class="footer-grid">
|
||||
<div>
|
||||
<div class="eyebrow">Legal and support</div>
|
||||
<p>Yumi is operated by Global Interactive Technology Co., Limited (環球互動科技有限公司).</p>
|
||||
<p>中国香港环球大厦A01</p>
|
||||
<p>Industry: Internet technology and information services</p>
|
||||
<p>Support: <a href="mailto:postmaster@haiyinet.com.cn">postmaster@haiyinet.com.cn</a><br>Phone: <a href="tel:+85256283162">+85256283162</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-links">
|
||||
<a href="https://www.haiyihy.com/">Official site</a>
|
||||
<a href="https://h5.haiyihy.com/privacy.html">Privacy policy</a>
|
||||
<a href="https://h5.haiyihy.com/terms.html">Terms of service</a>
|
||||
<a href="https://h5.haiyihy.com/delete-account.html">Delete account</a>
|
||||
<a href="https://h5.haiyihy.com/child-safety.html">Child safety</a>
|
||||
<a href="https://h5.haiyihy.com/">H5 index</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@ -1,88 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>A structured overview page for BD leaders managing multiple contributors or growth tracks. | Yumi H5</title>
|
||||
<meta name="description" content="Ideal for summarizing current focus areas, reporting expectations, onboarding standards, and campaign coordination notes.">
|
||||
<link rel="canonical" href="https://h5.haiyihy.com/bd-leader-center/">
|
||||
<link rel="stylesheet" href="../assets/site.css">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
||||
>
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>Yumi H5</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
window.__H5_ROUTE_PATH__ = "/bd-leader-center";
|
||||
</script>
|
||||
<script src="/assets/yumi-route-entry.js"></script>
|
||||
<script type="module" crossorigin src="/js/index-CIAVq8iD-1776148658686.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/css/index-VRlNQ74k-1776148661679.css">
|
||||
</head>
|
||||
<body data-theme="ink">
|
||||
|
||||
|
||||
<header class="site-header">
|
||||
<div class="shell site-header__inner">
|
||||
<a class="brand" href="/">
|
||||
<span class="brand__mark" aria-hidden="true"></span>
|
||||
<span class="brand__text">
|
||||
<span class="brand__name">Yumi</span>
|
||||
<span class="brand__sub">H5 landing page</span>
|
||||
</span>
|
||||
</a>
|
||||
<nav class="header-links" aria-label="Primary">
|
||||
<a href="/">H5 Home</a><a href="https://www.haiyihy.com/">Official Site</a>
|
||||
<a class="header-pill" href="https://h5.haiyihy.com/privacy.html">Privacy</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="shell landing-shell">
|
||||
<div class="eyebrow">Leadership view</div>
|
||||
<h1 class="landing-title">A structured overview page for BD leaders managing multiple contributors or growth tracks.</h1>
|
||||
<p class="landing-lead">Ideal for summarizing current focus areas, reporting expectations, onboarding standards, and campaign coordination notes.</p>
|
||||
<div class="landing-meta">
|
||||
<div class="meta-chip"><strong>Manager</strong> · orientation layer for BD leadership</div><div class="meta-chip"><strong>Reusable</strong> · template for future operations</div>
|
||||
</div>
|
||||
<div class="landing-banner">
|
||||
<p>A cleaner destination for management-level communication and rollout guidance.</p>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a class="button" href="https://h5.haiyihy.com/bd-center/">Open BD Center</a>
|
||||
<a class="button-secondary" href="https://h5.haiyihy.com/agency-center/">Agency Center</a>
|
||||
</div>
|
||||
<div class="landing-stack">
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Use cases</h3>
|
||||
<p>Campaign kickoff notes, team dashboards, policy reminders, or coordination pages can all be routed through this destination.</p>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Editorial control</h3>
|
||||
<p>Each page is file-driven, so operational owners can prepare a release-ready content update without touching layout code.</p>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="shell">
|
||||
<div class="footer-grid">
|
||||
<div>
|
||||
<div class="eyebrow">Legal and support</div>
|
||||
<p>Yumi is operated by Global Interactive Technology Co., Limited (環球互動科技有限公司).</p>
|
||||
<p>中国香港环球大厦A01</p>
|
||||
<p>Industry: Internet technology and information services</p>
|
||||
<p>Support: <a href="mailto:postmaster@haiyinet.com.cn">postmaster@haiyinet.com.cn</a><br>Phone: <a href="tel:+85256283162">+85256283162</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-links">
|
||||
<a href="https://www.haiyihy.com/">Official site</a>
|
||||
<a href="https://h5.haiyihy.com/privacy.html">Privacy policy</a>
|
||||
<a href="https://h5.haiyihy.com/terms.html">Terms of service</a>
|
||||
<a href="https://h5.haiyihy.com/delete-account.html">Delete account</a>
|
||||
<a href="https://h5.haiyihy.com/child-safety.html">Child safety</a>
|
||||
<a href="https://h5.haiyihy.com/">H5 index</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@ -1,88 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>A dedicated funnel page for coin sales, recharge guidance, and payment-related campaigns. | Yumi H5</title>
|
||||
<meta name="description" content="Use this landing page to explain transaction steps, campaign windows, purchase support, and payment channel notices.">
|
||||
<link rel="canonical" href="https://h5.haiyihy.com/coin-seller/">
|
||||
<link rel="stylesheet" href="../assets/site.css">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
||||
>
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>Yumi H5</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
window.__H5_ROUTE_PATH__ = "/coin-seller";
|
||||
</script>
|
||||
<script src="/assets/yumi-route-entry.js"></script>
|
||||
<script type="module" crossorigin src="/js/index-CIAVq8iD-1776148658686.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/css/index-VRlNQ74k-1776148661679.css">
|
||||
</head>
|
||||
<body data-theme="gold">
|
||||
|
||||
|
||||
<header class="site-header">
|
||||
<div class="shell site-header__inner">
|
||||
<a class="brand" href="/">
|
||||
<span class="brand__mark" aria-hidden="true"></span>
|
||||
<span class="brand__text">
|
||||
<span class="brand__name">Yumi</span>
|
||||
<span class="brand__sub">H5 landing page</span>
|
||||
</span>
|
||||
</a>
|
||||
<nav class="header-links" aria-label="Primary">
|
||||
<a href="/">H5 Home</a><a href="https://www.haiyihy.com/">Official Site</a>
|
||||
<a class="header-pill" href="https://h5.haiyihy.com/privacy.html">Privacy</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="shell landing-shell">
|
||||
<div class="eyebrow">Sales and recharge</div>
|
||||
<h1 class="landing-title">A dedicated funnel page for coin sales, recharge guidance, and payment-related campaigns.</h1>
|
||||
<p class="landing-lead">Use this landing page to explain transaction steps, campaign windows, purchase support, and payment channel notices.</p>
|
||||
<div class="landing-meta">
|
||||
<div class="meta-chip"><strong>Payment-ready</strong> · for purchase and recharge communication</div><div class="meta-chip"><strong>Clear</strong> · support escalation path</div>
|
||||
</div>
|
||||
<div class="landing-banner">
|
||||
<p>Useful for external campaign links where a direct app-store page is too generic.</p>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a class="button" href="https://play.google.com/store/apps/details?id=com.org.yumi">Open Google Play</a>
|
||||
<a class="button-secondary" href="mailto:support@haiyihy.com">Support Email</a>
|
||||
</div>
|
||||
<div class="landing-stack">
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Payment communication</h3>
|
||||
<p>Summarize recharge channels, availability windows, support methods, and any temporary campaign mechanics in one stable page.</p>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Review-safe</h3>
|
||||
<p>For compliance-sensitive launches, this page can carry explanatory copy without changing in-app billing logic.</p>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="shell">
|
||||
<div class="footer-grid">
|
||||
<div>
|
||||
<div class="eyebrow">Legal and support</div>
|
||||
<p>Yumi is operated by Global Interactive Technology Co., Limited (環球互動科技有限公司).</p>
|
||||
<p>中国香港环球大厦A01</p>
|
||||
<p>Industry: Internet technology and information services</p>
|
||||
<p>Support: <a href="mailto:postmaster@haiyinet.com.cn">postmaster@haiyinet.com.cn</a><br>Phone: <a href="tel:+85256283162">+85256283162</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-links">
|
||||
<a href="https://www.haiyihy.com/">Official site</a>
|
||||
<a href="https://h5.haiyihy.com/privacy.html">Privacy policy</a>
|
||||
<a href="https://h5.haiyihy.com/terms.html">Terms of service</a>
|
||||
<a href="https://h5.haiyihy.com/delete-account.html">Delete account</a>
|
||||
<a href="https://h5.haiyihy.com/child-safety.html">Child safety</a>
|
||||
<a href="https://h5.haiyihy.com/">H5 index</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
1
h5/css/AboutView-BIG1HEZL-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
.about{padding:20px;text-align:center}.about h1{position:relative;z-index:2;color:#333}@media(min-width:1024px){.about{min-height:100vh;display:flex;align-items:center;justify-content:center}}
|
||||
1
h5/css/AgencySetting-BhKddiIk-1776148661682.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-56b655bd]{color:#000c}.host-setting[data-v-56b655bd]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.leave-btn[data-v-56b655bd]{background-color:#fff;border:1px solid #e6e6e6;padding:2px 8px;border-radius:12px;font-size:.9em;font-weight:500;transition:background-color .2s}.leave-btn[data-v-56b655bd]:active{background-color:#00000010}@media screen and (max-width:360px){[data-v-56b655bd]{font-size:10px}}@media screen and (min-width:360px){[data-v-56b655bd]{font-size:12px}}@media screen and (min-width:768px){[data-v-56b655bd]{font-size:24px}}[dir=rtl] .agency-info[data-v-56b655bd]{flex-direction:row-reverse}[dir=rtl] .user-info[data-v-56b655bd]{margin-left:0;margin-right:12px;text-align:right}[dir=rtl] .flipImg[data-v-56b655bd]{transform:scaleX(-1)}
|
||||
1
h5/css/ApplyView-CUQTtMfA-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-2ff310c0]{color:#000c}.apply-view[data-v-2ff310c0]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.record-status[data-v-2ff310c0]{position:absolute;top:8px;right:8px}[dir=rtl] .record-status[data-v-2ff310c0]{left:8px;right:auto}.input-group label[data-v-2ff310c0]{margin-right:4px;margin-left:0}[dir=rtl] .input-group label[data-v-2ff310c0]{margin-right:0;margin-left:4px}@media screen and (max-width:360px){[data-v-2ff310c0]{font-size:10px}}@media screen and (min-width:360px){[data-v-2ff310c0]{font-size:14px}}@media screen and (min-width:768px){[data-v-2ff310c0]{font-size:24px}}@media screen and (min-width:1024px){[data-v-2ff310c0]{font-size:32px}}
|
||||
1
h5/css/BankCard-B5dWJbos-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-17ccd59f]{color:#000c}.fullPage[data-v-17ccd59f]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat;position:relative}.overflow-y-auto[data-v-17ccd59f]{overflow-y:auto}.overflow-y-auto[data-v-17ccd59f]::-webkit-scrollbar{display:none}.rotated[data-v-17ccd59f]{transform:rotate(90deg)}input[data-v-17ccd59f]::placeholder{color:#0006}@media screen and (max-width:360px){[data-v-17ccd59f]{font-size:10px}}@media screen and (min-width:360px){[data-v-17ccd59f]{font-size:14px}}@media screen and (min-width:768px){[data-v-17ccd59f]{font-size:24px}}@media screen and (min-width:1024px){[data-v-17ccd59f]{font-size:32px}}[dir=rtl] .flipImg[data-v-17ccd59f]{transform:scaleX(-1)}[dir=rtl] .rotated[data-v-17ccd59f]{transform:scaleX(-1) rotate(90deg)}
|
||||
1
h5/css/BankCards-QS-eGTuj-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-8b3fa6f3]{color:#000c}.bank-cards[data-v-8b3fa6f3]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.leave-btn[data-v-8b3fa6f3]{background-color:#fff;border:1px solid #e6e6e6;padding:2px 8px;border-radius:12px;font-size:.9em;font-weight:500;transition:background-color .2s}.leave-btn[data-v-8b3fa6f3]:active{background-color:#00000010}@media screen and (max-width:360px){[data-v-8b3fa6f3]{font-size:10px}}@media screen and (min-width:360px){[data-v-8b3fa6f3]{font-size:12px}}@media screen and (min-width:768px){[data-v-8b3fa6f3]{font-size:24px}}[dir=rtl] .agency-info[data-v-8b3fa6f3]{flex-direction:row-reverse}[dir=rtl] .user-info[data-v-8b3fa6f3]{margin-left:0;margin-right:12px;text-align:right}[dir=rtl] .flipImg[data-v-8b3fa6f3]{transform:scaleX(-1)}
|
||||
1
h5/css/CashOut-VHol2AII-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-3ab866d5]{color:#000c}.fullPage[data-v-3ab866d5]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat;position:relative}input[type=number][data-v-3ab866d5]{font-family:Arial,sans-serif;direction:ltr}@media screen and (max-width:360px){[data-v-3ab866d5]{font-size:10px}}@media screen and (min-width:360px){[data-v-3ab866d5]{font-size:16px}}@media screen and (min-width:768px){[data-v-3ab866d5]{font-size:24px}}@media screen and (min-width:1024px){[data-v-3ab866d5]{font-size:32px}}[dir=rtl] .flipImg[data-v-3ab866d5]{transform:scaleX(-1)}
|
||||
1
h5/css/CashWithdraw-CAuCHrF6-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-eb601721]{color:#000c}.fullPage[data-v-eb601721]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);position:relative}.extra-icon-btn[data-v-eb601721]{width:1.2em;display:block;object-fit:cover;cursor:pointer;transition:all .2s ease}.extra-icon-btn[data-v-eb601721]:active{transform:scale(.9)}input[type=number][data-v-eb601721]{font-family:Arial,sans-serif;direction:ltr}.overflow-y-auto[data-v-eb601721]{overflow-y:auto}.overflow-y-auto[data-v-eb601721]::-webkit-scrollbar{display:none}@media screen and (max-width:360px){[data-v-eb601721]{font-size:10px}}@media screen and (min-width:360px){[data-v-eb601721]{font-size:12px}}@media screen and (min-width:768px){[data-v-eb601721]{font-size:24px}}@media screen and (min-width:1024px){[data-v-eb601721]{font-size:32px}}[dir=rtl] .flipImg[data-v-eb601721]{transform:scaleX(-1)}
|
||||
1
h5/css/Details-CMZOoFAb-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-bbb38d83]{color:#000c}.fullPage[data-v-bbb38d83]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat;position:relative}@media screen and (max-width:360px){[data-v-bbb38d83]{font-size:10px}}@media screen and (min-width:360px){[data-v-bbb38d83]{font-size:16px}}@media screen and (min-width:768px){[data-v-bbb38d83]{font-size:24px}}@media screen and (min-width:1024px){[data-v-bbb38d83]{font-size:32px}}[dir=rtl] .flipImg[data-v-bbb38d83]{transform:scaleX(-1)}
|
||||
1
h5/css/ExchangeGoldCoins-DQzkB8-G-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-3d6da2ad]{color:#000c}.exchange-gold-coins[data-v-3d6da2ad]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.content[data-v-3d6da2ad]{padding:16px;position:relative;z-index:2}.info-section[data-v-3d6da2ad]{background-color:#fff;padding:16px;border-radius:12px;margin-bottom:16px;box-shadow:0 2px 8px #0000001a}.info-header[data-v-3d6da2ad]{display:flex;justify-content:flex-end;margin-bottom:12px}.details-btn[data-v-3d6da2ad]{background:none;border:none;color:#8b5cf6;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;transition:all .2s}.details-btn[data-v-3d6da2ad]:hover{background-color:#f3f4f6}.details-btn[data-v-3d6da2ad]:active{background-color:#e5e7eb;color:#7c3aed}.available-salary[data-v-3d6da2ad]{font-size:16px;color:#333}.available-salary .amount[data-v-3d6da2ad]{font-weight:600;color:#333}.available-salary .loading-text[data-v-3d6da2ad]{font-weight:500;color:#8b5cf6;font-style:italic}.coin-item[data-v-3d6da2ad]{display:flex;flex-direction:column;justify-content:center;align-items:center;border:2px solid #ffdb81;border-radius:12px;cursor:pointer;transition:all .2s;background:#ffe5a1;aspect-ratio:1/1}.coin-item.selected[data-v-3d6da2ad]{border-color:#ffb700;background-color:#fdca49}.coin-item[data-v-3d6da2ad]:active{transform:scale(.98)}.exchange-btn[data-v-3d6da2ad]{width:70%;border-radius:32px;background:linear-gradient(269deg,#feb219 7.04%,#ff9326 96.78%);border:none;padding:12px;color:#fff;font-weight:600;cursor:pointer}.exchange-btn[data-v-3d6da2ad]:disabled{background:#ccc;cursor:not-allowed}.flipImg[data-v-3d6da2ad]{display:block;width:16px;margin-left:4px}@media screen and (max-width:360px){[data-v-3d6da2ad]{font-size:10px}}@media screen and (min-width:360px){[data-v-3d6da2ad]{font-size:12px}}@media screen and (min-width:768px){[data-v-3d6da2ad]{font-size:24px}}[dir=rtl] .details-btn[data-v-3d6da2ad]{flex-direction:row-reverse}[dir=rtl] .flipImg[data-v-3d6da2ad]{margin-left:auto;margin-right:4px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}
|
||||
1
h5/css/GeneralHeader-DAK4qavG-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
.status-bar-placeholder[data-v-047b0913]{height:30px}.header-container[data-v-047b0913]{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;height:60px}.side-area[data-v-047b0913],.actions-area[data-v-047b0913]{min-width:1.5em;display:flex;align-items:center}.actions-area[data-v-047b0913]{justify-content:flex-end;gap:8px}.header-title[data-v-047b0913]{flex:1;margin:0;font-size:1.2em;font-weight:600;text-align:center;letter-spacing:.3px}.back-btn[data-v-047b0913],.help-btn[data-v-047b0913]{width:1.5em;border:none;background:transparent;transition:all .2s ease}.back-btn[data-v-047b0913]:active,.help-btn[data-v-047b0913]:active{transform:scale(.9)}.language-entry[data-v-047b0913]{display:flex;align-items:center;color:#f59e0b!important;cursor:pointer}.language-name[data-v-047b0913]{font-weight:700}[dir=rtl] .flip-img[data-v-047b0913]{transform:scaleX(-1)}@media screen and (max-width:360px){[data-v-047b0913]{font-size:10px}}@media screen and (min-width:360px){[data-v-047b0913]{font-size:16px}}@media screen and (min-width:768px){[data-v-047b0913]{font-size:24px}}@media screen and (min-width:1024px){[data-v-047b0913]{font-size:32px}}
|
||||
1
h5/css/GradientBorder-C3oqOTgM-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
.gradient-border-wrapper[data-v-76d00b76]{position:relative}.gradient-border-wrapper[data-v-76d00b76]:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:var(--ad20fd70);background:linear-gradient(var(--v8e7d6006),var(--v1a92a13a),var(--v01c1b70a));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.gradient-border-content[data-v-76d00b76]{position:relative;border-radius:inherit;width:100%;height:100%}
|
||||
1
h5/css/HistorySalary-BHSlUKS1-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-697d7e78]{color:#000c}.history-salary[data-v-697d7e78]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.closeBt[data-v-697d7e78]{position:absolute;right:10px;color:#000;display:flex;align-items:center;justify-content:center}.salaryList[data-v-697d7e78]::-webkit-scrollbar{display:none}.time-value[data-v-697d7e78]{color:#2fff3d}.content[data-v-697d7e78]{padding:16px;position:relative;z-index:2}.text-700[data-v-697d7e78]{font-weight:700}.help-modal-body[data-v-697d7e78]{padding:0 20px 20px;overflow-y:auto}.help-modal-body>p[data-v-697d7e78]{color:#0006;font-size:1.2em;font-weight:600}.modal-overlay[data-v-697d7e78]{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-item[data-v-697d7e78]{display:flex;align-items:center;justify-content:center}@media screen and (max-width:360px){[data-v-697d7e78]{font-size:10px}}@media screen and (min-width:360px){[data-v-697d7e78]{font-size:12px}}@media screen and (min-width:768px){[data-v-697d7e78]{font-size:24px}}[dir=rtl] .closeBt[data-v-697d7e78]{left:10px;right:auto}
|
||||
1
h5/css/HostSetting-xdJJKFOL-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-1c2ee396]{color:#000c}.host-setting[data-v-1c2ee396]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.leave-btn[data-v-1c2ee396]{background-color:#fff;border:1px solid #e6e6e6;padding:2px 8px;border-radius:12px;font-size:.9em;font-weight:500;transition:background-color .2s;cursor:pointer}.leave-btn[data-v-1c2ee396]:active{background-color:#00000010}.cancel-btn[data-v-1c2ee396],.confirm-btn[data-v-1c2ee396]{flex:1;padding:12px;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.cancel-btn[data-v-1c2ee396]{border:1px solid #e6e6e6;background-color:#fff;color:#0006}.confirm-btn[data-v-1c2ee396]{color:#fffc;background:linear-gradient(152deg,#c670ff99 7.01%,#7726ff99 92.99%)}.cancel-btn[data-v-1c2ee396]:active,.confirm-btn[data-v-1c2ee396]:active{transform:scale(.98)}@media screen and (max-width:360px){[data-v-1c2ee396]{font-size:10px}}@media screen and (min-width:360px){[data-v-1c2ee396]{font-size:12px}}@media screen and (min-width:768px){[data-v-1c2ee396]{font-size:24px}}[dir=rtl] .leave-btn[data-v-1c2ee396]{margin-right:0;margin-left:8px}[dir=rtl] .agency-icon[data-v-1c2ee396]{margin-left:0;margin-right:8px}[dir=rtl] .flipImg[data-v-1c2ee396]{transform:scaleX(-1)}
|
||||
1
h5/css/InformationDetails-BHnLMXQ0-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-b81d076e]{color:#000c}.information-details[data-v-b81d076e]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.transaction-content[data-v-b81d076e]{padding:12px;display:flex;align-items:center;gap:12px}.transaction-info[data-v-b81d076e]{flex:1;min-width:0}@media screen and (max-width:360px){[data-v-b81d076e]{font-size:10px}}@media screen and (min-width:360px){[data-v-b81d076e]{font-size:12px}}@media screen and (min-width:768px){[data-v-b81d076e]{font-size:24px}}[dir=rtl] .transaction-info[data-v-b81d076e]{text-align:right}
|
||||
1
h5/css/InviteMembersProcess-DQf7qWH9-1776148661682.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-f1ace16a]{color:#000c}.invite-members[data-v-f1ace16a]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.instruction-item>span[data-v-f1ace16a]{font-size:1.2em;font-weight:510}.team-info[data-v-f1ace16a]{background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.team-id-section[data-v-f1ace16a]{margin-bottom:24px}.team-id-section h3[data-v-f1ace16a],.share-section h3[data-v-f1ace16a]{margin:0 0 12px;font-size:16px;font-weight:600;color:#333}.team-id-display[data-v-f1ace16a]{display:flex;align-items:center;justify-content:space-between;background-color:#f8f9fa;padding:12px 16px;border-radius:8px;border:1px solid #e9ecef}.team-id[data-v-f1ace16a]{font-size:18px;font-weight:600;color:#333;letter-spacing:1px}.copy-btn[data-v-f1ace16a]{background:none;border:none;font-size:20px;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.copy-btn[data-v-f1ace16a]:hover{background-color:#e9ecef}.copy-btn[data-v-f1ace16a]:active{background-color:#dee2e6}.share-buttons[data-v-f1ace16a]{display:flex;gap:12px;flex-wrap:wrap}.share-btn[data-v-f1ace16a]{display:flex;flex-direction:column;align-items:center;padding:16px 12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s;flex:1;min-width:80px}.share-btn[data-v-f1ace16a]:hover{background-color:#e9ecef;border-color:#8b5cf6}.share-btn[data-v-f1ace16a]:active{transform:scale(.98)}.share-icon[data-v-f1ace16a]{font-size:24px;margin-bottom:4px}.share-btn span[data-v-f1ace16a]:last-child{font-size:12px;font-weight:500;color:#666}@media screen and (max-width:360px){[data-v-f1ace16a]{font-size:10px}}@media screen and (min-width:360px){[data-v-f1ace16a]{font-size:12px}}@media screen and (min-width:768px){[data-v-f1ace16a]{font-size:24px}}[dir=rtl] .step-number[data-v-f1ace16a]{margin-right:0;margin-left:8px}[dir=rtl] .instruction-item[data-v-f1ace16a]{text-align:right}
|
||||
1
h5/css/ItemDistribution-CPFQXIIp-1776148661680.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-91d8e30e]{color:#000}.fullPage[data-v-91d8e30e]{background-color:#fff;min-height:100vh;position:relative}.bg[data-v-91d8e30e]{width:100vw;min-height:100vh;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat}.tabName[data-v-91d8e30e]{color:#0006}.tabName-active[data-v-91d8e30e]{color:#000;font-weight:500}@media screen and (max-width:360px){[data-v-91d8e30e]{font-size:10px}}@media screen and (min-width:360px){[data-v-91d8e30e]{font-size:12px}}@media screen and (min-width:768px){[data-v-91d8e30e]{font-size:24px}}@media screen and (min-width:1024px){[data-v-91d8e30e]{font-size:32px}}
|
||||
1
h5/css/ItemDistribution-yfqpY5_l-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-1d82bfd1]{color:#000}.fullPage[data-v-1d82bfd1]{background-color:#fff;min-height:100vh;position:relative}.bg[data-v-1d82bfd1]{width:100vw;min-height:100vh;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat}.tabName[data-v-1d82bfd1]{color:#0006}.tabName-active[data-v-1d82bfd1]{color:#000;font-weight:500}@media screen and (max-width:360px){[data-v-1d82bfd1]{font-size:10px}}@media screen and (min-width:360px){[data-v-1d82bfd1]{font-size:12px}}@media screen and (min-width:768px){[data-v-1d82bfd1]{font-size:24px}}@media screen and (min-width:1024px){[data-v-1d82bfd1]{font-size:32px}}
|
||||
1
h5/css/KYC-DbO1f5f1-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-d8c3524d]{color:#000c}.fullPage[data-v-d8c3524d]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);position:relative}input[data-v-d8c3524d]::placeholder{font-weight:510;color:#0006}textarea[data-v-d8c3524d]::placeholder{font-weight:510;color:#0006}textarea[data-v-d8c3524d]::-webkit-scrollbar{width:0;height:0}.cancel-btn[data-v-d8c3524d],.confirm-btn[data-v-d8c3524d]{flex:1;padding:12px;border:none;border-radius:112px;color:#fff;font-size:1.2em;font-weight:700;cursor:pointer;transition:all .2s}.cancel-btn[data-v-d8c3524d]{background:linear-gradient(180deg,#e5e2e6,#c5c4c700 58.38%),linear-gradient(135deg,#a2a2a2 2.82%,#646464 99.15%),#d587ff;box-shadow:-1px 0 5px #ffffffb3 inset,-3.5px 0 7.5px #fff3 inset,1px 0 5px #ffffffb3 inset,3.5px 0 7.5px #fff3 inset;-webkit-backdrop-filter:blur(5000px);backdrop-filter:blur(5000px)}.confirm-btn[data-v-d8c3524d]{background:linear-gradient(269deg,#feb219 7.04%,#ff9326 96.78%);box-shadow:-1px 0 5px #ffffffb3 inset,-3.5px 0 7.5px #fff3 inset,1px 0 5px #ffffffb3 inset,3.5px 0 7.5px #fff3 inset}.cancel-btn[data-v-d8c3524d]:active,.confirm-btn[data-v-d8c3524d]:active{transform:scale(.98)}@media screen and (max-width:360px){[data-v-d8c3524d]{font-size:10px}}@media screen and (min-width:360px){[data-v-d8c3524d]{font-size:12px}}@media screen and (min-width:768px){[data-v-d8c3524d]{font-size:24px}}@media screen and (min-width:1024px){[data-v-d8c3524d]{font-size:32px}}[dir=rtl] .word-count[data-v-d8c3524d]{right:auto;left:4px}
|
||||
1
h5/css/LoadingView-Bhub8bNq-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
.loading-view[data-v-2275977a]{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.loading-background[data-v-2275977a]{position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.15) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.1) 0%,transparent 50%);animation:backgroundShift-2275977a 10s ease-in-out infinite}@keyframes backgroundShift-2275977a{0%,to{transform:translate(0) translateY(0)}50%{transform:translate(-10px) translateY(-5px)}}.loading-content[data-v-2275977a]{display:flex;flex-direction:column;align-items:center;z-index:2;text-align:center;max-width:300px;width:100%;padding:0 20px}.logo-container[data-v-2275977a]{margin-bottom:40px}.logo[data-v-2275977a]{display:flex;flex-direction:column;align-items:center;animation:logoFloat-2275977a 3s ease-in-out infinite}@keyframes logoFloat-2275977a{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.logo-icon[data-v-2275977a]{font-size:60px;margin-bottom:16px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.logo-text[data-v-2275977a]{font-size:32px;font-weight:700;color:#fff;margin:0;letter-spacing:2px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.loading-animation[data-v-2275977a]{margin-bottom:30px}.spinner[data-v-2275977a]{position:relative;width:60px;height:60px}.spinner-ring[data-v-2275977a]{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top:3px solid rgba(255,255,255,.8);border-radius:50%;animation:spin-2275977a 1.5s linear infinite}.spinner-ring[data-v-2275977a]:nth-child(2){width:80%;height:80%;top:10%;left:10%;border-top-color:#fff9;animation-duration:2s;animation-direction:reverse}.spinner-ring[data-v-2275977a]:nth-child(3){width:60%;height:60%;top:20%;left:20%;border-top-color:#fff6;animation-duration:2.5s}@keyframes spin-2275977a{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text[data-v-2275977a]{margin-bottom:30px;color:#fff}.main-text[data-v-2275977a]{font-size:18px;font-weight:600;margin:0 0 8px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.sub-text[data-v-2275977a]{font-size:14px;margin:0;opacity:.8;text-shadow:0 1px 2px rgba(0,0,0,.2)}.progress-container[data-v-2275977a]{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.progress-bar[data-v-2275977a]{width:100%;height:4px;background-color:#fff3;border-radius:2px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.progress-fill[data-v-2275977a]{height:100%;background:linear-gradient(90deg,#fff,#fffc);border-radius:2px;transition:width .3s ease;box-shadow:0 0 10px #ffffff80}.progress-text[data-v-2275977a]{font-size:12px;color:#ffffffe6;font-weight:500}.loading-footer[data-v-2275977a]{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:2}.loading-footer p[data-v-2275977a]{margin:0;font-size:12px;color:#fff9;text-align:center}@media(max-width:480px){.loading-content[data-v-2275977a]{max-width:280px}.logo-icon[data-v-2275977a]{font-size:50px}.logo-text[data-v-2275977a]{font-size:28px}.spinner[data-v-2275977a]{width:50px;height:50px}.main-text[data-v-2275977a]{font-size:16px}}@media(prefers-color-scheme:dark){.loading-view[data-v-2275977a]{background:linear-gradient(135deg,#1a1a2e,#16213e)}}
|
||||
1
h5/css/MaskLayer-D0cRWd5W-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-0c831f52]{color:#000}
|
||||
1
h5/css/Message-DSlFdo7o-1776148661682.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-8a2b99fb]{color:#000c}.message[data-v-8a2b99fb]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.loading-state[data-v-8a2b99fb]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666}.user-info[data-v-8a2b99fb]{display:flex;align-items:center;gap:12px}.agree-btn[data-v-8a2b99fb],.refuse-btn[data-v-8a2b99fb]{padding:4px 12px;border:none;border-radius:16px;font-weight:600}.agree-btn[data-v-8a2b99fb]{background:linear-gradient(269deg,#feb219 7.04%,#ff9326 96.78%);color:#fff}.refuse-btn[data-v-8a2b99fb]{background-color:transparent;border:1px solid #ff9500;color:#ff9500}.empty-state[data-v-8a2b99fb]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666;text-align:center}.empty-icon[data-v-8a2b99fb]{font-size:48px;margin-bottom:16px}.empty-state p[data-v-8a2b99fb]{margin:0;font-size:16px}@media screen and (max-width:360px){[data-v-8a2b99fb]{font-size:10px}}@media screen and (min-width:360px){[data-v-8a2b99fb]{font-size:12px}}@media screen and (min-width:768px){[data-v-8a2b99fb]{font-size:24px}}[dir=rtl] .user-info[data-v-8a2b99fb]{text-align:right}[dir=rtl] .action-buttons[data-v-8a2b99fb]{flex-direction:row-reverse}
|
||||
1
h5/css/MyAgencyTeams-By6k3SuK-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-dc4fc0e7]{color:#000c}.fullPage[data-v-dc4fc0e7]{min-height:100vh;overflow-y:auto;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.fullPage[data-v-dc4fc0e7]::-webkit-scrollbar{display:none}.overflow-y-auto[data-v-dc4fc0e7]{overflow-y:auto}.overflow-y-auto[data-v-dc4fc0e7]::-webkit-scrollbar{display:none}.contentTime[data-v-dc4fc0e7]{min-width:0;width:6em;font-weight:800;font-size:.9em}.contentText[data-v-dc4fc0e7]{font-size:.9em;font-weight:700}.salaryList[data-v-dc4fc0e7]::-webkit-scrollbar{display:none}.moreBt[data-v-dc4fc0e7]{font-size:.8em;position:absolute;bottom:4%;right:4%;color:#bb92ff;font-weight:500}[dir=rtl] .moreBt[data-v-dc4fc0e7]{left:4%;right:auto}@media screen and (max-width:360px){[data-v-dc4fc0e7]{font-size:10px}}@media screen and (min-width:360px){[data-v-dc4fc0e7]{font-size:12px}}@media screen and (min-width:768px){[data-v-dc4fc0e7]{font-size:24px}}@media screen and (min-width:1024px){[data-v-dc4fc0e7]{font-size:32px}}
|
||||
1
h5/css/MyBDLeaderTeams-DbREtcNj-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-9c05c845]{color:#000c}.fullPage[data-v-9c05c845]{min-height:100vh;overflow-y:auto;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.fullPage[data-v-9c05c845]::-webkit-scrollbar{display:none}.overflow-y-auto[data-v-9c05c845]{overflow-y:auto}.overflow-y-auto[data-v-9c05c845]::-webkit-scrollbar{display:none}.contentTime[data-v-9c05c845]{min-width:0;width:6em;font-weight:800;font-size:.9em}.contentText[data-v-9c05c845]{font-size:.9em;font-weight:700}.salaryList[data-v-9c05c845]::-webkit-scrollbar{display:none}.moreBt[data-v-9c05c845]{font-size:.8em;position:absolute;bottom:4%;right:4%;color:#bb92ff;font-weight:500}@media screen and (max-width:360px){[data-v-9c05c845]{font-size:10px}}@media screen and (min-width:360px){[data-v-9c05c845]{font-size:12px}}@media screen and (min-width:768px){[data-v-9c05c845]{font-size:24px}}@media screen and (min-width:1024px){[data-v-9c05c845]{font-size:32px}}[dir=rtl] .moreBt[data-v-9c05c845]{left:4%;right:auto}
|
||||
1
h5/css/MyBDTeams-BBsbc2s--1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-b85211da]{color:#000c}.fullPage[data-v-b85211da]{min-height:100vh;overflow-y:auto;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.fullPage[data-v-b85211da]::-webkit-scrollbar{display:none}.overflow-y-auto[data-v-b85211da]{overflow-y:auto}.overflow-y-auto[data-v-b85211da]::-webkit-scrollbar{display:none}.contentTime[data-v-b85211da]{min-width:0;width:6em;font-weight:800;font-size:.9em}.contentText[data-v-b85211da]{font-size:.9em;font-weight:700}.salaryList[data-v-b85211da]::-webkit-scrollbar{display:none}.moreBt[data-v-b85211da]{font-size:.8em;position:absolute;bottom:4%;right:4%;color:#bb92ff;font-weight:500}[dir=rtl] .moreBt[data-v-b85211da]{left:4%;right:auto}@media screen and (max-width:360px){[data-v-b85211da]{font-size:10px}}@media screen and (min-width:360px){[data-v-b85211da]{font-size:12px}}@media screen and (min-width:768px){[data-v-b85211da]{font-size:24px}}@media screen and (min-width:1024px){[data-v-b85211da]{font-size:32px}}
|
||||
1
h5/css/MyRechargeAgency-ZnM0p7mO-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-56c137ce]{color:#000}.fullPage[data-v-56c137ce]{background-color:#fff;min-height:100vh;position:relative}.bg[data-v-56c137ce]{width:100vw;min-height:100vh;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat}.tabName[data-v-56c137ce]{color:#0006}.tabName-active[data-v-56c137ce]{color:#000;font-weight:500}.info-fade-enter-from[data-v-56c137ce],.info-fade-leave-to[data-v-56c137ce]{transform:translateY(-10px);opacity:0}.info-fade-enter-active[data-v-56c137ce]{transition:all .5s ease-out}.info-fade-leave-active[data-v-56c137ce]{transition:all .5s cubic-bezier(1,.5,.8,1)}.rotated[data-v-56c137ce]{transform:rotate(90deg)}@media screen and (max-width:360px){[data-v-56c137ce]{font-size:10px}}@media screen and (min-width:360px){[data-v-56c137ce]{font-size:12px}}@media screen and (min-width:768px){[data-v-56c137ce]{font-size:24px}}@media screen and (min-width:1024px){[data-v-56c137ce]{font-size:32px}}
|
||||
1
h5/css/NotAppView-jMu-Q21D-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
.not-app-page[data-v-ca6beb8a]{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f1f2f3;padding:20px}.error-container[data-v-ca6beb8a]{background-color:#fff;padding:40px 20px;border-radius:12px;text-align:center;max-width:400px;width:100%;box-shadow:0 4px 12px #0000001a}.error-icon[data-v-ca6beb8a]{font-size:48px;margin-bottom:16px}h2[data-v-ca6beb8a]{margin:0 0 16px;font-size:24px;color:#333}.error-message[data-v-ca6beb8a]{font-size:16px;color:#666;margin-bottom:20px}.error-details[data-v-ca6beb8a]{background-color:#f9fafb;padding:16px;border-radius:8px;margin-bottom:24px}.error-details p[data-v-ca6beb8a]{margin:0;font-size:14px;color:#666}.retry-btn[data-v-ca6beb8a]{background-color:#8b5cf6;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .2s}.retry-btn[data-v-ca6beb8a]:hover{background-color:#7c3aed}
|
||||
1
h5/css/PlatformPolicy-d-dPjttW-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-a973ab5f]{color:#000c}.platform-policy[data-v-a973ab5f]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.content[data-v-a973ab5f]{padding:16px;position:relative;z-index:2}.loading-container[data-v-a973ab5f]{display:flex;flex-direction:column;align-items:center;padding:60px 20px;color:#666}.policy-list[data-v-a973ab5f]{display:flex;flex-direction:column;gap:16px}.policy-item[data-v-a973ab5f]{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.policy-header[data-v-a973ab5f]{padding:16px 16px 8px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.policy-header h3[data-v-a973ab5f]{margin:0;font-size:18px;font-weight:600;color:#333}.policy-details[data-v-a973ab5f]{padding:16px}.policy-grid[data-v-a973ab5f]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:16px}.policy-grid.bottom-row[data-v-a973ab5f]{margin-bottom:0}.policy-cell[data-v-a973ab5f]{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 8px;background-color:#f1f2f3;border-radius:8px}.policy-cell.empty[data-v-a973ab5f]{visibility:hidden}.cell-label[data-v-a973ab5f]{font-size:12px;color:#666;margin-bottom:8px;line-height:1.3}.cell-value[data-v-a973ab5f]{font-size:14px;font-weight:600;color:#333}.cell-value.salary[data-v-a973ab5f]{color:#f60;font-weight:700}.rewards-section[data-v-a973ab5f]{margin-top:16px;padding-top:16px;border-top:1px solid #e9ecef}.rewards-divider[data-v-a973ab5f]{height:2px;background:linear-gradient(90deg,#c2d9f0,#03dbb8);margin-bottom:12px;border-radius:1px}.rewards-header[data-v-a973ab5f]{margin-bottom:12px}.rewards-title[data-v-a973ab5f]{font-size:14px;font-weight:600;color:#333}.rewards-list[data-v-a973ab5f]{display:flex;flex-direction:column;gap:8px}.reward-item[data-v-a973ab5f]{display:flex;justify-content:space-between;align-items:center;padding:12px;background:linear-gradient(135deg,#c2d9f0,#03dbb8);border-radius:8px;color:#fff}.reward-info[data-v-a973ab5f]{display:flex;flex-direction:column;gap:2px}.reward-name[data-v-a973ab5f]{font-size:14px;font-weight:600}.reward-type[data-v-a973ab5f]{font-size:12px;opacity:.9}.reward-amount[data-v-a973ab5f]{font-size:14px;font-weight:700;color:#fff}.empty-state[data-v-a973ab5f]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666;text-align:center}.empty-icon[data-v-a973ab5f]{font-size:48px;margin-bottom:16px}.empty-state p[data-v-a973ab5f]{margin:0;font-size:16px}@media(max-width:480px){.policy-grid[data-v-a973ab5f]{gap:12px}.cell-label[data-v-a973ab5f]{font-size:11px}.cell-value[data-v-a973ab5f]{font-size:13px}.policy-cell[data-v-a973ab5f]{padding:8px 4px}.reward-item[data-v-a973ab5f]{padding:10px}.reward-name[data-v-a973ab5f]{font-size:13px}.reward-type[data-v-a973ab5f]{font-size:11px}.reward-amount[data-v-a973ab5f]{font-size:13px}}@media screen and (max-width:360px){[data-v-a973ab5f]{font-size:10px}}@media screen and (min-width:360px){[data-v-a973ab5f]{font-size:12px}}@media screen and (min-width:768px){[data-v-a973ab5f]{font-size:24px}}[dir=rtl] .policy-grid[data-v-a973ab5f]{direction:rtl}
|
||||
1
h5/css/RechargeReward-BLoTJbYf-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-9191a27e]{color:#fff}.textGold[data-v-9191a27e]{background:linear-gradient(255deg,#b77c44 28.08%,#fee5bb 46.5%,#bf854a 67.95%,#fcdfb3 85.67%,#c0864b 102.89%,#fbe8d4 122.57%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width:360px){[data-v-9191a27e]{font-size:10px}}@media screen and (min-width:360px){[data-v-9191a27e]{font-size:12px}}@media screen and (min-width:768px){[data-v-9191a27e]{font-size:24px}}@media screen and (min-width:1024px){[data-v-9191a27e]{font-size:32px}}
|
||||
1
h5/css/Recruit-ZLIPv-Ks-1776148661682.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-e9f7baa8]{color:#fff}.fullPage[data-v-e9f7baa8]{width:100vw;min-height:100vh;background-color:#220447;position:relative}@media screen and (max-width:360px){[data-v-e9f7baa8]{font-size:10px}}@media screen and (min-width:360px){[data-v-e9f7baa8]{font-size:12px}}@media screen and (min-width:768px){[data-v-e9f7baa8]{font-size:24px}}@media screen and (min-width:1024px){[data-v-e9f7baa8]{font-size:32px}}
|
||||
1
h5/css/SearchPayee-B04ESqrb-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-fcf186ff]{color:#000c}.search-payee[data-v-fcf186ff]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.content[data-v-fcf186ff]{padding:0 16px 16px;position:relative;z-index:2}.search-input[data-v-fcf186ff]::placeholder{color:#999}.loading-state[data-v-fcf186ff]{text-align:center;padding:40px 20px}.loading-state p[data-v-fcf186ff]{margin:0;color:#666;font-size:.9em}@media screen and (max-width:360px){[data-v-fcf186ff]{font-size:10px}}@media screen and (min-width:360px){[data-v-fcf186ff]{font-size:12px}}@media screen and (min-width:768px){[data-v-fcf186ff]{font-size:24px}}
|
||||
1
h5/css/SearchUser-DoX-T_Jn-1776148661681.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-29eddba0]{color:#000c}input[data-v-29eddba0]::placeholder{font-weight:700;color:#0006}.coin-seller-search[data-v-29eddba0]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.content[data-v-29eddba0]{padding:0 16px 16px;position:relative;z-index:2}.search-input[data-v-29eddba0]::placeholder{color:#999}.selected[data-v-29eddba0]{border:2px solid #ffb805!important}.empty-state[data-v-29eddba0]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666;text-align:center}.empty-icon[data-v-29eddba0]{font-size:48px;margin-bottom:16px}.empty-state p[data-v-29eddba0]{margin:0 0 8px;font-size:16px;font-weight:500}.initial-state[data-v-29eddba0]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666;text-align:center}.initial-icon[data-v-29eddba0]{font-size:48px;margin-bottom:16px}.initial-state p[data-v-29eddba0]{margin:0 0 8px;font-size:16px;font-weight:500}.loading-state[data-v-29eddba0]{text-align:center;padding:40px 20px}.loading-state p[data-v-29eddba0]{margin:0;color:#666;font-size:.9em}@media screen and (max-width:360px){[data-v-29eddba0]{font-size:10px}}@media screen and (min-width:360px){[data-v-29eddba0]{font-size:12px}}@media screen and (min-width:768px){[data-v-29eddba0]{font-size:24px}}[dir=rtl] .search-icon[data-v-29eddba0]{transform:scaleX(-1)}
|
||||
1
h5/css/SellerRecordsView-NzedhH2U-1776148661682.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-cd60a2c1]{color:#000c}.seller-records[data-v-cd60a2c1]{overflow-y:auto;width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.seller-records[data-v-cd60a2c1]::-webkit-scrollbar{display:none}.transaction-type[data-v-cd60a2c1]{font-size:12px;color:#9ca3af;margin-top:2px}input[data-v-cd60a2c1]::placeholder{font-weight:700;color:#0006}@media screen and (max-width:360px){[data-v-cd60a2c1]{font-size:10px}.help-btn[data-v-cd60a2c1]{width:14px}}@media screen and (min-width:360px){[data-v-cd60a2c1]{font-size:12px}.help-btn[data-v-cd60a2c1]{width:16px}}@media screen and (min-width:768px){[data-v-cd60a2c1]{font-size:24px}.help-btn[data-v-cd60a2c1]{width:28px}}[dir=rtl] .search-icon[data-v-cd60a2c1]{transform:scaleX(-1)}
|
||||
1
h5/css/TeamBill-C3oHVaJW-1776148661682.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-6c051d8a]{color:#000c}input[data-v-6c051d8a]::placeholder{font-weight:700;color:#0006}.members-list[data-v-6c051d8a]{padding:5px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.members-list[data-v-6c051d8a]::-webkit-scrollbar{display:none}.loading-container[data-v-6c051d8a],.empty-state[data-v-6c051d8a]{display:flex;flex-direction:column;align-items:center;padding:40px 20px;color:#666}.empty-state p[data-v-6c051d8a]{margin:0;font-size:14px}@media screen and (max-width:360px){[data-v-6c051d8a]{font-size:10px}}@media screen and (min-width:360px){[data-v-6c051d8a]{font-size:12px}}@media screen and (min-width:768px){[data-v-6c051d8a]{font-size:24px}}[data-v-ae26a587]{color:#000c;font-weight:700}.type[data-v-ae26a587]{color:#fff;font-weight:600}.contentTime[data-v-ae26a587]{font-size:1.1em}.contentText[data-v-ae26a587]{font-size:1em}.moreBt[data-v-ae26a587]{font-size:1em;position:absolute;top:8%;right:4%;color:#ff9500;font-weight:500}.flipImg[data-v-ae26a587]{width:100%;height:auto}.status-background[data-v-ae26a587]{border-radius:22px 0 0 22px;padding:2px 4px 2px 8px;position:absolute;bottom:8px;right:0;z-index:2}[dir=rtl] .flipImg[data-v-ae26a587]{transform:scaleX(-1)}[dir=rtl] .status-background[data-v-ae26a587]{border-radius:0 22px 22px 0;padding:2px 8px 2px 4px;right:auto;left:0}[dir=rtl] .contentText[data-v-ae26a587]{text-align:right}[dir=rtl] .moreBt[data-v-ae26a587]{right:auto;left:4%}@media screen and (max-width:360px){[data-v-ae26a587]{font-size:10px}}@media screen and (min-width:360px){[data-v-ae26a587]{font-size:12px}}@media screen and (min-width:768px){[data-v-ae26a587]{font-size:24px}}[data-v-02840930]{color:#000c}.team-bill[data-v-02840930]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.content[data-v-02840930]{padding:16px;position:relative;z-index:2}.modal-overlay[data-v-02840930]{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.help-modal-body>p[data-v-02840930]{color:#0006;font-size:1.2em;font-weight:600}@media screen and (max-width:360px){[data-v-02840930]{font-size:10px}}@media screen and (min-width:360px){[data-v-02840930]{font-size:12px}}@media screen and (min-width:768px){[data-v-02840930]{font-size:24px}}
|
||||
1
h5/css/TeamMember-BOKsEVGj-1776148661682.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-4796cda3]{color:#000c}input[data-v-4796cda3]::placeholder{font-weight:700;color:#0006}.team-des-title[data-v-4796cda3]{font-weight:600}.team-des-value[data-v-4796cda3]{color:#0006;font-weight:500}.team-member[data-v-4796cda3]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.content[data-v-4796cda3]{padding:16px;position:relative;z-index:2}.loading-container[data-v-4796cda3]{display:flex;flex-direction:column;align-items:center;padding:60px 20px;color:#666}.loading-more[data-v-4796cda3]{display:flex;flex-direction:column;align-items:center;padding:20px;color:#666;font-size:14px}.no-more-data[data-v-4796cda3]{display:flex;justify-content:center;padding:20px;color:#999;font-size:14px}.no-more-data p[data-v-4796cda3]{margin:0}.load-more-trigger[data-v-4796cda3]{height:1px;width:100%;margin:10px 0}.member-list[data-v-4796cda3]{display:flex;flex-direction:column;gap:12px}.delete-btn[data-v-4796cda3]{background-color:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:8px;border-radius:8px;cursor:pointer;font-size:16px;transition:all .2s;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.delete-btn[data-v-4796cda3]:hover:not(:disabled){background-color:#fecaca;border-color:#fca5a5}.delete-btn[data-v-4796cda3]:disabled{cursor:not-allowed;opacity:.6}.delete-btn[data-v-4796cda3]:active:not(:disabled){transform:scale(.95)}.empty-state[data-v-4796cda3]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666;text-align:center}.empty-icon[data-v-4796cda3]{font-size:48px;margin-bottom:16px}.empty-state p[data-v-4796cda3]{margin:0;font-size:16px}.modal-body[data-v-4796cda3]{padding:16px 20px;text-align:center}.modal-body p[data-v-4796cda3]{margin:0 0 8px;font-size:14px;font-weight:600;color:#0006}.warning-text[data-v-4796cda3]{color:#dc2626!important;font-weight:500}.modal-actions[data-v-4796cda3]{display:flex;gap:12px;padding:0 20px 20px}.cancel-btn[data-v-4796cda3],.confirm-btn[data-v-4796cda3]{flex:1;padding:12px;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.cancel-btn[data-v-4796cda3]{border:1px solid #e6e6e6;background-color:#fff;color:#0006}.confirm-btn[data-v-4796cda3]{color:#fffc;background:linear-gradient(152deg,#c670ff99 7.01%,#7726ff99 92.99%)}.cancel-btn[data-v-4796cda3]:active,.confirm-btn[data-v-4796cda3]:active{transform:scale(.98)}@media(max-width:480px){.delete-btn[data-v-4796cda3]{width:36px;height:36px;font-size:14px}}@media screen and (max-width:360px){[data-v-4796cda3]{font-size:10px}}@media screen and (min-width:360px){[data-v-4796cda3]{font-size:12px}}@media screen and (min-width:768px){[data-v-4796cda3]{font-size:24px}}[dir=rtl] .search-icon[data-v-4796cda3],[dir=rtl] .trash-icon[data-v-4796cda3]{transform:scaleX(-1)}
|
||||
1
h5/css/TopList-BFymlIBy-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-d7f39f9d]{color:#000}@media screen and (min-width:375px){[data-v-d7f39f9d]{font-size:20px}}@media screen and (min-width:768px){[data-v-d7f39f9d]{font-size:30px}}@media screen and (min-width:1024px){[data-v-d7f39f9d]{font-size:40px}}[data-v-9d407a70]{color:#000}.fullPage[data-v-9d407a70]{background-color:#4d1e16;min-height:100vh;position:relative;direction:ltr}.bg[data-v-9d407a70]{width:100vw;position:relative}.time[data-v-9d407a70]{font-size:1.3em;position:absolute;inset:0;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:860}.loading-container[data-v-9d407a70]{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#666;overflow:hidden;position:relative}@media screen and (max-width:360px){[data-v-9d407a70]{font-size:10px}}@media screen and (min-width:360px){[data-v-9d407a70]{font-size:12px}}@media screen and (min-width:768px){[data-v-9d407a70]{font-size:24px}}@media screen and (min-width:1024px){[data-v-9d407a70]{font-size:32px}}
|
||||
1
h5/css/Transfer-BYD7D1eC-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-4898b25d]{color:#000c}.transfer[data-v-4898b25d]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.content[data-v-4898b25d]{padding:16px;position:relative;z-index:2}.coin-item[data-v-4898b25d]{display:flex;flex-direction:column;justify-content:center;align-items:center;border:2px solid #ffdb81;border-radius:12px;cursor:pointer;transition:all .2s;background:#ffe5a1;aspect-ratio:1/1}.coin-item.selected[data-v-4898b25d]{border-color:#ffb700;background-color:#fdca49}.coin-item[data-v-4898b25d]:active{transform:scale(.98)}.coin-icon[data-v-4898b25d]{font-size:24px;margin-bottom:8px}.coin-amount[data-v-4898b25d]{font-size:14px;font-weight:600;color:#333;margin-bottom:4px}.coin-price[data-v-4898b25d]{font-size:12px;color:#666}.transfer-btn[data-v-4898b25d]{width:70%;border-radius:32px;background:linear-gradient(269deg,#feb219 7.04%,#ff9326 96.78%);border:none;padding:12px;color:#fff;font-weight:600;cursor:pointer}.transfer-btn[data-v-4898b25d]:disabled{background:#ccc;cursor:not-allowed}.rtl-flip[data-v-4898b25d]{width:16px;height:16px}[dir=rtl] .rtl-flip[data-v-4898b25d]{transform:scaleX(-1)}@media screen and (max-width:360px){[data-v-4898b25d]{font-size:10px}}@media screen and (min-width:360px){[data-v-4898b25d]{font-size:12px}}@media screen and (min-width:768px){[data-v-4898b25d]{font-size:24px}}
|
||||
1
h5/css/WeeklyStar-DWLYOpCb-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-79a17b6c]{color:#000}.showText[data-v-79a17b6c]{color:#fff;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.top1Text[data-v-79a17b6c]{font-size:.9em}.text[data-v-79a17b6c]{font-size:.8em}@media screen and (max-width:360px){[data-v-79a17b6c]{font-size:10px}}@media screen and (min-width:360px){[data-v-79a17b6c]{font-size:12px}}@media screen and (min-width:768px){[data-v-79a17b6c]{font-size:24px}}@media screen and (min-width:1024px){[data-v-79a17b6c]{font-size:32px}}[data-v-f5e8c9e1]{color:#fff}.fullPage[data-v-f5e8c9e1]{width:100vw;min-height:100vh;background-color:#311300;position:relative;direction:ltr}.timeText[data-v-f5e8c9e1]{color:#fff;font-size:1.3em;font-weight:860}.timeGap[data-v-f5e8c9e1]{display:flex;justify-content:center;align-items:center}.btTitle[data-v-f5e8c9e1]{color:#fff;font-weight:700}.topTitle[data-v-f5e8c9e1]{font-size:1.5em}.needDebris[data-v-f5e8c9e1]{font-size:.6em}.history-name[data-v-f5e8c9e1],.history-time[data-v-f5e8c9e1]{font-size:.8em}.loading-container[data-v-f5e8c9e1]{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#666;overflow:hidden;position:relative}@media screen and (max-width:360px){[data-v-f5e8c9e1]{font-size:10px}}@media screen and (min-width:360px){[data-v-f5e8c9e1]{font-size:12px}}@media screen and (min-width:768px){[data-v-f5e8c9e1]{font-size:24px}}@media screen and (min-width:1024px){[data-v-f5e8c9e1]{font-size:32px}}
|
||||
1
h5/css/agencyList-CKKQ42hY-1776148661680.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-07ce6058]{color:#000c}.overflow-y-auto[data-v-07ce6058]{overflow-y:auto}.overflow-y-auto[data-v-07ce6058]::-webkit-scrollbar{display:none}.bd-center[data-v-07ce6058]{height:100vh;overflow-y:auto;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.bd-center[data-v-07ce6058]::-webkit-scrollbar{display:none}.contentTime[data-v-07ce6058]{min-width:0;width:6em;font-weight:800;font-size:.9em}.contentText[data-v-07ce6058]{font-size:.9em;font-weight:700}.app-status[data-v-07ce6058]{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;margin-bottom:12px;font-size:12px;font-weight:500}.app-status.connecting[data-v-07ce6058]{background-color:#fef3c7;color:#d97706}.status-indicator[data-v-07ce6058]{width:8px;height:8px;border-radius:50%;background-color:currentColor}.app-status.connecting .status-indicator[data-v-07ce6058]{animation:pulse-07ce6058 1.5s ease-in-out infinite}.salaryList[data-v-07ce6058]::-webkit-scrollbar{display:none}@keyframes pulse-07ce6058{0%,to{opacity:1}50%{opacity:.5}}@media screen and (max-width:360px){[data-v-07ce6058]{font-size:10px}}@media screen and (min-width:360px){[data-v-07ce6058]{font-size:12px}}@media screen and (min-width:768px){[data-v-07ce6058]{font-size:24px}}@media screen and (min-width:1024px){[data-v-07ce6058]{font-size:32px}}[dir=rtl] .avatar[data-v-07ce6058]{margin-right:0;margin-left:12px}[dir=rtl] .user-info[data-v-07ce6058]{text-align:right}[dir=rtl] .flipImg[data-v-07ce6058]{transform:scaleX(-1)}
|
||||
1
h5/css/availableIncome-BPHgvM8W-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-56d72aa1]{color:#000c}input[data-v-56d72aa1]::placeholder{font-weight:510;color:#0006}input[type=number][data-v-56d72aa1]{font-family:Arial,sans-serif;direction:ltr}.transfer[data-v-56d72aa1]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat;position:relative}.content[data-v-56d72aa1]{padding:16px;position:relative;z-index:2}.loading-text[data-v-56d72aa1]{font-weight:500;color:#8b5cf6;font-style:italic}@media screen and (max-width:360px){[data-v-56d72aa1]{font-size:10px}}@media screen and (min-width:360px){[data-v-56d72aa1]{font-size:12px}}@media screen and (min-width:768px){[data-v-56d72aa1]{font-size:16px}}[dir=rtl] .avatar[data-v-56d72aa1]{margin-right:0;margin-left:12px}[dir=rtl] .user-info[data-v-56d72aa1]{text-align:right}[dir=rtl] .flipImg[data-v-56d72aa1]{transform:scaleX(-1)}
|
||||
1
h5/css/bdList-BxJbjFde-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-0e6c74b8]{color:#000c}.overflow-y-auto[data-v-0e6c74b8]{overflow-y:auto}.overflow-y-auto[data-v-0e6c74b8]::-webkit-scrollbar{display:none}.bd-center[data-v-0e6c74b8]{height:100vh;overflow-y:auto;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.bd-center[data-v-0e6c74b8]::-webkit-scrollbar{display:none}.contentTime[data-v-0e6c74b8]{min-width:0;width:6em;font-weight:800;font-size:.9em}.contentText[data-v-0e6c74b8]{font-size:.9em;font-weight:700}.app-status[data-v-0e6c74b8]{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;margin-bottom:12px;font-size:12px;font-weight:500}.app-status.connecting[data-v-0e6c74b8]{background-color:#fef3c7;color:#d97706}.status-indicator[data-v-0e6c74b8]{width:8px;height:8px;border-radius:50%;background-color:currentColor}.app-status.connecting .status-indicator[data-v-0e6c74b8]{animation:pulse-0e6c74b8 1.5s ease-in-out infinite}.salaryList[data-v-0e6c74b8]::-webkit-scrollbar{display:none}@keyframes pulse-0e6c74b8{0%,to{opacity:1}50%{opacity:.5}}@media screen and (max-width:360px){[data-v-0e6c74b8]{font-size:10px}}@media screen and (min-width:360px){[data-v-0e6c74b8]{font-size:12px}}@media screen and (min-width:768px){[data-v-0e6c74b8]{font-size:24px}}@media screen and (min-width:1024px){[data-v-0e6c74b8]{font-size:32px}}[dir=rtl] .avatar[data-v-0e6c74b8]{margin-right:0;margin-left:12px}[dir=rtl] .user-info[data-v-0e6c74b8]{text-align:right}[dir=rtl] .flipImg[data-v-0e6c74b8]{transform:scaleX(-1)}
|
||||
1
h5/css/guide-D9FgePfZ-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
.policy-container[data-v-884bd2df]{position:relative;height:100vh;overflow-y:auto}.policy-container[data-v-884bd2df]::-webkit-scrollbar{display:none}.back-bt[data-v-884bd2df]{display:block;width:9vw;position:absolute;top:15vw;left:5vw}[dir=rtl] .back-bt[data-v-884bd2df]{transform:scaleX(-1);left:auto;right:5vw}
|
||||
1
h5/css/historySalary-T9B2RxXx-1776148661680.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-a410875e]{color:#000c;font-weight:700}.contentTime[data-v-a410875e]{font-size:1.1em}.contentText[data-v-a410875e]{font-size:1em}.moreBt[data-v-a410875e]{font-size:1em;position:absolute;top:8%;right:4%;color:#ff9500;font-weight:500}.status-background[data-v-a410875e]{border-radius:22px 0 0 22px;padding:2px 4px 2px 8px;position:absolute;bottom:8px;right:0;z-index:2}[dir=rtl] .status-background[data-v-a410875e]{border-radius:0 22px 22px 0;padding:2px 8px 2px 4px;right:auto;left:0}.status[data-v-a410875e]{display:flex;justify-content:flex-end;align-items:center}[dir=rtl] .flipImg[data-v-a410875e]{transform:scaleX(-1)}[dir=rtl] .moreBt[data-v-a410875e]{right:auto;left:4%}@media screen and (max-width:360px){[data-v-a410875e]{font-size:10px}}@media screen and (min-width:360px){[data-v-a410875e]{font-size:12px}}@media screen and (min-width:768px){[data-v-a410875e]{font-size:24px}}
|
||||
1
h5/css/incomeDetails-3fbS-Cq9-1776148661680.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-66d4ed6e]{color:#000c}.fullPage[data-v-66d4ed6e]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat;position:relative}@media screen and (max-width:360px){[data-v-66d4ed6e]{font-size:10px}}@media screen and (min-width:360px){[data-v-66d4ed6e]{font-size:14px}}@media screen and (min-width:768px){[data-v-66d4ed6e]{font-size:24px}}@media screen and (min-width:1024px){[data-v-66d4ed6e]{font-size:32px}}[dir=rtl] .avatar[data-v-66d4ed6e]{margin-right:0;margin-left:12px}[dir=rtl] .user-info[data-v-66d4ed6e]{text-align:right}
|
||||
1
h5/css/index-BGe6Za7e-1776148661682.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-27839b2a]{color:#000c}.host-center[data-v-27839b2a]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.section-title[data-v-27839b2a]{margin:0 1% 12px;font-weight:600;display:flex;align-items:center;font-size:1.3em}.title-icon[data-v-27839b2a]{height:20px;margin-left:10px}.avatar[data-v-27839b2a]{width:50px;height:50px;border-radius:25px;background-color:#8b5cf6;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:600;margin-right:12px;overflow:hidden;position:relative}.user-info[data-v-27839b2a]{flex:1;min-width:0}.salary-item[data-v-27839b2a]{display:flex;flex-direction:column}.salary-label[data-v-27839b2a]{font-weight:500;color:#0006;margin-bottom:5px}.salary-value[data-v-27839b2a]{font-weight:600}.task-item[data-v-27839b2a]{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center}.task-label[data-v-27839b2a]{font-weight:600;margin-bottom:5px}.task-value[data-v-27839b2a]{font-weight:600}@media screen and (max-width:360px){[data-v-27839b2a]{font-size:10px}}@media screen and (min-width:360px){[data-v-27839b2a]{font-size:12px}}@media screen and (min-width:768px){[data-v-27839b2a]{font-size:24px}}[dir=rtl] .section-title[data-v-27839b2a]{text-align:right}[dir=rtl] .avatar[data-v-27839b2a]{margin-right:0;margin-left:12px}[dir=rtl] .title-icon[data-v-27839b2a]{margin-left:0;margin-right:10px}[dir=rtl] .user-info[data-v-27839b2a]{text-align:right}
|
||||
1
h5/css/index-BQYVgJbA-1776148661685.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-92ee615b]{color:#fff}.fullPage[data-v-92ee615b]{position:relative;background:#142c24}.bg[data-v-92ee615b]{width:100vw;min-height:100vh;position:relative;z-index:1}.background-overlay[data-v-92ee615b]{position:absolute;inset:236vw 0 0;background-image:var(--bg2-url);background-repeat:repeat-y;background-position:top center;background-size:100% auto;z-index:0}.loading-container[data-v-92ee615b]{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#666;overflow:hidden;position:relative}.scrollY[data-v-92ee615b]::-webkit-scrollbar{display:none}[dir=rtl] .flipImg[data-v-92ee615b]{transform:scaleX(-1)}@media screen and (max-width:360px){[data-v-92ee615b]{font-size:10px}}@media screen and (min-width:360px){[data-v-92ee615b]{font-size:12px}}@media screen and (min-width:768px){[data-v-92ee615b]{font-size:24px}}@media screen and (min-width:1024px){[data-v-92ee615b]{font-size:32px}}
|
||||
1
h5/css/index-BV9_bp64-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-671f7f6b]{color:#000c}.language-page[data-v-671f7f6b]{min-height:100vh;overflow-y:auto;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.language-list[data-v-671f7f6b]{overflow:hidden}[data-v-671f7f6b] .van-cell{padding-top:16px;padding-bottom:16px}[data-v-671f7f6b] .van-cell__title{flex:1}.language-cell[data-v-671f7f6b] .van-cell__value{display:none}.language-row[data-v-671f7f6b]{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}.language-label[data-v-671f7f6b]{font-weight:600}.selected-check[data-v-671f7f6b]{flex:0 0 22px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid #cfcfcf;border-radius:50%;box-sizing:border-box;background:#fff;color:transparent}.selected-check__mark[data-v-671f7f6b]{font-size:14px;line-height:1}.selected-check--active[data-v-671f7f6b]{border-color:#f59e0b;background:#f59e0b;color:#fff}
|
||||
1
h5/css/index-BhJeA7J5-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-bf0a6bf6]{color:#000}.fullPage[data-v-bf0a6bf6]{background-color:#fff;min-height:100vh;position:relative}.bg[data-v-bf0a6bf6]{width:100vw;min-height:100vh;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat}.textContent>p[data-v-bf0a6bf6]{font-weight:700;color:#00000080}input[data-v-bf0a6bf6]::placeholder{font-weight:700;color:#0006}.close[data-v-bf0a6bf6]{position:absolute;top:50%;right:0;transform:translateY(-50%);font-weight:700}@media screen and (max-width:360px){[data-v-bf0a6bf6]{font-size:10px}}@media screen and (min-width:360px){[data-v-bf0a6bf6]{font-size:12px}}@media screen and (min-width:768px){[data-v-bf0a6bf6]{font-size:24px}}@media screen and (min-width:1024px){[data-v-bf0a6bf6]{font-size:32px}}[dir=rtl] .close[data-v-bf0a6bf6]{left:0;right:auto}
|
||||
1
h5/css/index-Bka5CgfF-1776148661685.css
Normal file
1
h5/css/index-Bmm9wMl6-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
.bd-center[data-v-0e442895]{min-height:100vh;overflow-y:auto;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.bd-center[data-v-0e442895]::-webkit-scrollbar{display:none}.salaryList[data-v-0e442895]::-webkit-scrollbar{display:none}.overflow-y-auto[data-v-0e442895]{overflow-y:auto}.overflow-y-auto[data-v-0e442895]::-webkit-scrollbar{display:none}[data-v-0e442895]{color:#000c;font-weight:700}.contentTime[data-v-0e442895]{font-size:1.1em}.contentText[data-v-0e442895],.moreBt[data-v-0e442895]{font-size:1em}@media screen and (max-width:360px){[data-v-0e442895]{font-size:10px}}@media screen and (min-width:360px){[data-v-0e442895]{font-size:12px}}@media screen and (min-width:768px){[data-v-0e442895]{font-size:24px}}[dir=rtl] .avatar[data-v-0e442895]{margin-right:0;margin-left:12px}[dir=rtl] .user-info[data-v-0e442895]{text-align:right}[dir=rtl] .flipImg[data-v-0e442895]{transform:scaleX(-1)}
|
||||
1
h5/css/index-Bv1ve6zw-1776148661685.css
Normal file
1
h5/css/index-CJnDlPLc-1776148661684.css
Normal file
1
h5/css/index-Cj81MDiw-1776148661682.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-e90a38da]{color:#000c}.agency-center[data-v-e90a38da]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.content[data-v-e90a38da]{padding:16px;position:relative;z-index:2}@media screen and (max-width:360px){[data-v-e90a38da]{font-size:10px}}@media screen and (min-width:360px){[data-v-e90a38da]{font-size:12px}}@media screen and (min-width:768px){[data-v-e90a38da]{font-size:24px}}
|
||||
1
h5/css/index-Cr0Edz17-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-43dd144d]{color:#000c}.overflow-y-auto[data-v-43dd144d]{overflow-y:auto}.overflow-y-auto[data-v-43dd144d]::-webkit-scrollbar{display:none}.bd-center[data-v-43dd144d]{min-height:100vh;overflow-y:auto;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png)}.bd-center[data-v-43dd144d]::-webkit-scrollbar{display:none}.app-status[data-v-43dd144d]{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;margin-bottom:12px;font-size:12px;font-weight:500}.app-status.connecting[data-v-43dd144d]{background-color:#fef3c7;color:#d97706}.status-indicator[data-v-43dd144d]{width:8px;height:8px;border-radius:50%;background-color:currentColor}.app-status.connecting .status-indicator[data-v-43dd144d]{animation:pulse-43dd144d 1.5s ease-in-out infinite}.salaryList[data-v-43dd144d]::-webkit-scrollbar{display:none}@keyframes pulse-43dd144d{0%,to{opacity:1}50%{opacity:.5}}@media screen and (max-width:360px){[data-v-43dd144d]{font-size:10px}}@media screen and (min-width:360px){[data-v-43dd144d]{font-size:12px}}@media screen and (min-width:768px){[data-v-43dd144d]{font-size:24px}}@media screen and (min-width:1024px){[data-v-43dd144d]{font-size:32px}}[dir=rtl] .avatar[data-v-43dd144d]{margin-right:0;margin-left:12px}[dir=rtl] .user-info[data-v-43dd144d]{text-align:right}[dir=rtl] .flipImg[data-v-43dd144d]{transform:scaleX(-1)}
|
||||
1
h5/css/index-CxiY5be2-1776148661685.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-a379a897]{color:#000}.showText[data-v-a379a897]{color:#fff;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.top1Text[data-v-a379a897]{font-size:.75em}.text[data-v-a379a897]{font-size:.6em}@media screen and (max-width:360px){[data-v-a379a897]{font-size:10px}}@media screen and (min-width:360px){[data-v-a379a897]{font-size:16px}}@media screen and (min-width:768px){[data-v-a379a897]{font-size:24px}}@media screen and (min-width:1024px){[data-v-a379a897]{font-size:32px}}[data-v-0a3f4d1f]{color:#fff}.fullPage[data-v-0a3f4d1f]{position:relative;background:#11032d}.bg[data-v-0a3f4d1f]{width:100vw;min-height:100vh;position:relative;z-index:1;overflow:hidden}.background-overlay[data-v-0a3f4d1f]{position:absolute;inset:236vw 0 0;background-image:var(--bg2-url);background-repeat:repeat-y;background-position:top center;background-size:100% auto;z-index:0}.grayscale-container[data-v-0a3f4d1f]{filter:grayscale(100%) brightness(90%)}.ranking-bg[data-v-0a3f4d1f]{background-color:#450b08;background-image:var(--ranking-bg-url);background-size:100% auto;background-repeat:no-repeat;position:absolute;inset:15vw 2vw 4vw;z-index:1}.timeText[data-v-0a3f4d1f]{color:#fff;font-weight:590;font-size:1.7em}.timeGap[data-v-0a3f4d1f]{width:6px;align-self:stretch;display:flex;justify-content:center;align-items:center}.btTitle[data-v-0a3f4d1f]{color:#fff;font-weight:700}.topTitle[data-v-0a3f4d1f]{font-size:1.5em}.history-name[data-v-0a3f4d1f],.history-time[data-v-0a3f4d1f]{font-size:.8em}.Textlittle[data-v-0a3f4d1f]{font-size:.9em}.timeBox[data-v-0a3f4d1f]{padding:4vw 0;display:flex;justify-content:center;align-items:center}.loading-container[data-v-0a3f4d1f]{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#666;overflow:hidden;position:relative}.reward-wrapper[data-v-0a3f4d1f]{width:100%;overflow:hidden}[dir=rtl] .reward-wrapper[data-v-0a3f4d1f]{left:4vw;right:15vw}@keyframes scroll-left-0a3f4d1f{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right-0a3f4d1f{0%{transform:translate(0)}to{transform:translate(50%)}}.scroll-wrapper[data-v-0a3f4d1f]{display:flex;width:fit-content}[dir=ltr] .scroll-wrapper[data-v-0a3f4d1f]{animation:scroll-left-0a3f4d1f 8s linear infinite;will-change:transform}[dir=rtl] .scroll-wrapper[data-v-0a3f4d1f]{animation:scroll-right-0a3f4d1f 8s linear infinite;will-change:transform}.scroll-content[data-v-0a3f4d1f]{display:flex;align-items:center}[dir=ltr] .scroll-content[data-v-0a3f4d1f]{margin-left:4vw}[dir=rtl] .scroll-content[data-v-0a3f4d1f]{margin-left:auto;margin-right:4vw}.ruleBt[data-v-0a3f4d1f]{width:5vw;min-width:0;display:block;position:absolute;top:5px;right:5px}[dir=rtl] .ruleBt[data-v-0a3f4d1f]{left:5px;right:auto}.scrollY[data-v-0a3f4d1f]::-webkit-scrollbar{display:none}.coin-item[data-v-0a3f4d1f]{display:flex;flex-direction:column;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:8px;border:1px solid rgba(64,64,64,.5);background:#f0f0f04d;box-shadow:-42px 103px 31px #91919100,-27px 66px 29px #91919103,-15px 37px 24px #91919108,-7px 17px 18px #9191910a,-2px 4px 10px #9191910d;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);direction:ltr}.coin-item.selected[data-v-0a3f4d1f]{border-radius:11px;border:2px solid #ced1ff;box-shadow:-.25px -.25px 1px #655dff,.25px .25px 1px #735dff,0 0 3px #5d60ffcc,0 0 5px #5d68ff99,0 0 4px #0000d24d}.coin-item[data-v-0a3f4d1f]:active{transform:scale(.98)}.resultNum[data-v-0a3f4d1f]{position:absolute;z-index:9999;inset:0;top:-8vw;padding-right:8%;display:flex;justify-content:flex-end;align-items:center;font-size:.9em;font-weight:590;background:linear-gradient(0deg,#f3b700,#ffeec6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}[dir=rtl] .resultNum[data-v-0a3f4d1f]{direction:ltr;justify-content:flex-start}.rotated[data-v-0a3f4d1f]{transform:rotate(90deg)}[dir=rtl] .flipImg[data-v-0a3f4d1f]{transform:scaleX(-1)}[dir=rtl] .flipImg.rotated[data-v-0a3f4d1f]{transform:scaleX(-1) rotate(90deg)}@media screen and (max-width:360px){[data-v-0a3f4d1f]{font-size:10px}}@media screen and (min-width:360px){[data-v-0a3f4d1f]{font-size:12px}}@media screen and (min-width:768px){[data-v-0a3f4d1f]{font-size:24px}}@media screen and (min-width:1024px){[data-v-0a3f4d1f]{font-size:32px}}[dir=rtl] .timeBox[data-v-0a3f4d1f]{flex-direction:row-reverse}.helpInfo[data-v-0a3f4d1f]{display:flex;flex-direction:column;gap:1vw}.helpInfo>p[data-v-0a3f4d1f]{color:#fff;font-size:1.2em;font-weight:700}
|
||||
1
h5/css/index-D5BVzGRA-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-4951c134]{color:#fff}.fullPage[data-v-4951c134]{width:100vw;min-height:100vh;position:relative;background-color:#9d5225}.textGold[data-v-4951c134]{background:linear-gradient(255deg,#b77c44 28.08%,#fee5bb 46.5%,#bf854a 67.95%,#fcdfb3 85.67%,#c0864b 102.89%,#fbe8d4 122.57%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}input[data-v-4951c134]::placeholder{color:#fff}.loading-container[data-v-4951c134]{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#666}@media screen and (max-width:360px){[data-v-4951c134]{font-size:10px}}@media screen and (min-width:360px){[data-v-4951c134]{font-size:14px}}@media screen and (min-width:768px){[data-v-4951c134]{font-size:24px}}@media screen and (min-width:1024px){[data-v-4951c134]{font-size:32px}}
|
||||
1
h5/css/index-DD37J1DO-1776148661681.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-0d1778c7]{color:#000c}.coin-seller[data-v-0d1778c7]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat;position:relative}.loading-container[data-v-0d1778c7]{display:flex;flex-direction:column;align-items:center;padding:40px 20px;color:#666}.content[data-v-0d1778c7]{padding:16px;position:relative;z-index:2}.user-info[data-v-0d1778c7]{flex:1;min-width:0;display:flex;align-items:center;margin-bottom:12px}.avatar[data-v-0d1778c7]{width:4em;aspect-ratio:1/1;border-radius:25px;margin-right:12px}.user-details[data-v-0d1778c7]{min-width:0;flex:1}.user-details h3[data-v-0d1778c7]{margin-bottom:4px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-details p[data-v-0d1778c7]{color:#0006;font-size:.9em;font-weight:500}.settings-btn[data-v-0d1778c7]{width:32px;height:32px;border:none;background:none;cursor:pointer}.account-tags[data-v-0d1778c7]{display:flex;gap:8px}.tag[data-v-0d1778c7]{padding:4px 12px;border-radius:16px;font-size:.8em;font-weight:600}.seller-tag[data-v-0d1778c7]{background-color:#fef3c7;color:#d97706}.selected-user[data-v-0d1778c7]{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:8px;background:#ffe5a1}.selected-user .user-info[data-v-0d1778c7]{display:flex;align-items:center;margin-bottom:0}.user-avatar[data-v-0d1778c7]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-right:12px}.selected-user .user-details[data-v-0d1778c7]{min-width:0;flex:1}.user-name[data-v-0d1778c7]{font-size:.9em;font-weight:700;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-id[data-v-0d1778c7]{font-size:.8em;font-weight:500;color:#0006}.change-btn[data-v-0d1778c7]{border-radius:20px;background:linear-gradient(269deg,#feb219 7.04%,#ff9326 96.78%);color:#fff;border:none;padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer}.search-placeholder[data-v-0d1778c7]{padding:12px 20px;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .2s}.search-placeholder[data-v-0d1778c7]:hover{border-color:#f59e0b;background-color:#fef5e7}.search-placeholder span[data-v-0d1778c7]{color:#666;font-size:.9em;font-weight:500}.amount-input[data-v-0d1778c7]{width:100%;background:transparent;border:none;font-size:.9em;box-sizing:border-box}.amount-input[data-v-0d1778c7]:focus{outline:none}.amount-input[data-v-0d1778c7]::placeholder{font-size:.7em;color:#0006;font-weight:500}input[type=number][data-v-0d1778c7]{font-family:Arial,sans-serif;direction:ltr}.recharge-btn[data-v-0d1778c7]{width:80%;padding:12px;border-radius:20px;background:linear-gradient(269deg,#feb219 7.04%,#ff9326 96.78%);color:#fff;border:none;font-weight:600;cursor:pointer;transition:all .2s}.recharge-btn[data-v-0d1778c7]:disabled{background:#d1d5db;cursor:not-allowed}@media screen and (max-width:360px){[data-v-0d1778c7]{font-size:10px}}@media screen and (min-width:360px){[data-v-0d1778c7]{font-size:12px}}@media screen and (min-width:768px){[data-v-0d1778c7]{font-size:24px}}[dir=rtl] .avatar[data-v-0d1778c7],[dir=rtl] .user-avatar[data-v-0d1778c7]{margin-right:0;margin-left:12px}[dir=rtl] .change-btn[data-v-0d1778c7]{margin-left:0;margin-right:12px}
|
||||
1
h5/css/index-DZVkkagc-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-65763c6b]{color:#000c}.fullPage[data-v-65763c6b]{position:relative;min-height:100vh;overflow-y:auto;background-color:#fff}.fullPage[data-v-65763c6b]::-webkit-scrollbar{display:none}.bg[data-v-65763c6b]{width:100vw;min-height:100vh;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat}@media screen and (max-width:360px){[data-v-65763c6b]{font-size:10px}}@media screen and (min-width:360px){[data-v-65763c6b]{font-size:12px}}@media screen and (min-width:768px){[data-v-65763c6b]{font-size:24px}}[dir=rtl] .flipImg[data-v-65763c6b]{transform:scaleX(-1)}
|
||||
1
h5/css/index-Nj3Mut-Y-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-e698a308]{color:#000}.top1Text[data-v-e698a308]{font-size:.75em}.text[data-v-e698a308]{font-size:.6em}.showText[data-v-e698a308]{color:#fff;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.scroll-wrapper[data-v-e698a308]{display:flex;width:fit-content}.scroll-content[data-v-e698a308]{display:flex;align-items:center;gap:4px}@keyframes scroll-left-e698a308{0%{transform:translate(0)}to{transform:translate(-33.3%)}}@keyframes scroll-right-e698a308{0%{transform:translate(0)}to{transform:translate(33.3%)}}[dir=ltr] .scroll-content[data-v-e698a308]{margin-left:30px}[dir=rtl] .scroll-content[data-v-e698a308]{margin-left:auto;margin-right:30px}[dir=ltr] .scroll-wrapper[data-v-e698a308]{animation:scroll-left-e698a308 5s linear infinite;will-change:transform}[dir=rtl] .scroll-wrapper[data-v-e698a308]{animation:scroll-right-e698a308 5s linear infinite;will-change:transform}@media screen and (max-width:360px){[data-v-e698a308]{font-size:10px}}@media screen and (min-width:360px){[data-v-e698a308]{font-size:16px}}@media screen and (min-width:768px){[data-v-e698a308]{font-size:24px}}@media screen and (min-width:1024px){[data-v-e698a308]{font-size:32px}}[data-v-08bdb6bb]{color:#000}.showText[data-v-08bdb6bb]{color:#fff;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.top1Text[data-v-08bdb6bb]{font-size:.75em}.text[data-v-08bdb6bb]{font-size:.6em}@media screen and (max-width:360px){[data-v-08bdb6bb]{font-size:10px}}@media screen and (min-width:360px){[data-v-08bdb6bb]{font-size:12px}}@media screen and (min-width:768px){[data-v-08bdb6bb]{font-size:24px}}@media screen and (min-width:1024px){[data-v-08bdb6bb]{font-size:32px}}[data-v-3196cb78]{color:#fff}.fullPage[data-v-3196cb78]{position:relative;background:#5d0c00}.bg[data-v-3196cb78]{width:100vw;min-height:100vh;position:relative;z-index:1}.timeText[data-v-3196cb78]{color:#fff;font-weight:590;font-size:1.5em}.timeGap[data-v-3196cb78]{width:6px;align-self:stretch;display:flex;justify-content:center;align-items:center}.grayscale-container[data-v-3196cb78]{filter:grayscale(100%) brightness(100%)}.top2-3[data-v-3196cb78]{display:flex;justify-content:space-between}[dir=rtl] .top2-3[data-v-3196cb78]{flex-direction:row-reverse}.btTitle[data-v-3196cb78]{color:#fff;font-weight:700}.topTitle[data-v-3196cb78]{font-size:1.5em}.history-name[data-v-3196cb78],.history-time[data-v-3196cb78],.UserNickname[data-v-3196cb78]{font-size:.8em}.timeBox[data-v-3196cb78]{min-height:20.27vw;display:flex;justify-content:center;margin-top:10vw}.loading-container[data-v-3196cb78]{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#666;overflow:hidden;position:relative;z-index:0}@media screen and (max-width:360px){[data-v-3196cb78]{font-size:10px}}@media screen and (min-width:360px){[data-v-3196cb78]{font-size:14px}}@media screen and (min-width:768px){[data-v-3196cb78]{font-size:24px}}@media screen and (min-width:1024px){[data-v-3196cb78]{font-size:32px}}[dir=rtl] .timeBox[data-v-3196cb78]{flex-direction:row-reverse}[dir=rtl] .flipImg[data-v-3196cb78]{transform:scaleX(-1)}
|
||||
1
h5/css/inviteAgency-ynfoErm7-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-a2e9deb9]{color:#000c}.fullPage[data-v-a2e9deb9]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat;position:relative}input[data-v-a2e9deb9]::placeholder{font-weight:700;color:#0006}.invite-btn[data-v-a2e9deb9]{padding:4px 12px;border-radius:32px;background:linear-gradient(269deg,#feb219 7.04%,#ff9326 96.78%);color:#fff;border:none;font-weight:600;cursor:pointer;transition:all .2s}.invite-btn[data-v-a2e9deb9]:disabled{background:#d1d5db;cursor:not-allowed}.selected[data-v-a2e9deb9]{border:2px solid #ffb805!important}.no-data[data-v-a2e9deb9]{text-align:center;padding:40px 20px;color:#666}@media screen and (max-width:360px){[data-v-a2e9deb9]{font-size:10px}}@media screen and (min-width:360px){[data-v-a2e9deb9]{font-size:12px}}@media screen and (min-width:768px){[data-v-a2e9deb9]{font-size:24px}}@media screen and (min-width:1024px){[data-v-a2e9deb9]{font-size:32px}}[dir=rtl] .avatar[data-v-a2e9deb9]{margin-right:0;margin-left:12px}[dir=rtl] .user-info[data-v-a2e9deb9]{text-align:right}
|
||||
1
h5/css/inviteBD-skEEMZS_-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-cf5572fd]{color:#000c}.fullPage[data-v-cf5572fd]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat;position:relative}input[data-v-cf5572fd]::placeholder{font-weight:700;color:#0006}.invite-btn[data-v-cf5572fd]{padding:4px 12px;border-radius:32px;background:linear-gradient(269deg,#feb219 7.04%,#ff9326 96.78%);color:#fff;border:none;font-weight:600;cursor:pointer;transition:all .2s}.invite-btn[data-v-cf5572fd]:disabled{background:#d1d5db;cursor:not-allowed}.selected[data-v-cf5572fd]{border:2px solid #ffb805!important}.no-data[data-v-cf5572fd]{text-align:center;padding:40px 20px;color:#666}@media screen and (max-width:360px){[data-v-cf5572fd]{font-size:10px}}@media screen and (min-width:360px){[data-v-cf5572fd]{font-size:12px}}@media screen and (min-width:768px){[data-v-cf5572fd]{font-size:24px}}@media screen and (min-width:1024px){[data-v-cf5572fd]{font-size:32px}}[dir=rtl] .avatar[data-v-cf5572fd]{margin-right:0;margin-left:12px}[dir=rtl] .user-info[data-v-cf5572fd]{text-align:right}
|
||||
1
h5/css/inviteBDLeader-DDvJ9GUy-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-4141fb04]{color:#000c}input[data-v-4141fb04]::placeholder{font-weight:700;color:#0006}.fullPage[data-v-4141fb04]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat;position:relative}.invite-btn[data-v-4141fb04]{padding:10px 12px;border-radius:32px;background:linear-gradient(135deg,#bb92ff 2.82%,#8b45ff 99.15%);color:#fff;border:none;font-weight:600;cursor:pointer;transition:all .2s}.invite-btn[data-v-4141fb04]:not(:disabled):active{background:linear-gradient(135deg,#b080ff 2.82%,#6302ff 99.15%)}.invite-btn[data-v-4141fb04]:disabled{background:#d1d5db;cursor:not-allowed}.selected[data-v-4141fb04]{border:2px solid #8b5cf6!important}.no-data[data-v-4141fb04]{text-align:center;padding:40px 20px;color:#666}@media screen and (max-width:360px){[data-v-4141fb04]{font-size:10px}}@media screen and (min-width:360px){[data-v-4141fb04]{font-size:12px}}@media screen and (min-width:768px){[data-v-4141fb04]{font-size:24px}}@media screen and (min-width:1024px){[data-v-4141fb04]{font-size:32px}}[dir=rtl] .avatar[data-v-4141fb04]{margin-right:0;margin-left:12px}[dir=rtl] .user-info[data-v-4141fb04]{text-align:right}
|
||||
1
h5/css/inviteNewUser-CH2MCqKg-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-5d11b611]{color:#fff}.fullPage[data-v-5d11b611]{width:100vw;min-height:100vh;background-color:#c7432d;position:relative}.grayscale-container[data-v-5d11b611]{filter:grayscale(100%) brightness(90%)}.timeBox[data-v-5d11b611]{width:80%;display:flex;justify-content:space-around}.timeText[data-v-5d11b611]{color:#fff;font-weight:590;font-size:1.7em}.timeGap[data-v-5d11b611]{width:6px;align-self:stretch;display:flex;justify-content:center;align-items:center}[dir=rtl] .timeBox[data-v-5d11b611]{flex-direction:row-reverse}.overflow-y-auto[data-v-5d11b611]{overflow-y:auto}.overflow-y-auto[data-v-5d11b611]::-webkit-scrollbar{display:none}.leftBt[data-v-5d11b611]{position:absolute;top:117vw;left:0;width:100vw;direction:ltr;display:flex;flex-direction:column;align-items:flex-start}.bindingUserCode[data-v-5d11b611]{width:100%;padding-left:5vw;padding-right:5vw;height:14vw;direction:ltr;display:flex;justify-content:space-between}.enter[data-v-5d11b611]{font-weight:590;font-size:.7em}.enter_ar[data-v-5d11b611]{font-size:.9em}.enter_tr[data-v-5d11b611]{font-size:.8em}.enter_bn[data-v-5d11b611]{font-size:.9em}.contact[data-v-5d11b611]{font-weight:590;font-size:.6em}.contact_en[data-v-5d11b611]{font-size:.8em}.contact_tr[data-v-5d11b611]{font-size:.6em}.inviteReward[data-v-5d11b611]{margin-top:22vw}.inviteReward_bn[data-v-5d11b611],.inviteReward_tr[data-v-5d11b611]{margin-top:19vw}.rechargeReward[data-v-5d11b611]{padding:23.5vw 0 5vw;gap:8.8vw}.rechargeReward_bn[data-v-5d11b611],.rechargeReward_tr[data-v-5d11b611]{padding:24.5vw 0 5vw;gap:10vw}.loading-container[data-v-5d11b611]{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#666;overflow:hidden;position:relative}@media screen and (max-width:360px){[data-v-5d11b611]{font-size:12px}}@media screen and (min-width:360px){[data-v-5d11b611]{font-size:14px}}@media screen and (min-width:768px){[data-v-5d11b611]{font-size:24px}}@media screen and (min-width:1024px){[data-v-5d11b611]{font-size:32px}}
|
||||
1
h5/css/inviteRechargeAgency-HtuDLW6h-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-bd43a668]{color:#000c}.fullPage[data-v-bd43a668]{width:100vw;min-height:100vh;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat;position:relative}input[data-v-bd43a668]::placeholder{font-weight:700;color:#0006}.invite-btn[data-v-bd43a668]{padding:10px 12px;border-radius:32px;background:linear-gradient(135deg,#bb92ff 2.82%,#8b45ff 99.15%);color:#fff;border:none;font-weight:600;cursor:pointer;transition:all .2s}.invite-btn[data-v-bd43a668]:not(:disabled):active{background:linear-gradient(135deg,#b080ff 2.82%,#6302ff 99.15%)}.invite-btn[data-v-bd43a668]:disabled{background:#d1d5db;cursor:not-allowed}.selected[data-v-bd43a668]{border:2px solid #8b5cf6!important}.no-data[data-v-bd43a668]{text-align:center;padding:40px 20px;color:#666}@media screen and (max-width:360px){[data-v-bd43a668]{font-size:10px}}@media screen and (min-width:360px){[data-v-bd43a668]{font-size:12px}}@media screen and (min-width:768px){[data-v-bd43a668]{font-size:24px}}[dir=rtl] .avatar[data-v-bd43a668]{margin-right:0;margin-left:12px}[dir=rtl] .user-info[data-v-bd43a668]{text-align:right}
|
||||
1
h5/css/map-VzgEk7r4-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-47cd0f91]{color:#000}.fullPage[data-v-47cd0f91]{background-color:#fff;min-height:100vh;position:relative}.bg[data-v-47cd0f91]{width:100vw;min-height:100vh;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat}@media screen and (max-width:360px){[data-v-47cd0f91]{font-size:10px}}@media screen and (min-width:360px){[data-v-47cd0f91]{font-size:12px}}@media screen and (min-width:768px){[data-v-47cd0f91]{font-size:24px}}@media screen and (min-width:1024px){[data-v-47cd0f91]{font-size:32px}}
|
||||
1
h5/css/payResult-D72jItj7-1776148661683.css
Normal file
1
h5/css/payWay-_BIGrg-w-1776148661684.css
Normal file
@ -0,0 +1 @@
|
||||
[data-v-7045048d]{color:#000}.fullPage[data-v-7045048d]{background-color:#fff;min-height:100vh;position:relative}.bg[data-v-7045048d]{width:100vw;min-height:100vh;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat}.slide-fade-enter-active[data-v-7045048d]{transition:all .3s ease-out}.slide-fade-leave-active[data-v-7045048d]{transition:all .2s cubic-bezier(1,.5,.8,1)}.slide-fade-enter-from[data-v-7045048d],.slide-fade-leave-to[data-v-7045048d]{transform:translateY(-10px);opacity:0}.showGoodsList[data-v-7045048d]{display:block}.hiddenGoodsList[data-v-7045048d]{display:none}.extraList>div[data-v-7045048d]:not(:last-child){border-bottom:.1px solid black}.rotated[data-v-7045048d]{transform:rotate(90deg)}@media screen and (max-width:360px){[data-v-7045048d]{font-size:10px}}@media screen and (min-width:360px){[data-v-7045048d]{font-size:12px}}@media screen and (min-width:768px){[data-v-7045048d]{font-size:24px}}@media screen and (min-width:1024px){[data-v-7045048d]{font-size:32px}}
|
||||
1
h5/css/policy-BGdjAO7H-1776148661680.css
Normal file
@ -0,0 +1 @@
|
||||
.policy-container[data-v-ad18d523]{width:100vw;height:100vh;overflow-y:auto;background-color:#fff;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);background-size:100% auto;background-repeat:no-repeat}.policy-container[data-v-ad18d523]::-webkit-scrollbar{display:none}.policy-image[data-v-ad18d523]{display:block;width:100vw;object-fit:cover}
|
||||
1
h5/css/policy-BHRfWyKy-1776148661679.css
Normal file
@ -0,0 +1 @@
|
||||
.policy-container[data-v-32720be3]{height:100vh;background-image:url(/assets/secondBg-CSqvFWr0-1776148661447.png);overflow-y:auto}.policy-container[data-v-32720be3]::-webkit-scrollbar{display:none}
|
||||
1
h5/css/toast-Dey2j0YW-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
.modal-overlay[data-v-b96bc318]{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.modal[data-v-b96bc318]{background:#fff;border-radius:16px;box-shadow:0 20px 25px #0000001a,0 10px 10px #0000000a;width:100%;max-width:320px;padding:24px 20px 20px;text-align:center;position:relative}.modal-icon[data-v-b96bc318]{margin-bottom:16px;display:flex;justify-content:center}.icon-circle[data-v-b96bc318]{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:iconPulse-b96bc318 .6s ease-out;border:3px solid}.icon-symbol[data-v-b96bc318]{font-size:24px;font-weight:700;line-height:1}.modal-title[data-v-b96bc318]{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:12px;line-height:1.4}.modal-message[data-v-b96bc318]{font-size:14px;color:#6b7280;line-height:1.5;margin-bottom:20px;word-wrap:break-word}.modal-actions[data-v-b96bc318]{display:flex;justify-content:center}.modal-btn[data-v-b96bc318]{border:none;border-radius:8px;padding:10px 32px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;min-width:80px;color:#fff}.modal-btn[data-v-b96bc318]:active{transform:scale(.98)}.modal-error .icon-circle-error[data-v-b96bc318]{background-color:#fee2e2;border-color:#fecaca}.modal-error .icon-symbol-error[data-v-b96bc318]{color:#dc2626}.modal-error .modal-btn-error[data-v-b96bc318]{background-color:#dc2626}.modal-error .modal-btn-error[data-v-b96bc318]:hover{background-color:#b91c1c}.modal-error .modal-btn-error[data-v-b96bc318]:active{background-color:#991b1b}.modal-warning .icon-circle-warning[data-v-b96bc318]{background-color:#fef3c7;border-color:#fde68a}.modal-warning .icon-symbol-warning[data-v-b96bc318]{color:#d97706}.modal-warning .modal-btn-warning[data-v-b96bc318]{background-color:#d97706}.modal-warning .modal-btn-warning[data-v-b96bc318]:hover{background-color:#b45309}.modal-warning .modal-btn-warning[data-v-b96bc318]:active{background-color:#92400e}.modal-success .icon-circle-success[data-v-b96bc318]{background-color:#d1fae5;border-color:#a7f3d0}.modal-success .icon-symbol-success[data-v-b96bc318]{color:#059669}.modal-success .modal-btn-success[data-v-b96bc318]{background-color:#059669}.modal-success .modal-btn-success[data-v-b96bc318]:hover{background-color:#047857}.modal-success .modal-btn-success[data-v-b96bc318]:active{background-color:#065f46}.modal-info .icon-circle-info[data-v-b96bc318]{background-color:#dbeafe;border-color:#bfdbfe}.modal-info .icon-symbol-info[data-v-b96bc318]{color:#2563eb}.modal-info .modal-btn-info[data-v-b96bc318]{background-color:#2563eb}.modal-info .modal-btn-info[data-v-b96bc318]:hover{background-color:#1d4ed8}.modal-info .modal-btn-info[data-v-b96bc318]:active{background-color:#1e40af}.modal-simple .modal-message[data-v-b96bc318]{font-size:15px;color:#374151;margin-bottom:24px}.modal-simple .modal-btn[data-v-b96bc318]{background-color:#2563eb}.modal-simple .modal-btn[data-v-b96bc318]:hover{background-color:#1d4ed8}.modal-simple .modal-btn[data-v-b96bc318]:active{background-color:#1e40af}.modal-enter[data-v-b96bc318]{animation:modalEnter-b96bc318 .3s cubic-bezier(.34,1.56,.64,1)}.modal-leave[data-v-b96bc318]{animation:modalLeave-b96bc318 .2s ease-in}@keyframes modalEnter-b96bc318{0%{opacity:0;transform:scale(.7) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalLeave-b96bc318{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.9) translateY(-5px)}}@keyframes iconPulse-b96bc318{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@media(max-width:480px){.modal[data-v-b96bc318]{max-width:280px;padding:20px 16px 16px}.icon-circle[data-v-b96bc318]{width:48px;height:48px}.icon-symbol[data-v-b96bc318]{font-size:20px}.modal-title[data-v-b96bc318]{font-size:16px}.modal-message[data-v-b96bc318]{font-size:13px}}
|
||||
1
h5/css/workReportBox-C5RHBB2f-1776148661683.css
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";[data-v-2b6451a5]{color:#000c;font-weight:700}.contentTime[data-v-2b6451a5]{min-width:0;width:6em;font-size:.9em}.contentText[data-v-2b6451a5]{font-size:1em}.moreBt[data-v-2b6451a5]{font-size:1em;position:absolute;top:8%;right:4%;color:#ff9500;font-weight:500}.flipImg[data-v-2b6451a5]{width:100%;height:auto}.status-background[data-v-2b6451a5]{border-radius:22px 0 0 22px;padding:2px 4px 2px 8px;position:absolute;bottom:8px;right:0;z-index:2}[dir=rtl] .flipImg[data-v-2b6451a5]{transform:scaleX(-1)}[dir=rtl] .status-background[data-v-2b6451a5]{border-radius:0 22px 22px 0;padding:2px 8px 2px 4px;right:auto;left:0}[dir=rtl] .contentText[data-v-2b6451a5]{text-align:right}[dir=rtl] .moreBt[data-v-2b6451a5]{right:auto;left:4%}@media screen and (max-width:360px){[data-v-2b6451a5]{font-size:10px}}@media screen and (min-width:360px){[data-v-2b6451a5]{font-size:12px}}@media screen and (min-width:768px){[data-v-2b6451a5]{font-size:24px}}
|
||||
BIN
h5/favicon.ico
Normal file
|
After Width: | Height: | Size: 69 KiB |
@ -1,88 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>A landing page slot for game-focused events, rankings, and seasonal engagement campaigns. | Yumi H5</title>
|
||||
<meta name="description" content="Use this destination for mini-game promotions, challenge seasons, rankings, and cross-room participation drives.">
|
||||
<link rel="canonical" href="https://h5.haiyihy.com/games-king/">
|
||||
<link rel="stylesheet" href="../assets/site.css">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
||||
>
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>Yumi H5</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
window.__H5_ROUTE_PATH__ = "/games-king";
|
||||
</script>
|
||||
<script src="/assets/yumi-route-entry.js"></script>
|
||||
<script type="module" crossorigin src="/js/index-CIAVq8iD-1776148658686.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/css/index-VRlNQ74k-1776148661679.css">
|
||||
</head>
|
||||
<body data-theme="berry">
|
||||
|
||||
|
||||
<header class="site-header">
|
||||
<div class="shell site-header__inner">
|
||||
<a class="brand" href="/">
|
||||
<span class="brand__mark" aria-hidden="true"></span>
|
||||
<span class="brand__text">
|
||||
<span class="brand__name">Yumi</span>
|
||||
<span class="brand__sub">H5 landing page</span>
|
||||
</span>
|
||||
</a>
|
||||
<nav class="header-links" aria-label="Primary">
|
||||
<a href="/">H5 Home</a><a href="https://www.haiyihy.com/">Official Site</a>
|
||||
<a class="header-pill" href="https://h5.haiyihy.com/privacy.html">Privacy</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="shell landing-shell">
|
||||
<div class="eyebrow">Games campaign</div>
|
||||
<h1 class="landing-title">A landing page slot for game-focused events, rankings, and seasonal engagement campaigns.</h1>
|
||||
<p class="landing-lead">Use this destination for mini-game promotions, challenge seasons, rankings, and cross-room participation drives.</p>
|
||||
<div class="landing-meta">
|
||||
<div class="meta-chip"><strong>Seasonal</strong> · for event-based traffic spikes</div><div class="meta-chip"><strong>Lightweight</strong> · copy-first promotional format</div>
|
||||
</div>
|
||||
<div class="landing-banner">
|
||||
<p>Designed for event storytelling rather than dense system UI.</p>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a class="button" href="https://h5.haiyihy.com/rankings-rooms/">Open Room Rankings</a>
|
||||
<a class="button-secondary" href="https://h5.haiyihy.com/rankings-wealth/">Open Wealth Rankings</a>
|
||||
</div>
|
||||
<div class="landing-stack">
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Event-ready</h3>
|
||||
<p>Turn this page into a game season hub, contest explainer, or campaign teaser with one content update.</p>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Cross-linkable</h3>
|
||||
<p>It can point users into rankings, invitation flows, room events, or download paths.</p>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="shell">
|
||||
<div class="footer-grid">
|
||||
<div>
|
||||
<div class="eyebrow">Legal and support</div>
|
||||
<p>Yumi is operated by Global Interactive Technology Co., Limited (環球互動科技有限公司).</p>
|
||||
<p>中国香港环球大厦A01</p>
|
||||
<p>Industry: Internet technology and information services</p>
|
||||
<p>Support: <a href="mailto:postmaster@haiyinet.com.cn">postmaster@haiyinet.com.cn</a><br>Phone: <a href="tel:+85256283162">+85256283162</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-links">
|
||||
<a href="https://www.haiyihy.com/">Official site</a>
|
||||
<a href="https://h5.haiyihy.com/privacy.html">Privacy policy</a>
|
||||
<a href="https://h5.haiyihy.com/terms.html">Terms of service</a>
|
||||
<a href="https://h5.haiyihy.com/delete-account.html">Delete account</a>
|
||||
<a href="https://h5.haiyihy.com/child-safety.html">Child safety</a>
|
||||
<a href="https://h5.haiyihy.com/">H5 index</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@ -1,88 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>A central landing page for creators, room owners, and active hosts. | Yumi H5</title>
|
||||
<meta name="description" content="Use this page as the distribution point for host-facing updates, onboarding steps, room guidance, and operational notices.">
|
||||
<link rel="canonical" href="https://h5.haiyihy.com/host-center/">
|
||||
<link rel="stylesheet" href="../assets/site.css">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
||||
>
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>Yumi H5</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
window.__H5_ROUTE_PATH__ = "/host-center";
|
||||
</script>
|
||||
<script src="/assets/yumi-route-entry.js"></script>
|
||||
<script type="module" crossorigin src="/js/index-CIAVq8iD-1776148658686.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/css/index-VRlNQ74k-1776148661679.css">
|
||||
</head>
|
||||
<body data-theme="sapphire">
|
||||
|
||||
|
||||
<header class="site-header">
|
||||
<div class="shell site-header__inner">
|
||||
<a class="brand" href="/">
|
||||
<span class="brand__mark" aria-hidden="true"></span>
|
||||
<span class="brand__text">
|
||||
<span class="brand__name">Yumi</span>
|
||||
<span class="brand__sub">H5 landing page</span>
|
||||
</span>
|
||||
</a>
|
||||
<nav class="header-links" aria-label="Primary">
|
||||
<a href="/">H5 Home</a><a href="https://www.haiyihy.com/">Official Site</a>
|
||||
<a class="header-pill" href="https://h5.haiyihy.com/privacy.html">Privacy</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="shell landing-shell">
|
||||
<div class="eyebrow">Host operations</div>
|
||||
<h1 class="landing-title">A central landing page for creators, room owners, and active hosts.</h1>
|
||||
<p class="landing-lead">Use this page as the distribution point for host-facing updates, onboarding steps, room guidance, and operational notices.</p>
|
||||
<div class="landing-meta">
|
||||
<div class="meta-chip"><strong>1 page</strong> · for recurring host communication</div><div class="meta-chip"><strong>Low friction</strong> · distribution from app and campaigns</div>
|
||||
</div>
|
||||
<div class="landing-banner">
|
||||
<p>A stable host-facing H5 entry point linked directly from the app.</p>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a class="button" href="https://h5.haiyihy.com/apply/">Apply as Host</a>
|
||||
<a class="button-secondary" href="https://h5.haiyihy.com/privacy.html">Privacy Policy</a>
|
||||
</div>
|
||||
<div class="landing-stack">
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Use it as a routing hub</h3>
|
||||
<p>This page can carry current season rules, host incentives, room standards, or updated activity instructions without shipping a new app build.</p>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="section-card">
|
||||
<h3>Keep copy editable</h3>
|
||||
<p>The page content lives directly in this HTML page so operators can adjust copy, links, and highlights in git without a generator step.</p>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="shell">
|
||||
<div class="footer-grid">
|
||||
<div>
|
||||
<div class="eyebrow">Legal and support</div>
|
||||
<p>Yumi is operated by Global Interactive Technology Co., Limited (環球互動科技有限公司).</p>
|
||||
<p>中国香港环球大厦A01</p>
|
||||
<p>Industry: Internet technology and information services</p>
|
||||
<p>Support: <a href="mailto:postmaster@haiyinet.com.cn">postmaster@haiyinet.com.cn</a><br>Phone: <a href="tel:+85256283162">+85256283162</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-links">
|
||||
<a href="https://www.haiyihy.com/">Official site</a>
|
||||
<a href="https://h5.haiyihy.com/privacy.html">Privacy policy</a>
|
||||
<a href="https://h5.haiyihy.com/terms.html">Terms of service</a>
|
||||
<a href="https://h5.haiyihy.com/delete-account.html">Delete account</a>
|
||||
<a href="https://h5.haiyihy.com/child-safety.html">Child safety</a>
|
||||
<a href="https://h5.haiyihy.com/">H5 index</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
35
h5/invitation/invite-new-user/index.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
||||
>
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>Yumi H5</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
window.__H5_ROUTE_PATH__ = "/invitation/invite-new-user";
|
||||
</script>
|
||||
<script src="/assets/yumi-route-entry.js"></script>
|
||||
<script type="module" crossorigin src="/js/index-CIAVq8iD-1776148658686.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/css/index-VRlNQ74k-1776148661679.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,88 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>A clean invitation page for user acquisition, referral campaigns, and onboarding traffic. | Yumi H5</title>
|
||||
<meta name="description" content="Use this page to tell new users what Yumi is, why they should join, and where the invite flow leads next.">
|
||||
<link rel="canonical" href="https://h5.haiyihy.com/invite-new-user/">
|
||||
<link rel="stylesheet" href="../assets/site.css">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
||||
>
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>Yumi H5</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
window.__H5_ROUTE_PATH__ = "/invitation/invite-new-user";
|
||||
</script>
|
||||
<script src="/assets/yumi-route-entry.js"></script>
|
||||
<script type="module" crossorigin src="/js/index-CIAVq8iD-1776148658686.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/css/index-VRlNQ74k-1776148661679.css">
|
||||
</head>
|
||||
<body data-theme="mint">
|
||||
|
||||
|
||||
<header class="site-header">
|
||||
<div class="shell site-header__inner">
|
||||
<a class="brand" href="/">
|
||||
<span class="brand__mark" aria-hidden="true"></span>
|
||||
<span class="brand__text">
|
||||
<span class="brand__name">Yumi</span>
|
||||
<span class="brand__sub">H5 landing page</span>
|
||||
</span>
|
||||
</a>
|
||||
<nav class="header-links" aria-label="Primary">
|
||||
<a href="/">H5 Home</a><a href="https://www.haiyihy.com/">Official Site</a>
|
||||
<a class="header-pill" href="https://h5.haiyihy.com/privacy.html">Privacy</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="shell landing-shell">
|
||||
<div class="eyebrow">Growth funnel</div>
|
||||
<h1 class="landing-title">A clean invitation page for user acquisition, referral campaigns, and onboarding traffic.</h1>
|
||||
<p class="landing-lead">Use this page to tell new users what Yumi is, why they should join, and where the invite flow leads next.</p>
|
||||
<div class="landing-meta">
|
||||
<div class="meta-chip"><strong>Referral</strong> · friendly landing format</div><div class="meta-chip"><strong>App-first</strong> · clear user conversion path</div>
|
||||
</div>
|
||||
<div class="landing-banner">
|
||||
<p>Built for referral links, community invite traffic, and campaign attribution handoffs.</p>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a class="button" href="https://play.google.com/store/apps/details?id=com.org.yumi">Download Yumi</a>
|
||||
<a class="button-secondary" href="https://www.haiyihy.com/">Official Website</a>
|
||||
</div>
|
||||
<div class="landing-stack">
|
||||
|
||||
<section class="section-card">
|
||||
<h3>What this page should do</h3>
|
||||
<p>Explain the value of Yumi quickly, remove ambiguity for first-time visitors, and route them cleanly into app installation.</p>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="section-card">
|
||||
<h3>How to operate it</h3>
|
||||
<p>Adjust headline, incentive copy, and campaign validity in JSON whenever a new invite program starts.</p>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="shell">
|
||||
<div class="footer-grid">
|
||||
<div>
|
||||
<div class="eyebrow">Legal and support</div>
|
||||
<p>Yumi is operated by Global Interactive Technology Co., Limited (環球互動科技有限公司).</p>
|
||||
<p>中国香港环球大厦A01</p>
|
||||
<p>Industry: Internet technology and information services</p>
|
||||
<p>Support: <a href="mailto:postmaster@haiyinet.com.cn">postmaster@haiyinet.com.cn</a><br>Phone: <a href="tel:+85256283162">+85256283162</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-links">
|
||||
<a href="https://www.haiyihy.com/">Official site</a>
|
||||
<a href="https://h5.haiyihy.com/privacy.html">Privacy policy</a>
|
||||
<a href="https://h5.haiyihy.com/terms.html">Terms of service</a>
|
||||
<a href="https://h5.haiyihy.com/delete-account.html">Delete account</a>
|
||||
<a href="https://h5.haiyihy.com/child-safety.html">Child safety</a>
|
||||
<a href="https://h5.haiyihy.com/">H5 index</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
1
h5/js/AboutView-CO-iMpP3-1776148658686.js
Normal file
@ -0,0 +1 @@
|
||||
import{_ as s,c as t,b as o,j as a}from"./index-CIAVq8iD-1776148658686.js";const n={},c={class:"about"};function r(_,e){return a(),t("div",c,[...e[0]||(e[0]=[o("h1",null,"This is an about page",-1)])])}const l=s(n,[["render",r]]);export{l as default};
|
||||
1
h5/js/AgencySetting-BmS1kNhU-1776148658686.js
Normal file
4
h5/js/ApplyView-DeX5QcYo-1776148658686.js
Normal file
1
h5/js/BankCard-DMajsnjz-1776148658686.js
Normal file
1
h5/js/BankCards-t_69XDdY-1776148658686.js
Normal file
9
h5/js/CashOut-B2w1er5G-1776148658686.js
Normal file
11
h5/js/CashWithdraw-DEdVRCuE-1776148658686.js
Normal file
1
h5/js/Details-D_cyihQ8-1776148658686.js
Normal file
@ -0,0 +1 @@
|
||||
import{_,k as g,I as y,o as m,c as n,l as b,q as r,b as t,F as x,x as h,J as v,r as w,u as F,j as l,t as o,n as k}from"./index-CIAVq8iD-1776148658686.js";import{f as D}from"./utcFormat-Cl3Lb3s0-1776148658686.js";import{b as I}from"./lottery-BvmnIlAm-1776148658686.js";import{G as R}from"./GeneralHeader-ClI1i1Ud-1776148658686.js";const j={class:"fullPage"},B={style:{padding:"16px",display:"flex","flex-direction":"column",gap:"12px"}},L={style:{padding:"12px","border-radius":"12px",background:"#fff","box-shadow":"0 0 4px 0 rgba(0, 0, 0, 0.25)",display:"flex","flex-direction":"column",gap:"4px"}},S={style:{display:"flex","justify-content":"space-between","align-items":"center"}},q={style:{"font-weight":"600"}},C={style:{"font-weight":"600"}},G={style:{display:"flex","justify-content":"space-between","align-items":"center"}},N={style:{color:"rgba(0, 0, 0, 0.4)","font-weight":"500"}},T={__name:"Details",setup(V){const{t:s,locale:c}=g();F();const d=v();c.value&&y(c.value);const u=d.query.activityId||"",i=w([]),f=e=>{if(e.status==0)return s("under_review");if(e.status==1)return s("approved");if(e.status==2)return s("rejection")},p=async()=>{const e=await I(u);e.status&&e.body?i.value=e.body.records:i.value=[]};return m(()=>{p()}),(e,z)=>(l(),n("div",j,[b(R,{showLanguageList:!0,title:r(s)("details"),style:{width:"100%"},color:"rgba(0, 0, 0, 0.80)"},null,8,["title"]),t("div",B,[(l(!0),n(x,null,h(i.value,a=>(l(),n("div",L,[t("div",S,[t("div",q,o(r(s)("cash_out")),1),t("div",C,"$"+o(a.amount),1)]),t("div",G,[t("div",N,o(r(D)(a.createTime)),1),t("div",{style:k([{"font-weight":"510","background-clip":"text","-webkit-background-clip":"text","-webkit-text-fill-color":"transparent"},{backgroundImage:a.status==0?"linear-gradient(248deg, #759cff 5.66%, #3d73ff 42.49%)":a.status==1?"linear-gradient(248deg, #75FF98 5.66%, #3DFF54 42.49%)":"linear-gradient(248deg, #FF7578 5.66%, #FF3D40 42.49%)"}])},o(f(a)),5)])]))),256))])]))}},P=_(T,[["__scopeId","data-v-bbb38d83"]]);export{P as default};
|
||||