investHomeGroup.css 680 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. html,
  2. body {
  3. width: 7680px;
  4. height: 2130px;
  5. font-size: 20px;
  6. color: #fff;
  7. font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC',
  8. 'Hiragino Sans GB', Arial, sans-serif;
  9. overflow-y: hidden;
  10. }
  11. *,
  12. *:before,
  13. *:after {
  14. padding: 0;
  15. margin: 0;
  16. box-sizing: border-box;
  17. }
  18. a {
  19. text-decoration: none;
  20. cursor: pointer;
  21. }
  22. [v-cloak] {
  23. display: none;
  24. }
  25. #app {
  26. background: url('../images/page-bg.png') center center no-repeat;
  27. background-size: 100% 100%;
  28. padding-top: 10px;
  29. width: 100%;
  30. height: 100%;
  31. overflow: hidden;
  32. color: #fff;
  33. display: grid;
  34. grid-template-columns: repeat(3, 1fr);
  35. }
  36. #app>div{
  37. width: 100%;
  38. height: 100%;
  39. }