App.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. @import '~antd/dist/antd.less';
  2. .container {
  3. height: 100vh;
  4. }
  5. .home_container {
  6. position: relative;
  7. width: 100vw;
  8. height: 470px;
  9. .home_background {
  10. width: 100vw;
  11. height: 470px;
  12. position: absolute;
  13. top: 0;
  14. left: 0;
  15. z-index: 10;
  16. }
  17. .image_text {
  18. position: absolute;
  19. top: 110px;
  20. left: 0;
  21. width: 100%;
  22. height: 100%;
  23. color: #fff;
  24. z-index: 10;
  25. h1 {
  26. color: rgba(255, 255, 255, 1);
  27. font-weight: 700;
  28. font-size: 32px;
  29. margin-bottom: 0;
  30. }
  31. p {
  32. font-size: 18px;
  33. font-weight: 500;
  34. font-family: SourceHanSansSC-regular;
  35. margin-bottom: 0;
  36. }
  37. .free_try {
  38. margin-top: 20px;
  39. }
  40. }
  41. }
  42. .home_advantage {
  43. padding: 20px 0;
  44. background-color: #fff;
  45. h2 {
  46. font-family: 'PMZDBiaoTi-regular';
  47. color: #58BE70;
  48. font-size: 36px;
  49. }
  50. p {
  51. font-size: 18px;
  52. color: #333333;
  53. font-family: Arial;
  54. font-weight: 400;
  55. }
  56. }
  57. .core_advantage {
  58. background-color: rgb(248, 248, 248);
  59. padding-bottom: 68px;
  60. .core_title {
  61. font-size: 48px;
  62. font-weight: 800;
  63. padding: 25px 0;
  64. font-family: SourceHanSansSC-regular;
  65. }
  66. .advantage_detail {
  67. width: 445px;
  68. line-height: 18px;
  69. border-radius: 20px;
  70. background-color: rgba(255, 255, 255, 1);
  71. display: flex;
  72. align-items: center;
  73. flex-direction: column;
  74. .advantage_detail_1 {
  75. font-size: 100px;
  76. margin: 36px auto;
  77. color: rgba(88, 190, 112, 1);
  78. }
  79. .advantage_detail_2 {
  80. color: rgba(51, 51, 51, 1);
  81. font-size: 24px;
  82. font-family: Arial;
  83. font-weight: 700;
  84. text-align: center;
  85. }
  86. .advantage_detail_3 {
  87. margin: auto;
  88. >p {
  89. display: flex;
  90. height: 50px;
  91. align-items: center;
  92. }
  93. span:first-child {
  94. width: 24px;
  95. height: 24px;
  96. display: flex;
  97. justify-content: center;
  98. align-items: center;
  99. }
  100. span {
  101. font-size: 17px;
  102. color: rgb(51, 51, 51);
  103. font-family: SourceHanSansSC-regular;
  104. }
  105. }
  106. }
  107. }
  108. .core_more {
  109. text-align: center;
  110. margin-top: 46px;
  111. button {
  112. width: 179px;
  113. height: 72px;
  114. border-radius: 9px;
  115. font-size: 18px;
  116. font-family: Microsoft Yahei;
  117. }
  118. button:first-child {
  119. margin-right: 33px;
  120. }
  121. }
  122. .requirement_title {
  123. width: 376px;
  124. color: rgb(51, 51, 51);
  125. font-size: 36px;
  126. font-family: SourceHanSansSC;
  127. font-weight: bold;
  128. margin: auto;
  129. height: 100px;
  130. line-height: 100px;
  131. }
  132. .core_requirement {
  133. width: 100vw;
  134. height: 550px;
  135. background-color: #fff;
  136. text-align: center;
  137. .card-container {
  138. width: 82vw;
  139. margin: 0 auto;
  140. .requirement_title_name {
  141. color: rgba(51, 51, 51, 1);
  142. font-size: 31px;
  143. text-align: left;
  144. font-family: SourceHanSansSC-regular;
  145. font-weight: 700;
  146. margin: 20px 0;
  147. }
  148. .requirement_more {
  149. text-align: left;
  150. margin-top: 46px;
  151. button {
  152. border-radius: 9px;
  153. width: 120px;
  154. height: 40px;
  155. font-size: 18px;
  156. font-family: Microsoft Yahei;
  157. }
  158. button:first-child {
  159. margin-right: 33px;
  160. }
  161. }
  162. }
  163. .card-container p {
  164. margin: 0;
  165. padding: 30px 0;
  166. color: rgb(51, 51, 51);
  167. font-size: 18px;
  168. text-align: left;
  169. font-family: SourceHanSansSC-regular;
  170. }
  171. .card-container>.ant-tabs-card .ant-tabs-content {
  172. height: 120px;
  173. margin-top: -16px;
  174. }
  175. .ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap {
  176. width: 100%;
  177. justify-content: center;
  178. height: 60px;
  179. line-height: 20px;
  180. border-radius: 50px;
  181. background-color: rgba(248, 248, 248, 1);
  182. text-align: center;
  183. }
  184. .ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab {
  185. border-radius: 40px;
  186. font-size: 28px;
  187. padding: 8px 25px;
  188. color: rgb(16, 16, 16);
  189. }
  190. .card-container>.ant-tabs-card .ant-tabs-content>.ant-tabs-tabpane {
  191. padding: 16px;
  192. background: #fff;
  193. }
  194. .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  195. color: rgb(16, 16, 16);
  196. font-family: SourceHanSansSC-regular;
  197. }
  198. .card-container>.ant-tabs-card>.ant-tabs-nav::before {
  199. display: none;
  200. }
  201. .card-container>.ant-tabs-card .ant-tabs-tab,
  202. [data-theme='compact'] .card-container>.ant-tabs-card .ant-tabs-tab {
  203. background: transparent;
  204. border-color: transparent;
  205. }
  206. .card-container>.ant-tabs-card .ant-tabs-tab-active,
  207. [data-theme='compact'] .card-container>.ant-tabs-card .ant-tabs-tab-active {
  208. background: #fff;
  209. border-color: #fff;
  210. }
  211. #components-tabs-demo-card-top .code-box-demo {
  212. padding: 24px;
  213. overflow: hidden;
  214. background: #f5f5f5;
  215. }
  216. [data-theme='compact'] .card-container>.ant-tabs-card .ant-tabs-content {
  217. height: 120px;
  218. margin-top: -8px;
  219. }
  220. [data-theme='dark'] .card-container>.ant-tabs-card .ant-tabs-tab {
  221. background: transparent;
  222. border-color: transparent;
  223. }
  224. [data-theme='dark'] #components-tabs-demo-card-top .code-box-demo {
  225. background: #000;
  226. }
  227. [data-theme='dark'] .card-container>.ant-tabs-card .ant-tabs-content>.ant-tabs-tabpane {
  228. background: #141414;
  229. }
  230. [data-theme='dark'] .card-container>.ant-tabs-card .ant-tabs-tab-active {
  231. background: #141414;
  232. border-color: #141414;
  233. }
  234. }
  235. .solution {
  236. width: 100%;
  237. height: 690px;
  238. background: url('static/web/home/house.jpg') no-repeat;
  239. background-size: 100% 100%;
  240. padding-top: 36px;
  241. >p {
  242. color: rgba(255, 255, 255, 1);
  243. font-size: 36px;
  244. font-family: SourceHanSansSC;
  245. font-weight: bold;
  246. text-align: center;
  247. }
  248. .solution_contain {
  249. width: 80%;
  250. height: 600px;
  251. margin: 0 auto;
  252. background-color: #fff;
  253. }
  254. .ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab,
  255. .ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab {
  256. border-radius: 16px;
  257. justify-content: center;
  258. font-size: 18px;
  259. font-family: Microsoft Yahei;
  260. }
  261. .ant-tabs-left {
  262. height: 90%;
  263. padding-top: 5%;
  264. .ant-tabs-nav {
  265. width: 200px;
  266. padding-right: 20px;
  267. }
  268. .ant-tabs-nav-list {
  269. justify-content: space-around;
  270. }
  271. }
  272. .solution_contain>.ant-tabs-card .ant-tabs-content {
  273. height: 100%;
  274. width: 90%;
  275. .industry_detail {
  276. p:nth-child(1),
  277. p:last-child {
  278. color: rgba(13, 13, 13, 1);
  279. font-size: 31px;
  280. text-align: left;
  281. font-family: Arial-regular;
  282. font-weight: 500;
  283. }
  284. p:nth-child(2) {
  285. color: rgba(40, 40, 40, 1);
  286. font-size: 19px;
  287. text-align: left;
  288. font-family: SourceHanSansSC-regular;
  289. font-weight: 400;
  290. display: -webkit-box;
  291. -webkit-box-orient: vertical;
  292. -webkit-line-clamp: 3;
  293. overflow: hidden;
  294. text-overflow: ellipsis;
  295. }
  296. .industry_more {
  297. text-align: left;
  298. padding: 20px 0;
  299. button {
  300. border-radius: 9px;
  301. width: 120px;
  302. height: 40px;
  303. font-size: 18px;
  304. font-family: Microsoft Yahei;
  305. }
  306. button:first-child {
  307. margin-right: 33px;
  308. }
  309. }
  310. }
  311. }
  312. .ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap {
  313. width: 100%;
  314. justify-content: center;
  315. height: 60px;
  316. line-height: 20px;
  317. background-color: #fff;
  318. text-align: center;
  319. }
  320. .ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab {
  321. font-size: 28px;
  322. padding: 8px 25px;
  323. color: rgb(16, 16, 16);
  324. }
  325. .solution_contain>.ant-tabs-card .ant-tabs-content>.ant-tabs-tabpane {
  326. padding: 25px;
  327. background: #fff;
  328. }
  329. .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  330. color: #fff;
  331. font-family: SourceHanSansSC-regular;
  332. }
  333. .solution_contain>.ant-tabs-card>.ant-tabs-nav::before {
  334. display: none;
  335. }
  336. .solution_contain>.ant-tabs-card .ant-tabs-tab,
  337. [data-theme='compact'] .solution_contain>.ant-tabs-card .ant-tabs-tab {
  338. background: transparent;
  339. border-color: transparent;
  340. }
  341. .solution_contain>.ant-tabs-card .ant-tabs-tab-active,
  342. [data-theme='compact'] .solution_contain>.ant-tabs-card .ant-tabs-tab-active {
  343. background: #58BE70;
  344. border-color: #fff;
  345. }
  346. }
  347. .choice_us {
  348. margin-top: 20px;
  349. .ant-col {
  350. margin: 10px 0;
  351. .choice_radius {
  352. background-color: #fff;
  353. .mdsrc {
  354. display: flex;
  355. justify-content: center;
  356. align-items: center;
  357. width: 100px;
  358. height: 100px;
  359. border-radius: 50px;
  360. border: 1px solid rgb(215, 215, 215);
  361. margin: -50px auto 0 auto;
  362. position: relative;
  363. background-color: #fff;
  364. padding: 25px;
  365. }
  366. }
  367. .choice_us_detail {
  368. padding: 10px;
  369. background-color: #fff;
  370. p:first-child {
  371. font-size: 16px;
  372. color: rgba(51, 51, 51, 1);
  373. font-family: SourceHanSansSC;
  374. font-weight: bold;
  375. }
  376. p:nth-child(2) {
  377. line-height: 2;
  378. display: -webkit-box;
  379. -webkit-box-orient: vertical;
  380. -webkit-line-clamp: 3;
  381. overflow: hidden;
  382. text-overflow: ellipsis;
  383. }
  384. }
  385. }
  386. }
  387. .choice_container {
  388. background-color: rgb(241, 241, 241);
  389. padding-top: 36px;
  390. .choice_img {
  391. padding-top: 46px;
  392. .choice_img_item {
  393. background-color: #fff;
  394. height: 80px;
  395. display: flex;
  396. justify-content: center;
  397. align-items: center;
  398. }
  399. }
  400. .new_title {
  401. font-size: 35px;
  402. text-align: center;
  403. font-family: SourceHanSansSC;
  404. font-weight: bold;
  405. margin: 36px 0;
  406. }
  407. .news_container {
  408. width: 80%;
  409. margin: 20px auto 0 auto;
  410. .news_left_title,
  411. .news_right_title>span:first-child {
  412. font-size: 22px;
  413. font-family: Arial;
  414. font-weight: 700;
  415. }
  416. .ant-image {
  417. margin: 22px auto;
  418. width: 100%;
  419. .news_left_img {
  420. height: 308px;
  421. }
  422. }
  423. .new_right_content {
  424. margin: 9px 0;
  425. .new_right_content span {
  426. font-size: 17px;
  427. }
  428. span:first-child {
  429. font-family: Arial-regular;
  430. }
  431. span:last-child {
  432. font-family: Arial;
  433. font-weight: 400;
  434. }
  435. }
  436. .news_right_title,
  437. .new_right_content {
  438. display: flex;
  439. justify-content: space-between;
  440. align-items: center;
  441. .news_right_title span:last-child {
  442. font-size: 19px;
  443. font-family: Arial-regular;
  444. cursor: pointer;
  445. }
  446. }
  447. }
  448. }
  449. .foot_img {
  450. margin-top: 60px;
  451. position: relative;
  452. .ant-image-img {
  453. height: 340px;
  454. width: 100vw;
  455. }
  456. .foot_background {
  457. position: absolute;
  458. display: flex;
  459. justify-content: space-around;
  460. align-items: center;
  461. top: 0;
  462. left: 0;
  463. width: 100vw;
  464. height: 340px;
  465. background-color: rgba(164, 164, 164, .5);
  466. .foot_text>p {
  467. font-size: 32px;
  468. color: #fff;
  469. font-family: SourceHanSansSC;
  470. font-weight: bold;
  471. span {
  472. color: #58BE70;
  473. }
  474. }
  475. .ant-btn {
  476. width: 166px;
  477. height: 67px;
  478. border-radius: 9px;
  479. span {
  480. font-size: 22px;
  481. }
  482. }
  483. }
  484. }
  485. .ant-carousel .slick-prev,
  486. .ant-carousel .slick-prev:hover,
  487. .ant-carousel .slick-prev:focus {
  488. font-size: 35px;
  489. left: -45px;
  490. z-index: 2;
  491. color: #58BE70;
  492. }
  493. .ant-carousel .slick-prev:before,
  494. .ant-carousel .slick-next:before {
  495. content: '';
  496. }
  497. .ant-carousel .slick-next,
  498. .ant-carousel .slick-next:hover,
  499. .ant-carousel .slick-next:focus {
  500. font-size: 35px;
  501. right: -45px;
  502. z-index: 2;
  503. color: #58BE70;
  504. }