feat(ui): 紫色主题完善、抢单端去自动刷新、我的页下拉刷新
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -296,9 +296,9 @@
|
||||
}
|
||||
|
||||
.zhuangtai-shensuzhong {
|
||||
background: rgba(255, 165, 0, 0.2);
|
||||
border-color: #FFA500;
|
||||
box-shadow: 0 0 8rpx rgba(255, 165, 0, 0.2);
|
||||
background: rgba(147, 51, 234, 0.2);
|
||||
border-color: #9333ea;
|
||||
box-shadow: 0 0 8rpx rgba(147, 51, 234, 0.2);
|
||||
}
|
||||
|
||||
.zhuangtai-weizhi {
|
||||
@@ -657,9 +657,9 @@
|
||||
}
|
||||
|
||||
.cbtn-shensu {
|
||||
background: rgba(255, 165, 0, 0.1);
|
||||
border-color: #FFA500;
|
||||
box-shadow: 0 0 12rpx rgba(255, 165, 0, 0.2);
|
||||
background: rgba(147, 51, 234, 0.1);
|
||||
border-color: #9333ea;
|
||||
box-shadow: 0 0 12rpx rgba(147, 51, 234, 0.2);
|
||||
}
|
||||
|
||||
.cbtn-shensu-disabled {
|
||||
|
||||
Reference in New Issue
Block a user