| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>5447激活网</title>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
- <style>
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
- }
-
- body {
- background-color: #f5f7fa;
- color: #333;
- line-height: 1.6;
- padding: 20px;
- max-width: 500px;
- margin: 0 auto;
- min-height: 100vh;
- display: flex;
- flex-direction: column;
- }
-
- .container {
- background-color: white;
- border-radius: 20px;
- box-shadow: 0 10px 30px rgba(0, 0, 100, 0.08);
- padding: 30px 25px;
- flex-grow: 1;
- display: flex;
- flex-direction: column;
- }
-
- .header {
- text-align: center;
- margin-bottom: 30px;
- padding-bottom: 20px;
- border-bottom: 1px solid #eaeff5;
- }
-
- .site-name {
- color: #2a5bd7;
- font-size: 28px;
- font-weight: 700;
- margin-bottom: 8px;
- letter-spacing: 1px;
- }
-
- .tagline {
- color: #5a7cda;
- font-size: 14px;
- font-weight: 500;
- letter-spacing: 3px;
- margin-top: 5px;
- }
-
- .welcome-section {
- text-align: center;
- margin-bottom: 30px;
- }
-
- .welcome-title {
- font-size: 24px;
- color: #1a3a8f;
- margin-bottom: 15px;
- font-weight: 600;
- }
-
- .intro {
- font-size: 18px;
- color: #444;
- margin-bottom: 10px;
- font-weight: 500;
- }
-
- .features {
- display: flex;
- justify-content: center;
- gap: 15px;
- margin-top: 15px;
- flex-wrap: wrap;
- }
-
- .feature {
- background: linear-gradient(135deg, #5a7cda, #2a5bd7);
- color: white;
- padding: 8px 16px;
- border-radius: 30px;
- font-size: 14px;
- font-weight: 500;
- }
-
- .pricing-section {
- background-color: #f0f5ff;
- border-radius: 15px;
- padding: 25px;
- margin-bottom: 30px;
- box-shadow: 0 5px 15px rgba(42, 91, 215, 0.05);
- }
-
- .section-title {
- color: #1a3a8f;
- font-size: 20px;
- margin-bottom: 20px;
- text-align: center;
- font-weight: 600;
- position: relative;
- padding-bottom: 10px;
- }
-
- .section-title:after {
- content: '';
- position: absolute;
- width: 50px;
- height: 3px;
- background-color: #2a5bd7;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- border-radius: 3px;
- }
-
- .price-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 15px 0;
- border-bottom: 1px dashed #c8d4f5;
- }
-
- .price-item:last-child {
- border-bottom: none;
- }
-
- .service-name {
- font-size: 16px;
- color: #333;
- font-weight: 500;
- }
-
- .price {
- background-color: white;
- padding: 8px 16px;
- border-radius: 20px;
- color: #2a5bd7;
- font-weight: 700;
- font-size: 16px;
- box-shadow: 0 3px 8px rgba(42, 91, 215, 0.15);
- }
-
- .action-section {
- margin-top: auto;
- text-align: center;
- }
-
- .login-btn {
- background: linear-gradient(135deg, #2a5bd7, #1a3a8f);
- color: white;
- border: none;
- padding: 18px 30px;
- font-size: 18px;
- font-weight: 600;
- border-radius: 50px;
- cursor: pointer;
- width: 100%;
- transition: all 0.3s ease;
- box-shadow: 0 5px 15px rgba(42, 91, 215, 0.3);
- letter-spacing: 1px;
- }
-
- .login-btn:hover {
- transform: translateY(-3px);
- box-shadow: 0 8px 20px rgba(42, 91, 215, 0.4);
- }
-
- .login-btn:active {
- transform: translateY(0);
- }
-
- .footer {
- text-align: center;
- margin-top: 25px;
- color: #888;
- font-size: 13px;
- }
-
- .icon {
- margin-right: 8px;
- color: #2a5bd7;
- }
-
- @media (max-width: 480px) {
- body {
- padding: 15px;
- }
-
- .container {
- padding: 25px 20px;
- }
-
- .site-name {
- font-size: 24px;
- }
-
- .welcome-title {
- font-size: 22px;
- }
-
- .intro {
- font-size: 16px;
- }
-
- .features {
- gap: 10px;
- }
-
- .feature {
- padding: 6px 12px;
- font-size: 13px;
- }
-
- .pricing-section {
- padding: 20px;
- }
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="header">
- <h1 class="site-name">欢迎来到 5447 激活网</h1>
- <div class="tagline">PROFESSIONAL ACTIVATION NETWORK</div>
- </div>
-
- <div class="welcome-section">
- <p class="intro">专业·稳定·快速,为您提供最便捷的开卡服务</p>
- <div class="features">
- <div class="feature">专业服务</div>
- <div class="feature">稳定可靠</div>
- <div class="feature">快速响应</div>
- </div>
- </div>
-
- <div class="pricing-section">
- <h3 class="section-title">服务价格说明</h3>
-
- <div class="price-item">
- <div class="service-name">
- <i class="fas fa-sim-card icon"></i>激活服务
- </div>
- <div class="price">1 积分/张</div>
- </div>
-
- <div class="price-item">
- <div class="service-name">
- <i class="fas fa-check-circle icon"></i>测卡服务
- </div>
- <div class="price">0.5 积分/张</div>
- </div>
-
- <div class="price-item">
- <div class="service-name">
- <i class="fas fa-search-dollar icon"></i>查询余额
- </div>
- <div class="price">0.5 积分/张</div>
- </div>
- </div>
-
- <div class="action-section">
- <button class="login-btn" id="loginBtn">
- <i class="fas fa-user-circle"></i> 登录 / 注册
- </button>
- <p class="footer">© 2023 5447激活网 版权所有</p>
- </div>
- </div>
- <script>
- // 为登录/注册按钮添加简单的交互效果
- document.getElementById('loginBtn').addEventListener('click', function() {
- location.href = './home'
- });
-
- </script>
- </body>
- </html>
|