index.less 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  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. font-size: 50px;
  184. }
  185. .home-static-btn {
  186. // margin-top: 18px;
  187. height: 60px;
  188. border-radius: 60px;
  189. color: #723bed;
  190. width: 180px;
  191. cursor: pointer;
  192. }
  193. .home-ad-free {
  194. display: flex;
  195. align-items: center;
  196. margin: 20px 0;
  197. }
  198. }
  199. }
  200. // 底部
  201. .home-bottom {
  202. width: 100%;
  203. background: #1F1D2A;
  204. padding: 20px 50px 10px;
  205. .home-bottom-c {
  206. width: 70%;
  207. margin: 0 auto;
  208. .header-contact{
  209. display: flex;
  210. justify-content: space-between;
  211. .consult-code {
  212. // margin-left: 5%;
  213. // width: 60%;
  214. display: flex;
  215. align-items: center;
  216. justify-content: center;
  217. .code-content {
  218. display: flex;
  219. flex-direction: column;
  220. align-items: center;
  221. justify-content: center;
  222. }
  223. }
  224. }
  225. }
  226. .contact {
  227. margin-bottom: 30px;
  228. .contact-1 {
  229. color: #FFFFFF;
  230. font-size: 20px;
  231. }
  232. .contact-2 {
  233. font-size: 14px;
  234. color: #b4b4b8;
  235. }
  236. }
  237. .home-consult {
  238. display: flex;
  239. margin-bottom: 40px;
  240. .consult-tel {
  241. // width: 50%;
  242. display: flex;
  243. justify-content: space-between;
  244. // flex-direction: column;
  245. align-items: center;
  246. flex-wrap: wrap;
  247. }
  248. }
  249. .reference {
  250. display: flex;
  251. align-items: center;
  252. justify-content: center;
  253. color: #585667;
  254. font-size: 10px;
  255. margin: 30px 0;
  256. }
  257. }
  258. .ant-modal-body {
  259. padding: 40px !important;
  260. }
  261. .color-fff-12 {
  262. color: #fff;
  263. font-size: 12px;
  264. }
  265. .color-fff {
  266. color: #fff;
  267. }
  268. .w-15 {
  269. width: 15px;
  270. }
  271. .h-15 {
  272. height: 15px;
  273. }
  274. .w-20 {
  275. width: 20px;
  276. }
  277. .h-20 {
  278. height: 20px;
  279. }
  280. .home-ad-xw {
  281. display: flex;
  282. // align-items: center;
  283. .ad-free-img {
  284. width: 380px;
  285. // height: 500px;
  286. height: 330px;
  287. margin-right: 50px;
  288. // padding: 30px;
  289. }
  290. .ad-free-content {
  291. flex: 1;
  292. width: 688px;
  293. // height: 100%;
  294. height: 330px;
  295. border: 1px solid #d9d9d9;
  296. overflow-y: scroll;
  297. }
  298. }
  299. .yc {
  300. white-space: nowrap;
  301. text-overflow: ellipsis;
  302. overflow: hidden;
  303. }
  304. .yc-3 {
  305. display: -webkit-box;
  306. -webkit-line-clamp: 3;
  307. -webkit-box-orient: vertical;
  308. overflow: hidden;
  309. }
  310. .yc-4 {
  311. display: -webkit-box;
  312. -webkit-line-clamp: 4;
  313. -webkit-box-orient: vertical;
  314. overflow: hidden;
  315. }