index.scss 927 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .item {
  2. width: 690rpx;
  3. background: #FFFFFF;
  4. border-radius: 8rpx;
  5. padding: 20rpx;
  6. box-sizing: border-box;
  7. margin: 0 auto 20rpx;
  8. .head {
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. width: 100%;
  13. padding-bottom: 18rpx;
  14. border-bottom: 1px solid #DDDDDD;
  15. .tabs {
  16. display: flex;
  17. .tab {
  18. font-family: PingFang SC, PingFang SC;
  19. font-size: 24rpx;
  20. padding: 0 12rpx;
  21. line-height: 40rpx;
  22. border-radius: 20rpx;
  23. margin-right: 20rpx;
  24. background-color: #E1EAFE;
  25. color: #3874F6
  26. }
  27. }
  28. .status {
  29. font-family: PingFang SC, PingFang SC;
  30. font-size: 28rpx;
  31. color: #3874F6;
  32. }
  33. }
  34. .address {
  35. line-height: 40rpx;
  36. font-family: PingFang SC, PingFang SC;
  37. font-size: 28rpx;
  38. color: #333333;
  39. margin-top: 8rpx;
  40. }
  41. .row {
  42. line-height: 34rpx;
  43. font-family: PingFang SC, PingFang SC;
  44. font-size: 24rpx;
  45. color: #999999;
  46. margin-top: 8rpx;
  47. }
  48. }