index.less 4.7 KB

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