index.less 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. .container {
  2. // max-width: 1200px;
  3. /* max-width: 1200px; */
  4. display: flex;
  5. // width: 100%;
  6. /* height: 100%; */
  7. flex-wrap: wrap;
  8. min-height: auto;
  9. align-items: center;
  10. justify-content: space-between;
  11. // margin: 0 169px;
  12. // padding: 0 169px ;
  13. // margin: auto;
  14. }
  15. .container-row {
  16. // width: 100%;
  17. width: 32%;
  18. height: auto;
  19. // background-color: #5cf;
  20. }
  21. // @media (max-width: 600px) {
  22. // .container-row {
  23. // width: 50%;
  24. // }
  25. // }
  26. html,
  27. body {
  28. margin: 0;
  29. scroll-behavior:smooth;
  30. }
  31. .home {
  32. .home-back {
  33. width: 100%;
  34. position: relative;
  35. .home-head{
  36. width: 100%;
  37. position: absolute;
  38. left: 0;
  39. top: 0;
  40. // background-color: #1a1;
  41. height: 80px;
  42. padding: 0 5%;
  43. display: flex;
  44. align-items: center;
  45. justify-content: space-between;
  46. color: #fff;
  47. .home-right{
  48. &>span{
  49. padding: 10px 20px;
  50. cursor: pointer;
  51. &>a{
  52. color: #fff;
  53. }
  54. }
  55. }
  56. }
  57. }
  58. .home-title {
  59. font-size: 18px;
  60. font-weight: 400;
  61. text-align: center;
  62. &-sub {
  63. text-align: center;
  64. font-size: 12px;
  65. font-weight: 400;
  66. margin: 20px 0;
  67. color: #888888;
  68. }
  69. }
  70. .home-qa {
  71. padding: 50px 30px;
  72. display: flex;
  73. flex-direction: column;
  74. align-items: center;
  75. justify-content: center;
  76. .home-qa-img-row {
  77. // margin-top: 20px;
  78. // padding: 0 200px;
  79. margin: 0 auto 10px;
  80. // margin: 103px 169px 0;
  81. // width: 100%;
  82. width: 60%;
  83. .home-qa-img-row-item {
  84. // max-width: 490px;
  85. position: relative;
  86. &>img {
  87. width: 100%;
  88. height: 100%;
  89. }
  90. .home-qa-img-row-item-absolute {
  91. position: absolute;
  92. top: 0;
  93. left: 0;
  94. width: 100%;
  95. height: 100%;
  96. // padding: 32px 24px;
  97. color: #fff;
  98. display: flex;
  99. flex-direction: column;
  100. justify-content: space-around;
  101. .home-qa-img-row-item-absolute-title {
  102. font-size: 18px;
  103. font-weight: bold;
  104. &>span {
  105. font-size: 20px;
  106. }
  107. }
  108. .home-qa-img-row-item-absolute-subtitle {
  109. // height: 100%;
  110. font-size: 16px;
  111. font-weight: 400;
  112. }
  113. }
  114. }
  115. }
  116. }
  117. .home-ad {
  118. background-color: #f3f5fe;
  119. padding: 50px;
  120. // padding-top: 50px;
  121. // padding-bottom: 160px;
  122. display: flex;
  123. flex-direction: column;
  124. align-items: center;
  125. justify-content: center;
  126. .home-ad-row {
  127. width: 60%;
  128. margin: 0 auto;
  129. margin-top: 30px;
  130. display: flex;
  131. flex-wrap: wrap;
  132. justify-content: space-between;
  133. .home-row-single {
  134. width: 30%;
  135. margin: 20px 0;
  136. }
  137. img {
  138. width: 100%;
  139. }
  140. }
  141. }
  142. .home-static {
  143. // height: 723px;
  144. background: linear-gradient(315deg, #496cf2 0%, #7663ff 100%);
  145. display: flex;
  146. flex-direction: column;
  147. align-items: center;
  148. justify-content: center;
  149. color: #fff;
  150. .home-content {
  151. display: flex;
  152. align-items: center;
  153. flex-direction: column;
  154. margin: 50px 0;
  155. }
  156. .home-title {
  157. color: #fff;
  158. &-sub {
  159. color: #fff;
  160. // margin-bottom: 45px;
  161. }
  162. }
  163. .home-static-num {
  164. display: flex;
  165. justify-content: center;
  166. align-items: center;
  167. margin: 20px 5px;
  168. &-wrap {
  169. padding: 0 24px;
  170. border-radius: 9px;
  171. background-color: #fff;
  172. color: #723bed;
  173. font-size: 30px;
  174. }
  175. }
  176. &-title {
  177. font-size: 16px;
  178. }
  179. .home-static-btn {
  180. // margin-top: 18px;
  181. height: 40px;
  182. border-radius: 40px;
  183. color: #723bed;
  184. width: 150px;
  185. cursor: pointer;
  186. }
  187. .home-ad-free {
  188. display: flex;
  189. align-items: center;
  190. margin: 20px 0;
  191. }
  192. }
  193. }
  194. // 底部
  195. .home-bottom {
  196. width: 100%;
  197. background: #1F1D2A;
  198. padding: 20px 50px 10px;
  199. .home-bottom-c {
  200. width: 70%;
  201. margin: 0 auto;
  202. }
  203. .contact {
  204. margin-bottom: 30px;
  205. .contact-1 {
  206. color: #FFFFFF;
  207. font-size: 20px;
  208. }
  209. .contact-2 {
  210. font-size: 14px;
  211. color: #b4b4b8;
  212. }
  213. }
  214. .home-consult {
  215. display: flex;
  216. margin-bottom: 40px;
  217. .consult-tel {
  218. // width: 50%;
  219. display: flex;
  220. justify-content: space-between;
  221. // flex-direction: column;
  222. align-items: center;
  223. flex-wrap: wrap;
  224. }
  225. .consult-code {
  226. margin-left: 5%;
  227. width: 60%;
  228. display: flex;
  229. align-items: center;
  230. justify-content: end;
  231. .code-content {
  232. display: flex;
  233. flex-direction: column;
  234. align-items: center;
  235. justify-content: center;
  236. }
  237. }
  238. }
  239. .reference {
  240. display: flex;
  241. align-items: center;
  242. justify-content: center;
  243. color: #585667;
  244. font-size: 10px;
  245. margin: 30px 0;
  246. }
  247. }
  248. .ant-modal-body {
  249. padding: 40px !important;
  250. }
  251. .color-fff-12 {
  252. color: #fff;
  253. font-size: 12px;
  254. }
  255. .color-fff {
  256. color: #fff;
  257. }
  258. .w-15 {
  259. width: 15px;
  260. }
  261. .h-15 {
  262. height: 15px;
  263. }
  264. .w-20 {
  265. width: 20px;
  266. }
  267. .h-20 {
  268. height: 20px;
  269. }
  270. .home-ad-xw {
  271. display: flex;
  272. // align-items: center;
  273. .ad-free-img {
  274. width: 50%;
  275. // height: 100%;
  276. margin-right: 50px;
  277. }
  278. .ad-free-content {
  279. flex: 1;
  280. height: 100%;
  281. border: 1px solid #ECECEC;
  282. }
  283. }
  284. .yc {
  285. white-space: nowrap;
  286. text-overflow: ellipsis;
  287. overflow: hidden;
  288. }
  289. .yc-3 {
  290. display: -webkit-box;
  291. -webkit-line-clamp: 3;
  292. -webkit-box-orient: vertical;
  293. overflow: hidden;
  294. }
  295. .yc-4 {
  296. display: -webkit-box;
  297. -webkit-line-clamp: 4;
  298. -webkit-box-orient: vertical;
  299. overflow: hidden;
  300. }