journal_cover.scss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .journal_cover_bg{
  2. //style={{ marginRight: rpxToPx(24),marginBottom:-rpxToPx(4),display:'flex',flexShrink:0 }}
  3. margin-right: 24px;
  4. margin-bottom: -4px;
  5. display: flex;
  6. flex-shrink: 0;
  7. height: 178px;
  8. }
  9. .single {
  10. width: 178px;
  11. height: 178px;
  12. background-color: #f5f5f5;
  13. }
  14. .double {
  15. display: flex;
  16. flex-direction: row;
  17. }
  18. .half_img {
  19. width: 88px;
  20. height: 178px;
  21. background-color: #f5f5f5;
  22. }
  23. .half_top_down {
  24. display: flex;
  25. flex-direction: column;
  26. // justify-content: space-between;
  27. height: 178px;
  28. }
  29. .quarter_img {
  30. height: 88px;
  31. width: 88px;
  32. background-color: #f5f5f5;
  33. }
  34. .five_1 {
  35. width: 118px;
  36. height: 118px;
  37. background-color: #f5f5f5;
  38. }
  39. .seven_1{
  40. width: 58px;
  41. height: 118px;
  42. background-color: #f5f5f5;
  43. }
  44. .five_2 {
  45. width: 58px;
  46. height: 118px;
  47. background-color: #f5f5f5;
  48. }
  49. .nine_img {
  50. width: 58px;
  51. height: 58px;
  52. background-color: #f5f5f5;
  53. }
  54. .journal_space{
  55. width: 2px;
  56. height: 2px;
  57. flex-shrink: 0;
  58. }