incidental.scss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. max-width: 100rpx;
  12. height: 36rpx;
  13. line-height: 36rpx;
  14. padding: 0 10rpx;
  15. margin-right: 10rpx;
  16. font-size: 20rpx;
  17. font-family: PingFangSC-Regular-, PingFangSC-Regular;
  18. font-weight: normal;
  19. }
  20. .time {
  21. font-size: 20rpx;
  22. font-family: PingFang SC-Regular, PingFang SC;
  23. color: #999999;
  24. margin-top: 10rpx;
  25. }
  26. }
  27. &_r {
  28. display: flex;
  29. align-items: center;
  30. font-size: 20rpx;
  31. font-family: PingFang SC-Regular, PingFang SC;
  32. color: #999999;
  33. margin-top: 10rpx;
  34. &_item {
  35. margin-right: 30rpx;
  36. height: 28rpx;
  37. display: flex;
  38. align-items: center;
  39. text {
  40. margin-right: 10rpx;
  41. }
  42. }
  43. &_item:last-child {
  44. margin-right: 0;
  45. }
  46. }
  47. }