m_index.less 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  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: 200px;
  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: 14px;
  84. font-weight: bold;
  85. &>span {
  86. font-size: 40px;
  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: 40px;
  162. border-radius: 40px;
  163. color: #723bed;
  164. // width: 150px;
  165. cursor: pointer;
  166. }
  167. .home-ad-free {
  168. display: flex;
  169. align-items: center;
  170. margin: 20px 0;
  171. }
  172. }
  173. }
  174. // 底部
  175. .home-bottom {
  176. width: 100%;
  177. background: #f7f7f7;
  178. padding: 20px 50px 10px;
  179. display: flex;
  180. align-items: center;
  181. justify-content: space-around;
  182. .contact-1 {
  183. color: #FFFFFF;
  184. font-size: 20px;
  185. }
  186. .contact-2 {
  187. font-size: 14px;
  188. color: #b4b4b8;
  189. }
  190. .consult-tel{
  191. width: 50%;
  192. display: flex;
  193. justify-content: space-between;
  194. flex-wrap: wrap;
  195. }
  196. .consult-code{
  197. margin-left: 10%;
  198. width: 40%;
  199. display: flex;
  200. .code-content{
  201. display: flex;
  202. flex-direction: column;
  203. align-items: center;
  204. justify-content: center;
  205. }
  206. }
  207. .reference{
  208. display: flex;
  209. align-items: center;
  210. justify-content: center;
  211. color: #585667;
  212. font-size: 10px;
  213. margin: 30px 0;
  214. }
  215. }
  216. .ant-modal-body {
  217. padding: 40px !important;
  218. }
  219. .color-fff-12{
  220. color: #2f2f2f;
  221. font-size: 12px;
  222. }
  223. .color-fff{
  224. color: #2f2f2f;
  225. }
  226. .w-15 {
  227. width: 15px;
  228. }
  229. .h-15 {
  230. height: 15px;
  231. }
  232. .w-20{
  233. width: 20px;
  234. }
  235. .h-20{
  236. height: 20px;
  237. }
  238. .home-ad-xw {
  239. display: flex;
  240. flex-direction: column;
  241. // align-items: center;
  242. .ad-free-img{
  243. width: 100%;
  244. // height: 100%;
  245. // margin-right: 50px;
  246. }
  247. .ad-free-content{
  248. flex: 1;
  249. height: 100%;
  250. border: 1px solid #ECECEC;
  251. }
  252. }
  253. .yc{
  254. white-space: nowrap;
  255. text-overflow: ellipsis;
  256. overflow: hidden;
  257. }
  258. .yc-3{
  259. display: -webkit-box;
  260. -webkit-line-clamp:3;
  261. -webkit-box-orient: vertical;
  262. overflow: hidden;
  263. }
  264. .yc-4{
  265. display: -webkit-box;
  266. -webkit-line-clamp:4;
  267. -webkit-box-orient: vertical;
  268. overflow: hidden;
  269. }