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

@@ -1,7 +1,7 @@
/* 页面容器 */
.container {
min-height: 100vh;
background: linear-gradient(135deg, #fffacd 0%, #e6f7ff 100%);
background: linear-gradient(135deg, #f5f3ff 0%, #e6f7ff 100%);
padding: 20rpx;
box-sizing: border-box;
}
@@ -27,7 +27,7 @@
height: 180rpx;
border-radius: 50%;
border: 6rpx solid #ffffff;
box-shadow: 0 0 30rpx rgba(255, 215, 0, 0.4);
box-shadow: 0 0 30rpx rgba(196, 181, 253, 0.4);
z-index: 2;
position: relative;
background-color: #f5f5f5;
@@ -38,7 +38,7 @@
width: 220rpx;
height: 220rpx;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 215, 0, 0.2) 0%, transparent 70%);
background: radial-gradient(circle, rgba(196, 181, 253, 0.2) 0%, transparent 70%);
z-index: 1;
animation: halo-pulse 2s infinite ease-in-out;
}