contacts.scss 427 B

12345678910111213141516171819202122232425
  1. @import "../orderForm/client.scss";
  2. .status2 {
  3. top: 80rpx !important;
  4. }
  5. .tags {
  6. display: flex;
  7. width: 80%;
  8. margin-top: 10rpx;
  9. .tag {
  10. line-height: 28rpx;
  11. font-family: PingFang SC, PingFang SC;
  12. font-size: 20rpx;
  13. padding: 6rpx 10rpx;
  14. margin-right: 10rpx;
  15. border-radius: 20rpx;
  16. color: #fff;
  17. }
  18. .tag:last-child {
  19. margin-right: 0;
  20. }
  21. }