Browse Source

状态

dev_des
1054425342@qq.com 4 weeks ago
parent
commit
cfd0d1432b
  1. 20
      subPackages/haveFeeling/list.vue

20
subPackages/haveFeeling/list.vue

@ -589,28 +589,28 @@ $bg-light: #f7fafc;
letter-spacing: 0.5rpx; letter-spacing: 0.5rpx;
&.status-pending { &.status-pending {
background: #fff3cd; background: #ff9500;
color: #856404; color: #ffffff;
} }
&.status-paid { &.status-paid {
background: #e6f3ff; background: #007aff;
color: #0c5460; color: #ffffff;
} }
&.status-cancelled { &.status-cancelled {
background: #f8d7da; background: #ff3b30;
color: #721c24; color: #ffffff;
} }
&.status-shipping { &.status-shipping {
background: #d4edda; background: #34c759;
color: #155724; color: #ffffff;
} }
&.status-completed { &.status-completed {
background: #d1ecf1; background: #48bb78;
color: #0c5460; color: #ffffff;
} }
} }

Loading…
Cancel
Save