index.less 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  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-c {
  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-c-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-c-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-c-3 {
  183. margin-bottom: 100px;
  184. .item:hover {
  185. .assets {
  186. display: block;
  187. }
  188. }
  189. .item {
  190. height: 160px;
  191. width: 380px;
  192. padding: 20px 30px;
  193. position: relative;
  194. .assets {
  195. position: absolute;
  196. display: none;
  197. }
  198. .foot-1 {
  199. bottom: 19px;
  200. right: 34px;
  201. }
  202. .foot-2 {
  203. top: 50px;
  204. right: 154px;
  205. }
  206. .foot-3 {
  207. top: 25px;
  208. right: 27px;
  209. }
  210. .title {
  211. font-size: 36px;
  212. font-weight: 600;
  213. margin-bottom: 24px;
  214. }
  215. .desc {
  216. font-size: 18px;
  217. color: #5E677B;
  218. }
  219. }
  220. }
  221. .step-c-4 {
  222. margin-bottom: 130px;
  223. .m-title {
  224. margin-bottom: 20px;
  225. }
  226. .box {
  227. .detail {
  228. display: inline-block;
  229. width: 920px;
  230. vertical-align: top;
  231. }
  232. .list {
  233. display: inline-block;
  234. width: 280px;
  235. background: #fff;
  236. .tab {
  237. height: 120px;
  238. width: 100%;
  239. opacity: 0.5;
  240. line-height: 120px;
  241. text-align: left;
  242. padding-left: 60px;
  243. font-weight: 600;
  244. font-size: 18px;
  245. position: relative;
  246. cursor: pointer;
  247. .assets {
  248. margin-right: 8px;
  249. }
  250. .place {
  251. opacity: 0;
  252. position: absolute;
  253. right: 0;
  254. top: 0;
  255. bottom: 0;
  256. width: 40px;
  257. text-align: center;
  258. }
  259. .place-1 {
  260. background: #ffe0e0;
  261. .right-arrow::after {
  262. border-color: #F36565;
  263. }
  264. }
  265. .place-2 {
  266. background: #fdede0;
  267. .right-arrow::after {
  268. border-color: #FFB676;
  269. }
  270. }
  271. .place-3 {
  272. background: #d2e6fd;
  273. .right-arrow::after {
  274. border-color: #4292F0;
  275. }
  276. }
  277. .place-4 {
  278. background: #d9d8ff;
  279. .right-arrow::after {
  280. border-color: #6865FD;
  281. }
  282. }
  283. .left-arrow {
  284. opacity: 0;
  285. position: absolute;
  286. top: 50%;
  287. left: -15px;
  288. width: 0;
  289. height: 0;
  290. transform: translateY(-50%);
  291. border-top: 10px solid transparent;
  292. border-right: 15px solid #fff;
  293. border-bottom: 10px solid transparent;
  294. }
  295. .right-arrow {
  296. display: inline-block;
  297. position: relative;
  298. width: 18px;
  299. height: 18px;
  300. margin-right: 10px;
  301. }
  302. .right-arrow::after {
  303. display: inline-block;
  304. content: " ";
  305. height: 9px;
  306. width: 9px;
  307. border-width: 3px 3px 0 0;
  308. border-style: solid;
  309. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  310. position: absolute;
  311. top: 50%;
  312. right: 3px;
  313. margin-top: -2px;
  314. }
  315. }
  316. .tab.active {
  317. opacity: 1;
  318. box-shadow: 0px 12px 20px 0px rgba(156, 183, 223, 0.14), 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
  319. .place {
  320. opacity: 1;
  321. }
  322. .left-arrow {
  323. opacity: 1;
  324. }
  325. }
  326. }
  327. }
  328. }
  329. .step-c-5 {
  330. .m-title {
  331. margin-bottom: 30px;
  332. }
  333. .item:hover {
  334. .sun {
  335. display: block;
  336. }
  337. }
  338. .item {
  339. width: 380px;
  340. padding: 30px;
  341. position: relative;
  342. .sun {
  343. position: absolute;
  344. top: 0;
  345. right: 0;
  346. display: none;
  347. }
  348. .title {
  349. font-size: 22px;
  350. font-weight: 600;
  351. margin-bottom: 15px;
  352. .sub {
  353. margin-left: 10px;
  354. }
  355. }
  356. .desc {
  357. margin-left: 15px;
  358. color: #8897A8;
  359. width: 250px;
  360. margin-bottom: 5px;
  361. }
  362. }
  363. }
  364. }
  365. .block-4 {
  366. padding-top: 140px;
  367. background-repeat: no-repeat;
  368. background-position: center;
  369. background-color: linear-gradient(241deg, rgba(132, 93, 72, 0) 0%, rgba(88, 50, 29, 1) 100%);
  370. margin-bottom: 20px;
  371. .title-1 {
  372. font-size: 32px;
  373. color: #fff;
  374. margin-bottom: 20px;
  375. }
  376. .title-2 {
  377. color: #fff;
  378. font-size: 48px;
  379. margin-bottom: 15px;
  380. }
  381. .assets {
  382. width: 100%;
  383. }
  384. }
  385. .block-5 {
  386. height: 530px;
  387. overflow-y: auto;
  388. padding-top: 20px;
  389. padding-bottom: 20px;
  390. background: #fff;
  391. }
  392. .block-6 {
  393. height: 400px;
  394. padding-top: 60px;
  395. background: #E9EFF8;
  396. .body {
  397. .m-title {
  398. margin-bottom: 24px;
  399. }
  400. }
  401. .step-c-list {
  402. display: flex;
  403. }
  404. .step-c {
  405. flex: 1;
  406. padding: 0 40px;
  407. .title {
  408. font-size: 24px;
  409. font-weight: 600;
  410. color: #303139;
  411. position: relative;
  412. .assets {
  413. position: absolute;
  414. left: -40px;
  415. top: 5px;
  416. }
  417. }
  418. .desc {
  419. font-size: 16px;
  420. color: #8897A8;
  421. }
  422. }
  423. }
  424. }