index.less 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .itemContent {
  2. margin-bottom: 0.16rem;
  3. padding: 0.38rem 0.4rem 0.26rem;
  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: 0.18rem;
  14. height: 0.18rem;
  15. border-radius: 0.09rem;
  16. }
  17. .nonePoint {
  18. width: 0.1rem;
  19. height: 0.1rem;
  20. }
  21. }
  22. .img {
  23. margin-top: 0.06rem;
  24. margin-right: 0.4rem;
  25. width: 0.42rem;
  26. height: 0.44rem;
  27. }
  28. .left {
  29. display: flex;
  30. }
  31. .text {
  32. font-size: 0.38rem;
  33. color: #000000;
  34. line-height: 0.54rem;
  35. margin-bottom: 0.28rem;
  36. }
  37. .time {
  38. font-size: 0.3rem;
  39. font-weight: normal;
  40. color: #4a4a4a;
  41. line-height: 0.4rem;
  42. }
  43. .btn {
  44. width: 1.4rem;
  45. height: 0.6rem;
  46. font-size: 0.3rem;
  47. color: #ffffff;
  48. line-height: 0.4rem;
  49. }
  50. }
  51. .allRead {
  52. position: absolute;
  53. top: 0.475rem;
  54. line-height: 0.24rem;
  55. right: 1.04rem;
  56. font-size: 0.32rem;
  57. cursor: pointer;
  58. }