wallet.07681a6e.chunk.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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. }
  165. .common-banner {
  166. display: flex;
  167. justify-content: center;
  168. margin: 0 auto;
  169. border-bottom: 1px solid #f7f5f5;
  170. }
  171. .common-banner .banner-inner {
  172. display: flex;
  173. justify-content: space-between;
  174. align-items: center;
  175. width: 100%;
  176. max-width: 1168px;
  177. background: #fafafa;
  178. border-radius: 24px;
  179. height: 440px;
  180. overflow: visible;
  181. margin: 55px 0;
  182. padding-left: 115px;
  183. padding-right: 70px;
  184. }
  185. .common-banner .banner-inner > div {
  186. max-width: 500px;
  187. }
  188. .common-banner .banner-inner .title {
  189. font-size: 32px;
  190. line-height: 1.13;
  191. color: #43454f;
  192. font-weight: 300;
  193. }
  194. .common-banner .banner-inner .subtitle {
  195. font-size: 21px;
  196. line-height: 32px;
  197. color: #777a8c;
  198. margin-top: 16px;
  199. max-width: 400px;
  200. font-weight: 300;
  201. }
  202. .common-banner .banner-inner .subtitle-smaller {
  203. font-size: 18px;
  204. line-height: 30px;
  205. }
  206. .common-banner .banner-inner .home-banner {
  207. width: 500px;
  208. height: 500px;
  209. }
  210. @media (max-width: 1024px) {
  211. .common-banner {
  212. width: 100%;
  213. padding: 0 1em;
  214. background: #fff;
  215. }
  216. .common-banner .banner-inner {
  217. width: 100%;
  218. padding: 0;
  219. background: #fff !important;
  220. flex-direction: column;
  221. height: unset;
  222. align-items: center;
  223. }
  224. .common-banner .banner-inner > div {
  225. display: flex;
  226. flex-flow: column nowrap;
  227. align-items: center;
  228. }
  229. .common-banner .banner-inner > img.home-banner {
  230. width: 100%;
  231. height: unset;
  232. }
  233. .common-banner .banner-inner .title {
  234. max-width: 325px;
  235. font-size: 28px;
  236. line-height: 42px;
  237. letter-spacing: 1px;
  238. color: #43454f;
  239. text-align: center;
  240. margin-left: 0;
  241. font-weight: normal;
  242. }
  243. .common-banner .banner-inner .subtitle {
  244. text-align: center;
  245. font-size: 17px;
  246. line-height: 32px;
  247. color: #777a8c;
  248. margin-left: 0;
  249. margin-top: 0;
  250. margin-bottom: 0;
  251. max-width: 325px;
  252. }
  253. .common-banner .banner-inner .home-download > div {
  254. margin-left: 0;
  255. }
  256. .common-banner .banner-inner .home-download {
  257. margin: 20px 0 45px 0;
  258. }
  259. .common-banner .banner-inner .banner {
  260. width: 100%;
  261. padding-right: 0;
  262. }
  263. .common-banner .banner-inner .banner.pc {
  264. display: none;
  265. }
  266. .common-banner .banner-inner .banner.mobile {
  267. display: initial;
  268. }
  269. }