index.less 875 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .at-timeline-item {
  2. padding-bottom: 36rpx;
  3. }
  4. .at-timeline-item__content-item {
  5. color: #333;
  6. font-weight: 600;
  7. }
  8. .at-timeline-item__content--sub {
  9. color: #999;
  10. margin-top: 8rpx;
  11. font-size: 25rpx;
  12. font-weight: 400;
  13. }
  14. .time-list {
  15. &-item {
  16. margin: 12rpx 0;
  17. &__content {
  18. padding: 16rpx;
  19. position: relative;
  20. &.grey {
  21. background-color: rgba(192,192,192, .4);
  22. }
  23. }
  24. &__content .statusName {
  25. position: absolute;
  26. top: 50%;
  27. left: 50%;
  28. transform: translateX(-25%);
  29. transform: translateY(-25%);
  30. font-weight: 600;
  31. font-size: 32rpx;
  32. }
  33. &__content .title {
  34. color: #333;
  35. font-weight: 600;
  36. }
  37. &__content .content {
  38. color: #999;
  39. margin-top: 8rpx;
  40. font-size: 25rpx;
  41. font-weight: 400;
  42. }
  43. }
  44. }
  45. .red {
  46. color: red;
  47. }
  48. .blue {
  49. color: blue;
  50. }