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;
&.status-pending {
background: #fff3cd;
color: #856404;
background: #ff9500;
color: #ffffff;
}
&.status-paid {
background: #e6f3ff;
color: #0c5460;
background: #007aff;
color: #ffffff;
}
&.status-cancelled {
background: #f8d7da;
color: #721c24;
background: #ff3b30;
color: #ffffff;
}
&.status-shipping {
background: #d4edda;
color: #155724;
background: #34c759;
color: #ffffff;
}
&.status-completed {
background: #d1ecf1;
color: #0c5460;
background: #48bb78;
color: #ffffff;
}
}

Loading…
Cancel
Save