m_index.less 5.0 KB

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