download.d3f561fb.chunk.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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 .platform-description {
  94. margin: 10px 20px 0px 20px;
  95. font-size: 14px;
  96. color: #191c1e;
  97. align-self: flex-end;
  98. }
  99. .mini-download .platform-description a {
  100. font-size: 14px;
  101. font-weight: 500;
  102. color: #d87400;
  103. }
  104. .mini-download .desc {
  105. margin-top: 30px;
  106. }
  107. .mini-download .desc span {
  108. color: #949EA6;
  109. }
  110. .mini-download .desc .more-detail {
  111. margin-left: 10px;
  112. }
  113. .google-play-popover .ant-popover-inner {
  114. border-radius: 16px;
  115. }
  116. .platform-description {
  117. font-size: 14px;
  118. color: #191c1e;
  119. align-self: flex-end;
  120. }
  121. .platform-description a {
  122. font-size: 14px;
  123. font-weight: 500;
  124. color: #d87400;
  125. }
  126. @media (max-width: 1024px) {
  127. .mini-download {
  128. align-items: center;
  129. }
  130. .mini-download.platforms > div {
  131. align-items: center;
  132. }
  133. .mini-download .flex-row {
  134. flex-direction: column;
  135. margin-right: 0 !important;
  136. }
  137. .mini-download .flex-row .flex-column:last-child {
  138. margin-right: 0;
  139. margin-top: 10px;
  140. }
  141. .mini-download .platform-description {
  142. align-self: center;
  143. margin: 10px 50px 0px 50px;
  144. }
  145. .mini-download .desc {
  146. margin-top: 15px;
  147. }
  148. .mini-download .app-store {
  149. width: 150px;
  150. height: 47px;
  151. }
  152. .mini-download .ant-btn {
  153. height: 47px;
  154. border: 1px solid black;
  155. width: 150px;
  156. border-radius: 8px;
  157. }
  158. .mini-download .ant-btn span {
  159. font-weight: 500 !important;
  160. font-size: 17px !important;
  161. line-height: 46px !important;
  162. color: black !important;
  163. }
  164. }