m_index.less 5.1 KB

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