mirror of
https://github.com/Silentely/eSIM-Tools.git
synced 2026-09-03 06:24:20 +08:00
✨ feat: 为 Simyo 增加工具使用提示,统一 Giffgaff 提示文本
- 在 Simyo 页面新增“本工具仅支持已有 Simyo 号码的用户”提示框,支持中英文显示 - 为 Simyo 提示框添加渐变背景、橙色边框等样式,提升视觉一致性 - 移除 Giffgaff 提示框中文和英文文本末尾的句号,保持与 Simyo 提示风格统一 - 统一两款工具的新用户提示文案结构,增强维护性
This commit is contained in:
@@ -77,12 +77,12 @@
|
||||
<!-- 新用户提示 -->
|
||||
<div class="new-user-notice reveal">
|
||||
<span class="lang-zh">
|
||||
<span class="notice-line1"><i class="fas fa-exclamation-circle" aria-hidden="true"></i> 本工具仅支持已有 Giffgaff 号码的用户,</span>
|
||||
<span class="notice-line2">支持实体卡转 eSIM、eSIM 换设备、已支付 £10 直取 eSIM。新用户(未有号码)无法使用,如需开卡请点击下方链接。</span>
|
||||
<span class="notice-line1"><i class="fas fa-exclamation-circle" aria-hidden="true"></i> 本工具仅支持已有 Giffgaff 号码的用户</span>
|
||||
<span class="notice-line2">支持实体卡转 eSIM、eSIM 换设备、已支付 £10 直取 eSIM。新用户(未有号码)无法使用,如需开卡请点击下方链接</span>
|
||||
</span>
|
||||
<span class="lang-en">
|
||||
<span class="notice-line1"><i class="fas fa-exclamation-circle" aria-hidden="true"></i> This tool supports existing Giffgaff users only:</span>
|
||||
<span class="notice-line2">SIM-to-eSIM conversion, eSIM device change, and direct eSIM fetch for £10 paid users. New users without a number cannot use it. Click the link below to get started.</span>
|
||||
<span class="notice-line2">SIM-to-eSIM conversion, eSIM device change, and direct eSIM fetch for £10 paid users. New users without a number cannot use it. Click the link below to get started</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -97,6 +97,18 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 工具使用提示 -->
|
||||
<div class="new-user-notice reveal">
|
||||
<span class="lang-zh">
|
||||
<span class="notice-line1"><i class="fas fa-exclamation-circle" aria-hidden="true"></i> 本工具仅支持已有 Simyo 号码的用户</span>
|
||||
<span class="notice-line2">支持 eSIM 换设备,同时支持 MFA 登录</span>
|
||||
</span>
|
||||
<span class="lang-en">
|
||||
<span class="notice-line1"><i class="fas fa-exclamation-circle" aria-hidden="true"></i> This tool supports existing Simyo users only</span>
|
||||
<span class="notice-line2">eSIM device change with MFA login support</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- 开卡推广 -->
|
||||
<div class="promo-banner reveal">
|
||||
<div class="promo-content">
|
||||
|
||||
@@ -335,6 +335,33 @@
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
/* 工具使用提示 */
|
||||
.new-user-notice {
|
||||
background: linear-gradient(135deg, #fff7ed, #ffedd5);
|
||||
border: 1px solid rgba(255, 107, 0, 0.25);
|
||||
border-radius: 8px;
|
||||
padding: 12px 16px;
|
||||
margin-bottom: 16px;
|
||||
font-size: 14px;
|
||||
color: #7c2d12;
|
||||
text-align: center;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.new-user-notice .notice-line1 {
|
||||
display: block;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.new-user-notice .notice-line1 i {
|
||||
color: #ea580c;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.new-user-notice .notice-line2 {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* 推广横幅 */
|
||||
.promo-banner {
|
||||
background: linear-gradient(135deg, #ff6b00, #ff8c42);
|
||||
|
||||
Reference in New Issue
Block a user