| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <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" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <link rel="icon" type="image/x-icon" href="img/favicon.ico" />
- <title>Group Buying Rules</title>
- <!-- Tailwind CSS -->
- <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
- <!-- Font Awesome -->
- <link
- href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"
- rel="stylesheet"
- />
- <!-- Google Fonts -->
- <link
- href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
- rel="stylesheet"
- />
- <style>
- .prose-lg {
- line-height: 1.5 !important;
- }
- </style>
- <script>
- tailwind.config = {
- theme: {
- extend: {
- colors: {
- primary: '#0066CC',
- secondary: '#333333',
- light: '#F5F5F7',
- dark: '#1D1D1F',
- },
- fontFamily: {
- sans: ['Inter', 'sans-serif'],
- },
- },
- },
- };
- </script>
- <style type="text/tailwindcss">
- @layer utilities {
- .transition-smooth {
- transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
- }
- }
- </style>
- </head>
- <body class="font-sans bg-white text-dark antialiased">
- <main class="py-12">
- <div class="container mx-auto px-4 sm:px-6 lg:px-8 max-w-4xl">
- <!-- 标题 -->
- <h1 class="text-sm md:text-4xl font-bold mb-8">
- <span class="lang-en">Group Buying Rules</span>
- <span class="lang-zh hidden">BandhuBuy拼团规则</span>
- </h1>
- <!-- 图片 -->
- <div class="mb-8">
- <img
- src="./img/20250916-153510.jpg"
- alt="Group Buying Rules"
- class="w-full h-auto rounded-lg shadow-lg"
- />
- </div>
- <!-- 内容 -->
- <div class="prose prose-lg text-xs md:text-xl max-w-none">
- <!-- 英文版本 -->
- <div class="lang-en">
- <section class="mb-8">
- <div class="space-y-4">
- <p>
- <strong>1. Activity Name:</strong> Lucky Group Buying (10 or
- 20 participants)
- </p>
- <p>
- <strong>2. Participation Requirements:</strong> Payment of the
- product amount
- </p>
- <p>
- <strong>3. Group Formation Rules:</strong> The group will be
- successfully formed if the required number of participants (10
- or 20 people) is reached within the specified time limit.
- </p>
- <div>
- <p><strong>4. Lottery Rules:</strong></p>
- <ul class="list-disc pl-6 space-y-1">
- <li>
- <strong>Lottery Time:</strong> Immediately after the group
- is successfully formed
- </li>
- <li>
- <strong>Lottery Method:</strong> One person will be
- randomly selected from among all participants
- </li>
- </ul>
- </div>
- <div>
- <p><strong>5. Fund Processing Rules:</strong></p>
- <ul class="list-disc pl-6 space-y-1">
- <li>
- <strong>Winner:</strong> The full payment will be deducted
- as the product payment
- </li>
- <li>
- <strong>Non-winners:</strong> The full payment amount will
- be refunded to the user's account wallet balance instantly
- </li>
- <li>
- <strong>Group Buying Failure:</strong> If the required
- number of participants is not reached within the specified
- time, the group buying fails, and the full payment amount
- will be refunded to the user's account wallet balance
- instantly
- </li>
- </ul>
- </div>
- <div>
- <p><strong>6. Product Distribution Rules:</strong></p>
- <ul class="list-disc pl-6 space-y-1">
- <li>
- <strong>Successful Group Buying:</strong> The winner will
- receive the product
- </li>
- <li>
- <strong>Failed Group Buying:</strong> No product will be
- shipped
- </li>
- </ul>
- </div>
- <p>
- <strong>7. Product Shipping:</strong> The platform will ship
- the product within 72 hours
- </p>
- <p>
- <strong>8. Risk Warning:</strong> Winning in Lucky Group
- Buying is random. Participation indicates understanding and
- acceptance of this risk.
- </p>
- <p>
- <strong>9. User Agreement:</strong> Payment constitutes
- acceptance and agreement to these group buying rules.
- </p>
- <p>
- <strong>10. Customer Support:</strong> Contact official
- customer service for inquiries.
- </p>
- <p class="mt-6 font-semibold">
- BandhuBuy reserves the right of final interpretation of these
- rules.
- </p>
- </div>
- </section>
- </div>
- <!-- 中文版本 -->
- <div class="lang-zh hidden">
- <section class="mb-8">
- <h2 class="text-2xl font-semibold mb-4">团购详细规则</h2>
- <div class="space-y-4">
- <p><strong>1.玩法名称:</strong> 幸运团购(10人或20人)</p>
- <p><strong>2.参与条件:</strong> 支付商品金额</p>
- <p>
- <strong>3.成团规则:</strong>
- 成团规定时间内达到成团人数要求即可成团(10人或20人)
- </p>
- <div>
- <p><strong>4.抽奖规则:</strong></p>
- <ul class="list-disc pl-6 space-y-1">
- <li><strong>抽奖时间:</strong>成团后立即抽奖</li>
- <li>
- <strong>抽奖方式:</strong>从已参团人数中随机选中1人
- </li>
- </ul>
- </div>
- <div>
- <p><strong>5.资金处理规则:</strong></p>
- <ul class="list-disc pl-6 space-y-1">
- <li>
- <strong>抽中者:</strong>支付金额全部扣除作为商品货款
- </li>
- <li>
- <strong>未抽中者:</strong
- >支付金额全额退还至账户钱包余额、即时到账
- </li>
- <li>
- <strong>拼团失败:</strong
- >成团规定时间内未达到成团人数要求则拼团失败,支付金额全额退还至账户钱包余额、即时到账
- </li>
- </ul>
- </div>
- <div>
- <p><strong>6.商品发放规则:</strong></p>
- <ul class="list-disc pl-6 space-y-1">
- <li><strong>拼团成功:</strong>抽中者将获得商品</li>
- <li><strong>拼团失败:</strong>不发货</li>
- </ul>
- </div>
- <p><strong>7.商品发货:</strong>平台将会在72小时内发货</p>
- <p>
- <strong>8.风险提示:</strong>
- 幸运团购中奖具有随机性,参与者参与即表示理解并接受该风险
- </p>
- <p><strong>9.用户支付即视为了解并同意以上团购规则</strong></p>
- <p><strong>10.问题咨询:</strong>联系官方客服</p>
- <p class="mt-6 font-semibold">BandhuBuy保留规则最终解释权</p>
- </div>
- </section>
- </div>
- </div>
- </div>
- </main>
- <!-- 页脚 -->
- <footer class="bg-dark text-white py-8">
- <div class="container mx-auto px-4 text-center">
- <p class="text-gray-500 text-sm">
- © 2025 Aisoco, Inc. All rights reserved.
- </p>
- </div>
- </footer>
- <script>
- // 语言切换功能
- const langEnBtn = document.getElementById('lang-en');
- const langZhBtn = document.getElementById('lang-zh');
- const langEnElements = document.querySelectorAll('.lang-en');
- const langZhElements = document.querySelectorAll('.lang-zh');
- langEnBtn.addEventListener('click', function () {
- langEnBtn.classList.add('text-primary');
- langEnBtn.classList.remove('text-gray-500');
- langZhBtn.classList.add('text-gray-500');
- langZhBtn.classList.remove('text-primary');
- langEnElements.forEach((el) => el.classList.remove('hidden'));
- langZhElements.forEach((el) => el.classList.add('hidden'));
- });
- langZhBtn.addEventListener('click', function () {
- langZhBtn.classList.add('text-primary');
- langZhBtn.classList.remove('text-gray-500');
- langEnBtn.classList.add('text-gray-500');
- langEnBtn.classList.remove('text-primary');
- langZhElements.forEach((el) => el.classList.remove('hidden'));
- langEnElements.forEach((el) => el.classList.add('hidden'));
- });
- </script>
- </body>
- </html>
|