feat: 修改登录页面的协议复选框颜色,提升视觉一致性;更新绑定邀请码页面的头部样式,增强用户体验

This commit is contained in:
2026-01-20 00:12:09 +07:00
parent 943ea9a263
commit 4fd3a691ee
2 changed files with 10 additions and 8 deletions

View File

@@ -336,8 +336,8 @@ function goToTerms(type: "service" | "privacy") {
.agreement-checkbox { .agreement-checkbox {
--size: 20px; --size: 20px;
--border-radius: 4px; --border-radius: 4px;
--background-checked: #0052d9; --background-checked: #c41e3a;
--border-color-checked: #0052d9; --border-color-checked: #c41e3a;
margin: 0; margin: 0;
flex-shrink: 0; flex-shrink: 0;
} }

View File

@@ -140,12 +140,14 @@ function nextPage() {
<template> <template>
<ion-page> <ion-page>
<ion-header class="ion-no-border">
<ion-toolbar class="ion-toolbar"> <ion-toolbar class="ion-toolbar">
<ion-buttons slot="start"> <ion-buttons slot="start">
<back-button /> <back-button />
</ion-buttons> </ion-buttons>
<ion-title>绑定邀请码</ion-title> <ion-title>绑定邀请码</ion-title>
</ion-toolbar> </ion-toolbar>
</ion-header>
<ion-content :fullscreen="true"> <ion-content :fullscreen="true">
<!-- 顶部横幅 --> <!-- 顶部横幅 -->
<img src="@/assets/images/invite-banner.jpg" class="w-full object-contain" alt="邀请横幅"> <img src="@/assets/images/invite-banner.jpg" class="w-full object-contain" alt="邀请横幅">