本地备份:消息系统改造前完整版本(未推送,便于回退)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-06-29 04:18:48 +08:00
parent 848c2f6486
commit 9976bc1d6d
46 changed files with 2004 additions and 1060 deletions

View File

@@ -6,7 +6,7 @@
"pindao-modal": "/components/pindao-modal/pindao-modal"
},
"navigationStyle": "custom",
"backgroundColor": "#fff8e1",
"backgroundColor": "#f5f3ff",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50

View File

@@ -39,7 +39,7 @@
refresher-enabled="{{true}}"
refresher-threshold="80"
refresher-default-style="black"
refresher-background="#fff8e1"
refresher-background="#f5f3ff"
refresher-triggered="{{scrollViewRefreshing}}"
bindrefresherrefresh="onPullDownRefresh"
>

View File

@@ -1,7 +1,7 @@
/* 打手端个人中心 - 逍遥梦 UI逻辑不变 */
page {
background: #fff8e1;
background: #f5f3ff;
color: #333;
}
@@ -16,7 +16,7 @@ page {
flex-direction: column;
overflow: hidden;
box-sizing: border-box;
background: linear-gradient(180deg, #f7dc51 0%, #fff 28%, #fff8e1 100%);
background: linear-gradient(180deg, #c4b5fd 0%, #fff 28%, #f5f3ff 100%);
position: relative;
}
@@ -126,7 +126,7 @@ page {
padding: 2rpx 12rpx;
border-radius: 8rpx;
background: linear-gradient(180deg, #fae04d, #ffc0a3);
color: #492f00;
color: #6d28d9;
}
.sn-row {
@@ -238,7 +238,7 @@ page {
border: 2rpx solid #fff;
border-radius: 60rpx;
background: linear-gradient(180deg, #fae04d, #ffc0a3);
color: #492f00;
color: #6d28d9;
white-space: nowrap;
}
@@ -272,8 +272,8 @@ page {
border-radius: 16rpx;
font-size: 28rpx;
font-weight: 600;
color: #492f00;
background: linear-gradient(180deg, #fff8e1, #ffe8b8);
color: #6d28d9;
background: linear-gradient(180deg, #f5f3ff, #ffe8b8);
border: 1rpx solid rgba(201, 169, 98, 0.45);
}
@@ -305,7 +305,7 @@ page {
.btn-bg {
background: linear-gradient(180deg, #fae04d, #ffc0a3);
border-radius: 30px;
color: #492f00;
color: #6d28d9;
}
.withdraw {
@@ -334,7 +334,7 @@ page {
.vip-strip-sub {
display: block;
font-size: 22rpx;
color: rgba(252, 210, 112, 0.65);
color: rgba(196, 181, 253, 0.65);
margin-top: 4rpx;
}
@@ -552,7 +552,7 @@ page {
}
.rank-theme-gold {
background: linear-gradient(135deg, #a8842a 0%, #f5d563 100%);
background: linear-gradient(135deg, #a8842a 0%, #c4b5fd 100%);
}
.rank-theme-gold .rank-tile-name,
@@ -608,7 +608,7 @@ page {
margin-bottom: 16rpx;
}
.unreg-btn-text { color: #492f00; }
.unreg-btn-text { color: #6d28d9; }
.unreg-btn-secondary {
text-align: center;
@@ -644,7 +644,7 @@ page {
width: 60rpx;
height: 60rpx;
border: 4rpx solid rgba(0, 0, 0, 0.08);
border-top-color: #ffd061;
border-top-color: #9333ea;
border-radius: 50%;
animation: fighterSpin 0.8s linear infinite;
}