index.less 5.6 KB

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