index.less 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. @charset "utf-8";
  2. #index {
  3. background: #fff;
  4. .block {
  5. .body {
  6. width: 1200px;
  7. margin: 0 auto;
  8. .m-title {
  9. font-size: 32px;
  10. font-weight: 600;
  11. color: #303139;
  12. }
  13. }
  14. }
  15. .block-1 {
  16. height: 470px;
  17. background-image: url('/assets/part1_img_1920.png');
  18. background-repeat: no-repeat;
  19. background-position: center;
  20. background-color: #fff;
  21. .body {
  22. padding-top: 110px;
  23. padding-left: 50px;
  24. }
  25. .title {
  26. font-size: 32px;
  27. font-weight: 600;
  28. color: #050930;
  29. margin-bottom: 40px;
  30. }
  31. .desc {
  32. font-size: 16px;
  33. color: #5E677B;
  34. margin-bottom: 24px;
  35. }
  36. }
  37. .block-2 {
  38. background: #6865FD;
  39. .body {
  40. padding: 40px 130px;
  41. }
  42. .title {
  43. color: #fff;
  44. font-size: 32px;
  45. font-weight: 600;
  46. margin-bottom: 15px;
  47. }
  48. .desc {
  49. font-size: 24px;
  50. color: #fff;
  51. }
  52. .btn {
  53. float: right;
  54. margin-top: -60px;
  55. }
  56. }
  57. .block-3 {
  58. background: #fefefe;
  59. position: relative;
  60. padding-bottom: 400px;
  61. .bg {
  62. .bg-1 {
  63. background-image: url('/assets/bg_img_1920.png');
  64. background-repeat: no-repeat;
  65. background-position: center;
  66. height: 500px;
  67. }
  68. .bg-2 {
  69. background-image: url('/assets/bg_img2_1920.png');
  70. background-repeat: no-repeat;
  71. background-position: center;
  72. height: 500px;
  73. }
  74. .bg-3 {
  75. background-image: url('/assets/bg_img3_1920.png');
  76. background-repeat: no-repeat;
  77. background-position: center;
  78. height: 500px;
  79. }
  80. .bg-4 {
  81. background-image: url('/assets/bg_img4_1920.png');
  82. background-repeat: no-repeat;
  83. background-position: center;
  84. height: 290px;
  85. }
  86. }
  87. .fixed {
  88. position: absolute;
  89. top: 0;
  90. left: 0;
  91. right: 0;
  92. }
  93. .body {
  94. padding-top: 90px;
  95. }
  96. .step {
  97. .m-title {
  98. color: #303139;
  99. font-size: 32px;
  100. font-weight: 600;
  101. .sub {
  102. color: #A8ACC7;
  103. font-size: 28px;
  104. font-weight: 600;
  105. margin-left: 15px;
  106. }
  107. }
  108. .list {
  109. display: flex;
  110. .item {
  111. flex: 1;
  112. background: rgba(255, 255, 255, 1);
  113. box-shadow: 0px 32px 44px 0px rgba(156, 183, 223, 0.14), 0px 15px 28px 0px rgba(0, 0, 0, 0.01);
  114. border-radius: 2px;
  115. }
  116. .m-r-1-5 {
  117. margin-right: 15px;
  118. }
  119. .m-l-1-5 {
  120. margin-left: 15px;
  121. }
  122. }
  123. }
  124. .step-1 {
  125. margin-bottom: 90px;
  126. .m-title {
  127. margin-bottom: 20px;
  128. }
  129. .item {
  130. height: 210px;
  131. width: 580px;
  132. padding: 30px;
  133. .title {
  134. font-size: 24px;
  135. font-weight: 600;
  136. color: #303139;
  137. margin-bottom: 40px;
  138. .sub {
  139. font-size: 24px;
  140. margin-left: 30px;
  141. color: #C8D1DA;
  142. }
  143. }
  144. .btn {
  145. .button {
  146. margin-right: 40px;
  147. }
  148. .btn-shadow {
  149. box-shadow: 0px 15px 25px -5px rgba(66, 146, 240, 0.2);
  150. border: 1px solid rgba(248, 251, 255, 1);
  151. }
  152. }
  153. }
  154. }
  155. .step-2 {
  156. margin-bottom: 100px;
  157. .m-title {
  158. margin-bottom: 30px;
  159. }
  160. .item {
  161. height: 200px;
  162. width: 380px;
  163. padding: 30px 36px;
  164. .title {
  165. font-size: 22px;
  166. font-weight: 600;
  167. color: #303139;
  168. margin-bottom: 20px;
  169. .assets {
  170. margin-right: 5px;
  171. }
  172. .sub {
  173. font-size: 14px;
  174. margin-left: 10px;
  175. }
  176. }
  177. .desc {
  178. color: #8897A8;
  179. }
  180. }
  181. }
  182. .step-3 {
  183. margin-bottom: 100px;
  184. .item {
  185. height: 160px;
  186. width: 380px;
  187. padding: 20px 30px;
  188. position: relative;
  189. .assets {
  190. position: absolute;
  191. }
  192. .foot-1 {
  193. bottom: 19px;
  194. right: 34px;
  195. }
  196. .foot-2 {
  197. top: 50px;
  198. right: 154px;
  199. }
  200. .foot-3 {
  201. top: 25px;
  202. right: 27px;
  203. }
  204. .title {
  205. font-size: 36px;
  206. font-weight: 600;
  207. margin-bottom: 24px;
  208. }
  209. .desc {
  210. font-size: 18px;
  211. color: #5E677B;
  212. }
  213. }
  214. }
  215. .step-4 {
  216. margin-bottom: 130px;
  217. .m-title {
  218. margin-bottom: 20px;
  219. }
  220. .box {
  221. .detail {
  222. display: inline-block;
  223. width: 920px;
  224. vertical-align: top;
  225. }
  226. .list {
  227. display: inline-block;
  228. width: 280px;
  229. background: #fff;
  230. .tab {
  231. height: 120px;
  232. width: 100%;
  233. opacity: 0.5;
  234. line-height: 120px;
  235. text-align: left;
  236. padding-left: 60px;
  237. font-weight: 600;
  238. font-size: 18px;
  239. position: relative;
  240. cursor: pointer;
  241. .assets {
  242. margin-right: 8px;
  243. }
  244. .place {
  245. opacity: 0;
  246. position: absolute;
  247. right: 0;
  248. top: 0;
  249. bottom: 0;
  250. width: 40px;
  251. text-align: center;
  252. }
  253. .place-1 {
  254. background: #ffe0e0;
  255. .right-arrow::after {
  256. border-color: #F36565;
  257. }
  258. }
  259. .place-2 {
  260. background: #fdede0;
  261. .right-arrow::after {
  262. border-color: #FFB676;
  263. }
  264. }
  265. .place-3 {
  266. background: #d2e6fd;
  267. .right-arrow::after {
  268. border-color: #4292F0;
  269. }
  270. }
  271. .place-4 {
  272. background: #d9d8ff;
  273. .right-arrow::after {
  274. border-color: #6865FD;
  275. }
  276. }
  277. .left-arrow {
  278. opacity: 0;
  279. position: absolute;
  280. top: 50%;
  281. left: -15px;
  282. width: 0;
  283. height: 0;
  284. transform: translateY(-50%);
  285. border-top: 10px solid transparent;
  286. border-right: 15px solid #fff;
  287. border-bottom: 10px solid transparent;
  288. }
  289. .right-arrow {
  290. display: inline-block;
  291. position: relative;
  292. width: 18px;
  293. height: 18px;
  294. margin-right: 10px;
  295. }
  296. .right-arrow::after {
  297. display: inline-block;
  298. content: " ";
  299. height: 9px;
  300. width: 9px;
  301. border-width: 3px 3px 0 0;
  302. border-style: solid;
  303. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  304. position: absolute;
  305. top: 50%;
  306. right: 3px;
  307. margin-top: -2px;
  308. }
  309. }
  310. .tab.active {
  311. opacity: 1;
  312. box-shadow: 0px 12px 20px 0px rgba(156, 183, 223, 0.14), 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
  313. .place {
  314. opacity: 1;
  315. }
  316. .left-arrow {
  317. opacity: 1;
  318. }
  319. }
  320. }
  321. }
  322. }
  323. .step-5 {
  324. .m-title {
  325. margin-bottom: 30px;
  326. }
  327. .item {
  328. width: 380px;
  329. padding: 30px;
  330. position: relative;
  331. .sun {
  332. position: absolute;
  333. top: 0;
  334. right: 0;
  335. }
  336. .title {
  337. font-size: 22px;
  338. font-weight: 600;
  339. margin-bottom: 15px;
  340. .sub {
  341. margin-left: 10px;
  342. }
  343. }
  344. .desc {
  345. margin-left: 15px;
  346. color: #8897A8;
  347. width: 250px;
  348. margin-bottom: 5px;
  349. }
  350. }
  351. }
  352. }
  353. .block-4 {
  354. height: 640px;
  355. padding-left: 150px;
  356. padding-top: 280px;
  357. background-image: url('/assets/banner1.png');
  358. background-repeat: no-repeat;
  359. background-position: center;
  360. background-color: linear-gradient(241deg, rgba(132, 93, 72, 0) 0%, rgba(88, 50, 29, 1) 100%);
  361. margin-bottom: 20px;
  362. .title-1 {
  363. font-size: 32px;
  364. color: #fff;
  365. margin-bottom: 20px;
  366. }
  367. .title-2 {
  368. color: #fff;
  369. font-size: 48px;
  370. margin-bottom: 15px;
  371. }
  372. }
  373. .block-5 {
  374. height: 530px;
  375. overflow-y: auto;
  376. padding-top: 20px;
  377. padding-bottom: 20px;
  378. background: #fff;
  379. .grid-item {
  380. width: 25%;
  381. padding: 5px;
  382. .item {
  383. max-height: 260px;
  384. background: #FAFAFA;
  385. border: 1px solid #F1F4F7;
  386. padding: 20px;
  387. overflow: hidden;
  388. .item-header {
  389. margin-bottom: 10px;
  390. .avatar {
  391. width: 40px;
  392. height: 40px;
  393. }
  394. .name {
  395. color: #5E677B;
  396. font-size: 16px;
  397. vertical-align: middle;
  398. display: inline-block;
  399. }
  400. .date {
  401. color: #8897A8;
  402. font-size: 12px;
  403. float: right;
  404. vertical-align: middle;
  405. }
  406. }
  407. .item-body {
  408. color: #8897A8;
  409. padding-left: 10px;
  410. overflow: hidden;
  411. }
  412. }
  413. }
  414. }
  415. .block-6 {
  416. height: 400px;
  417. padding-top: 60px;
  418. background: #E9EFF8;
  419. .body {
  420. .m-title {
  421. margin-bottom: 24px;
  422. }
  423. }
  424. .step-list {
  425. display: flex;
  426. }
  427. .step {
  428. flex: 1;
  429. padding: 0 40px;
  430. .title {
  431. font-size: 24px;
  432. font-weight: 600;
  433. color: #303139;
  434. position: relative;
  435. .assets {
  436. position: absolute;
  437. left: -40px;
  438. top: 5px;
  439. }
  440. }
  441. .desc {
  442. font-size: 16px;
  443. color: #8897A8;
  444. }
  445. }
  446. }
  447. .block-7 {
  448. height: 420px;
  449. padding-top: 80px;
  450. background: #6865FD;
  451. .step-list {}
  452. .step {
  453. width: 33.33%;
  454. display: inline-block;
  455. box-sizing: border-box;
  456. vertical-align: top;
  457. .title {
  458. font-size: 16px;
  459. color: #fff;
  460. margin-bottom: 30px;
  461. font-weight: 600;
  462. }
  463. .desc {
  464. font-size: 16px;
  465. color: #fff;
  466. margin-bottom: 10px;
  467. }
  468. .qrcode {
  469. background: #8683fb;
  470. padding: 15px;
  471. display: inline-block;
  472. }
  473. }
  474. }
  475. }