download.cf6c236d.chunk.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .download.waist {
  2. background: #F6F8FB;
  3. height: 200px;
  4. }
  5. .download.waist p {
  6. margin-bottom: 0;
  7. }
  8. .download.waist .download-btn {
  9. width: 190px;
  10. height: 48px;
  11. background: #468BDF;
  12. border-radius: 8px;
  13. display: flex;
  14. justify-content: center;
  15. align-items: center;
  16. font-weight: 500;
  17. font-size: 18px;
  18. color: #FAFCFF;
  19. }
  20. .download.waist .experience_desc {
  21. font-weight: 400;
  22. font-size: 24px;
  23. line-height: 32px;
  24. display: flex;
  25. align-items: center;
  26. letter-spacing: 0.4px;
  27. color: #777A8C;
  28. margin-bottom: 20px;
  29. }
  30. .download.waist .content {
  31. width: 1190px;
  32. margin: 0 auto;
  33. display: flex;
  34. flex-flow: row nowrap;
  35. align-items: center;
  36. justify-content: space-between;
  37. }
  38. .download.waist .content .title {
  39. font-size: 17px;
  40. line-height: 26px;
  41. color: #777A8C;
  42. margin-bottom: 7px;
  43. }
  44. .download.waist .content .subtitle {
  45. font-size: 13px;
  46. line-height: 21px;
  47. letter-spacing: 0.4px;
  48. color: #777A8C;
  49. font-weight: 300;
  50. }
  51. .download.waist .content .app-logo {
  52. width: 50px;
  53. height: 50px;
  54. margin-right: 15px;
  55. }
  56. .download.waist .content .example {
  57. height: 200px;
  58. }
  59. .download.waist .content .mini-download {
  60. margin-left: 50px;
  61. }
  62. .mini-download.platforms > div {
  63. margin-right: 12px;
  64. align-items: flex-start;
  65. }
  66. .mini-download.platforms > div > div {
  67. margin-right: 5px;
  68. }
  69. .mini-download.platforms > div a {
  70. text-align: left;
  71. margin-top: 2px;
  72. max-width: 155px;
  73. }
  74. .mini-download.platforms > div a.link-hover {
  75. margin-top: 10px;
  76. }
  77. .mini-download.platforms .qrcode {
  78. box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  79. border-radius: 6px;
  80. margin-top: 2px;
  81. cursor: pointer;
  82. }
  83. .mini-download.platforms a {
  84. color: #777A8C;
  85. }
  86. .mini-download.platforms .link-hover span {
  87. white-space: normal;
  88. }
  89. .mini-download.platforms .chevron-right {
  90. position: relative;
  91. top: -1px;
  92. }
  93. .mini-download .desc {
  94. margin-top: 30px;
  95. }
  96. .mini-download .desc span {
  97. color: #949EA6;
  98. }
  99. .mini-download .desc .more-detail {
  100. margin-left: 10px;
  101. }
  102. @media (max-width: 1024px) {
  103. .mini-download {
  104. align-items: center;
  105. }
  106. .mini-download .flex-row {
  107. margin-right: 0 !important;
  108. }
  109. .mini-download .flex-row .flex-column:last-child {
  110. margin-right: 0;
  111. }
  112. .mini-download .desc {
  113. margin-top: 15px;
  114. }
  115. .mini-download .app-store {
  116. width: 150px;
  117. height: 47px;
  118. }
  119. .mini-download .ant-btn {
  120. height: 47px;
  121. border: 1px solid black;
  122. width: 150px;
  123. border-radius: 8px;
  124. }
  125. .mini-download .ant-btn span {
  126. font-weight: 500 !important;
  127. font-size: 17px !important;
  128. line-height: 46px !important;
  129. color: black !important;
  130. }
  131. }