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 @@
@import '../../styles/shangjia-xym-common.wxss';
page {
background: #fff8e1;
background: #f5f3ff;
}
.sj-page--home {
@@ -85,7 +85,7 @@ page {
.dot.active {
width: 16rpx;
border-radius: 8rpx;
background: #ffd061;
background: #9333ea;
}
.sj-notice-bar {
@@ -311,7 +311,7 @@ page {
.staff-banner {
margin-top: 16rpx;
padding: 16rpx 24rpx;
background: #fff8e8;
background: #f5f3ff;
border-radius: 12rpx;
border: 1rpx solid #f0d89a;
}