index.less 5.8 KB

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