m_index.less 6.1 KB

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