index.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. .item-more {
  37. display: flex;
  38. justify-content: space-between;
  39. color: #cecece;
  40. margin-top: 20rpx;
  41. }
  42. .publishDate {
  43. margin-right: 30rpx;
  44. white-space: nowrap;
  45. }
  46. .text-name {
  47. color: #2c83ff;
  48. font-size: 26rpx;
  49. }
  50. }
  51. }