index.less 908 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .itemContent {
  2. margin-bottom: 16px;
  3. padding: 38px 40px 26px;
  4. display: flex;
  5. justify-content: space-between;
  6. .right {
  7. display: flex;
  8. flex-direction: column;
  9. justify-content: space-between;
  10. align-items: end;
  11. .redPoint {
  12. background-color: red;
  13. width: 18px;
  14. height: 18px;
  15. border-radius: 9px;
  16. }
  17. .nonePoint {
  18. width: 10px;
  19. height: 10px;
  20. }
  21. }
  22. .img {
  23. width: 42px;
  24. height: 44px;
  25. }
  26. .text {
  27. font-size: 38px;
  28. color: #000000;
  29. line-height: 54px;
  30. margin-bottom: 28px;
  31. }
  32. .time {
  33. font-size: 30px;
  34. font-weight: normal;
  35. color: #4a4a4a;
  36. line-height: 40px;
  37. }
  38. .btn {
  39. width: 140px;
  40. height: 60px;
  41. font-size: 30px;
  42. color: #ffffff;
  43. line-height: 40px;
  44. }
  45. }
  46. .allRead {
  47. position: absolute;
  48. top: 47.5px;
  49. line-height: 24px;
  50. right: 104px;
  51. font-size: 32px;
  52. cursor: pointer;
  53. }