layout.scss 734 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .layout_container {
  2. display: flex;
  3. flex: 1;
  4. height: 100vh;
  5. flex-direction: column;
  6. -webkit-overflow-scrolling: auto !important;
  7. }
  8. .layout_container::-webkit-scrollbar {
  9. width: 0;
  10. height: 0;
  11. color: transparent;
  12. display: none;
  13. }
  14. .layout_title {
  15. flex-shrink: 0;
  16. // color: #fff;
  17. margin-left: 46px;
  18. font-size: 72px;
  19. line-height: 72px;
  20. font-weight: 500;
  21. }
  22. .layout_title_view{
  23. display: flex;
  24. flex-shrink: 0;
  25. margin-top: 24px;
  26. margin-bottom: 24px;
  27. }
  28. .grid_bg {
  29. margin-left: 46px;
  30. margin-right: 46px;
  31. }
  32. .scroll .wx-scroll-view {
  33. -webkit-overflow-scrolling: auto !important;
  34. }
  35. .wx-scroll-view {
  36. -webkit-overflow-scrolling: auto !important;
  37. }