newspaper-item.module.less 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .itemWrap {
  2. margin-top: 5px;
  3. background: #ffffff;
  4. border-radius: 10px;
  5. padding-top: 12px;
  6. .titleWrap {
  7. padding: 0 12px;
  8. height: 22px;
  9. font-size: 16px;
  10. font-weight: 500;
  11. color: #333333;
  12. line-height: 22px;
  13. }
  14. .itemBottom {
  15. margin-top: 15px;
  16. display: flex;
  17. flex-direction: row;
  18. align-items: center;
  19. justify-content: space-around;
  20. text-align: center;
  21. padding: 0 12px;
  22. .itemBottomDot {
  23. flex-basis: 33.33%;
  24. position: relative;
  25. .dotMain {
  26. font-size: 24px;
  27. color: #333333;
  28. line-height: 30px;
  29. margin-bottom: 4px;
  30. font-family: DINAlternate, DINAlternate;
  31. font-weight: bold;
  32. span {
  33. margin-left: 1px;
  34. font-size: 12px;
  35. font-weight: 400;
  36. color: #333333;
  37. line-height: 17px;
  38. }
  39. }
  40. .dotSub {
  41. font-size: 12px;
  42. font-weight: 400;
  43. color: #777777;
  44. line-height: 17px;
  45. }
  46. }
  47. }
  48. .uniTimeWrap {
  49. padding: 12px;
  50. margin-top: 20px;
  51. display: flex;
  52. flex-direction: row;
  53. align-items: center;
  54. justify-content: space-between;
  55. border-top: 1px solid #f2f2f2;
  56. .uniTimeWrapLeft {
  57. display: flex;
  58. flex-direction: row;
  59. align-items: center;
  60. font-size: 14px;
  61. line-height: 20px;
  62. .clockIcon {
  63. margin-top: -2px;
  64. font-size: 18px;
  65. margin-right: 4px;
  66. }
  67. }
  68. }
  69. }
  70. .editBtn {
  71. color: #F67146;
  72. background-color: #FFF5F2;
  73. border-color: #FFB39B;
  74. font-size: 13px;
  75. height: 30px;
  76. padding-top: 2px;
  77. line-height: 28px;
  78. }