feat(ui): 紫色主题完善、抢单端去自动刷新、我的页下拉刷新

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-06-29 02:08:33 +08:00
parent c03d22776f
commit 96adf54c80
66 changed files with 511 additions and 397 deletions

View File

@@ -10,7 +10,7 @@
--primary-light: #4dfbff; /* 亮科技蓝 */
--primary-dark: #00a0b0; /* 暗科技蓝 */
--secondary-color: #ff2a6d; /* 科技粉红 */
--accent-color: #ffd700; /* 科技金 */
--accent-color: #c4b5fd; /* 科技金 */
--accent-purple: #9d4edd; /* 科技紫 */
--dark-bg: #0a0e17; /* 深色背景 */
--medium-bg: #13182b; /* 中色背景 */
@@ -184,8 +184,8 @@
color: var(--accent-color) !important; /* 使用金色,确保可见 */
margin-right: 8rpx;
text-shadow:
0 0 20rpx rgba(255, 215, 0, 0.7),
0 0 40rpx rgba(255, 215, 0, 0.4);
0 0 20rpx rgba(196, 181, 253, 0.7),
0 0 40rpx rgba(196, 181, 253, 0.4);
display: inline-block;
vertical-align: middle;
line-height: 1;
@@ -491,7 +491,7 @@
font-size: 42rpx;
font-weight: 800;
color: var(--accent-color) !important;
text-shadow: 0 0 10rpx rgba(255, 215, 0, 0.5);
text-shadow: 0 0 10rpx rgba(196, 181, 253, 0.5);
z-index: 10;
padding-left: 10rpx;
}
@@ -847,8 +847,8 @@ page {
.currency {
font-size: 42rpx !important;
color: #ffd700 !important; /* 使用更亮的金色 */
text-shadow: 0 0 20rpx rgba(255, 215, 0, 0.8) !important;
color: #c4b5fd !important; /* 使用更亮的金色 */
text-shadow: 0 0 20rpx rgba(196, 181, 253, 0.8) !important;
}
.amount {
@@ -913,8 +913,8 @@ page {
.input-label {
font-size: 40rpx !important;
color: #ffd700 !important; /* 使用金色 */
text-shadow: 0 0 15rpx rgba(255, 215, 0, 0.6) !important;
color: #c4b5fd !important; /* 使用金色 */
text-shadow: 0 0 15rpx rgba(196, 181, 253, 0.6) !important;
top: 50% !important;
transform: translateY(-50%) !important;
}