incidental.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .incidental {
  2. display: flex;
  3. justify-content: space-between;
  4. height: 36rpx;
  5. width: 630rpx;
  6. margin-top: 10rpx;
  7. &_l {
  8. display: flex;
  9. align-items: center;
  10. .tag {
  11. height: 36rpx;
  12. line-height: 36rpx;
  13. padding: 0 10rpx;
  14. margin-right: 10rpx;
  15. font-size: 20rpx;
  16. font-family: PingFangSC-Regular-, PingFangSC-Regular;
  17. font-weight: normal;
  18. }
  19. .time {
  20. font-size: 20rpx;
  21. font-family: PingFang SC-Regular, PingFang SC;
  22. color: #999999;
  23. margin-top: 10rpx;
  24. }
  25. }
  26. &_r {
  27. display: flex;
  28. align-items: center;
  29. font-size: 20rpx;
  30. font-family: PingFang SC-Regular, PingFang SC;
  31. color: #999999;
  32. margin-top: 10rpx;
  33. &_item {
  34. margin-right: 30rpx;
  35. height: 28rpx;
  36. display: flex;
  37. align-items: center;
  38. text {
  39. margin-right: 10rpx;
  40. }
  41. }
  42. &_item:last-child {
  43. margin-right: 0;
  44. }
  45. }
  46. }