journal_cover.scss 1.0 KB

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