index.scss 902 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .collect-ul {
  2. padding-top: 4rpx;
  3. .collect-ltem {
  4. display: flex;
  5. padding: 30rpx 34rpx;
  6. background: #fff;
  7. margin-bottom: 4rpx;
  8. align-items: center;
  9. justify-content: space-between;
  10. .title {
  11. position: relative;
  12. max-width: 625rpx;
  13. color: #4a4a4a;
  14. font-size: 34rpx;
  15. padding-left: 28rpx;
  16. .reg-text {
  17. position: absolute;
  18. top: 15rpx;
  19. left: 0rpx;
  20. width: 14rpx;
  21. height: 14rpx;
  22. background-color: #ff0000;
  23. border-radius: 50%;
  24. z-index: 9;
  25. }
  26. }
  27. .desc {
  28. display: flex;
  29. align-items: center;
  30. width: 100%;
  31. margin-top: 17rpx;
  32. padding-left: 28rpx;
  33. width: 625rpx;
  34. color: #999;
  35. }
  36. .publishDate {
  37. margin-right: 30rpx;
  38. white-space: nowrap;
  39. }
  40. .text-name {
  41. color: #2c83ff;
  42. font-size: 26rpx;
  43. }
  44. }
  45. }