用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
204 B

6 months ago
  1. .business{
  2. background: #ff7a31;
  3. border: 8rpx solid rgba(255,255,255,0.64);
  4. border-radius: 16rpx;
  5. }
  6. .master{
  7. background: #f0a921;
  8. border: 8rpx solid rgba(255,255,255,0.64);
  9. border-radius: 16rpx;
  10. }