staking.adb54d3e.chunk.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .common-banner {
  2. display: flex;
  3. justify-content: center;
  4. margin: 0 auto;
  5. border-bottom: 1px solid #f7f5f5;
  6. }
  7. .common-banner .banner-inner {
  8. display: flex;
  9. justify-content: space-between;
  10. align-items: center;
  11. width: 100%;
  12. max-width: 1168px;
  13. background: #fafafa;
  14. border-radius: 24px;
  15. height: 440px;
  16. overflow: visible;
  17. margin: 55px 0;
  18. padding-left: 115px;
  19. padding-right: 70px;
  20. }
  21. .common-banner .banner-inner > div {
  22. max-width: 500px;
  23. }
  24. .common-banner .banner-inner .title {
  25. font-size: 32px;
  26. line-height: 1.13;
  27. color: #43454f;
  28. font-weight: 300;
  29. }
  30. .common-banner .banner-inner .subtitle {
  31. font-size: 21px;
  32. line-height: 32px;
  33. color: #777a8c;
  34. margin-top: 16px;
  35. max-width: 400px;
  36. font-weight: 300;
  37. }
  38. .common-banner .banner-inner .subtitle-smaller {
  39. font-size: 18px;
  40. line-height: 30px;
  41. }
  42. .common-banner .banner-inner .home-banner {
  43. width: 500px;
  44. height: 500px;
  45. }
  46. @media (max-width: 1024px) {
  47. .common-banner {
  48. width: 100%;
  49. padding: 0 1em;
  50. background: #fff;
  51. }
  52. .common-banner .banner-inner {
  53. width: 100%;
  54. padding: 0;
  55. background: #fff !important;
  56. flex-direction: column;
  57. height: unset;
  58. align-items: center;
  59. }
  60. .common-banner .banner-inner > div {
  61. display: flex;
  62. flex-flow: column nowrap;
  63. align-items: center;
  64. }
  65. .common-banner .banner-inner > img.home-banner {
  66. width: 100%;
  67. height: unset;
  68. }
  69. .common-banner .banner-inner .title {
  70. max-width: 325px;
  71. font-size: 28px;
  72. line-height: 42px;
  73. letter-spacing: 1px;
  74. color: #43454f;
  75. text-align: center;
  76. margin-left: 0;
  77. font-weight: normal;
  78. }
  79. .common-banner .banner-inner .subtitle {
  80. text-align: center;
  81. font-size: 17px;
  82. line-height: 32px;
  83. color: #777a8c;
  84. margin-left: 0;
  85. margin-top: 0;
  86. margin-bottom: 0;
  87. max-width: 325px;
  88. }
  89. .common-banner .banner-inner .home-download > div {
  90. margin-left: 0;
  91. }
  92. .common-banner .banner-inner .home-download {
  93. margin: 20px 0 45px 0;
  94. }
  95. .common-banner .banner-inner .banner {
  96. width: 100%;
  97. padding-right: 0;
  98. }
  99. .common-banner .banner-inner .banner.pc {
  100. display: none;
  101. }
  102. .common-banner .banner-inner .banner.mobile {
  103. display: initial;
  104. }
  105. }