diff --git a/src/config.js b/src/config.js index e7b0a12..c9282c7 100644 --- a/src/config.js +++ b/src/config.js @@ -11,7 +11,7 @@ const config = { // 应用版本 version: "1.1.0", // 应用logo - logo: "/static/logo.png", + logo: "/static/logo1.png", // 官方网站 site_url: "https://www.qdintc.com", // 政策协议 diff --git a/src/pages/login.vue b/src/pages/login.vue index 72edebe..3828f3c 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -5,7 +5,7 @@ - 智聪健康管理平台 + 暖康档案管理平台 专业的健康管理工具 @@ -13,7 +13,7 @@ - + - + page { - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + background: linear-gradient(160deg, #FFF3D6 0%, #FFE0A0 60%, #FFCC6E 100%); height: 100%; } .login-container { min-height: 100vh; - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + background: linear-gradient(160deg, #FFF3D6 0%, #FFE0A0 60%, #FFCC6E 100%); display: flex; flex-direction: column; align-items: center; @@ -207,7 +207,7 @@ page { width: 160rpx; height: 160rpx; background: #ffffff; - border-radius: 32rpx; + border-radius: 80rpx; display: flex; align-items: center; justify-content: center; @@ -222,13 +222,13 @@ page { .app-title { font-size: 40rpx; font-weight: 600; - color: #ffffff; + color: #8B4500; margin-bottom: 12rpx; } .app-subtitle { font-size: 24rpx; - color: rgba(255, 255, 255, 0.8); + color: rgba(139, 69, 0, 0.65); } } @@ -284,8 +284,8 @@ page { flex-shrink: 0; &.checked { - background: #667eea; - border-color: #667eea; + background: #E8841A; + border-color: #E8841A; } } @@ -297,7 +297,7 @@ page { .link-text { font-size: 24rpx; - color: #667eea; + color: #E8841A; text-decoration: none; line-height: 1.6; } @@ -307,7 +307,7 @@ page { .login-btn { width: 100%; height: 88rpx; - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + background: linear-gradient(135deg, #E8841A 0%, #F5A623 100%); border-radius: 44rpx; border: none; color: #ffffff; @@ -328,7 +328,7 @@ page { width: 100%; height: 88rpx; background: transparent; - border: 2rpx solid #667eea; + border: 2rpx solid #E8841A; border-radius: 44rpx; display: flex; align-items: center; @@ -336,13 +336,13 @@ page { text { font-size: 32rpx; - color: #667eea; + color: #E8841A; font-weight: 500; } &:active { opacity: 0.8; - background: rgba(102, 126, 234, 0.05); + background: rgba(232, 132, 26, 0.05); } } @@ -352,7 +352,7 @@ page { text { font-size: 22rpx; - color: rgba(255, 255, 255, 0.7); + color: #8B4500; } } diff --git a/src/pages/mine.vue b/src/pages/mine.vue index 96e4382..1dfb6b7 100644 --- a/src/pages/mine.vue +++ b/src/pages/mine.vue @@ -14,7 +14,7 @@ {{ name }} @@ -24,7 +24,7 @@ - + @@ -231,7 +231,7 @@ page { .header-section { padding: 160rpx 32rpx 80rpx; - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + background: linear-gradient(135deg, #FFF3D6 0%, #FFCC6E 100%); position: relative; overflow: hidden; flex-shrink: 0; @@ -267,11 +267,11 @@ page { width: 120rpx; height: 120rpx; border-radius: 60rpx; - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + background: linear-gradient(135deg, #E8841A 0%, #F5A623 100%); display: flex; align-items: center; justify-content: center; - box-shadow: 0 12rpx 40rpx rgba(102, 126, 234, 0.4); + box-shadow: 0 12rpx 40rpx rgba(232, 132, 26, 0.4); position: relative; overflow: hidden; @@ -295,7 +295,7 @@ page { width: 112rpx; height: 112rpx; border-radius: 56rpx; - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + background: linear-gradient(135deg, #E8841A 0%, #F5A623 100%); display: flex; align-items: center; justify-content: center; @@ -312,12 +312,12 @@ page { display: flex; align-items: center; padding: 16rpx 24rpx; - background: rgba(255, 255, 255, 0.2); + background: rgba(232, 132, 26, 0.15); border-radius: 40rpx; backdrop-filter: blur(10rpx); .login-text { - color: #ffffff; + color: #8B4500; font-size: 28rpx; margin-right: 8rpx; } @@ -329,7 +329,7 @@ page { margin-bottom: 12rpx; .user-name { - color: #ffffff; + color: #8B4500; font-size: 36rpx; font-weight: 600; margin-right: 12rpx; @@ -337,7 +337,7 @@ page { .user-tag { padding: 4rpx 16rpx; - background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%); + background: linear-gradient(135deg, #E8841A 0%, #F5A623 100%); border-radius: 20rpx; color: #ffffff; font-size: 20rpx; @@ -345,7 +345,7 @@ page { } .user-id { - color: rgba(255, 255, 255, 0.8); + color: rgba(139, 69, 0, 0.8); font-size: 24rpx; } } @@ -353,7 +353,7 @@ page { .settings-btn { padding: 16rpx; - background: rgba(255, 255, 255, 0.2); + background: rgba(232, 132, 26, 0.2); border-radius: 50%; backdrop-filter: blur(10rpx); } diff --git a/src/pages/register.vue b/src/pages/register.vue index cc0f9f8..08e7ef4 100644 --- a/src/pages/register.vue +++ b/src/pages/register.vue @@ -23,7 +23,7 @@ - + 密码要求 @@ -133,14 +133,14 @@ uni.navigateTo({ url: `/pages/login` })