index.less 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  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. // height: 100%;
  83. font-size: 10px;
  84. font-weight: 400;
  85. }
  86. }
  87. }
  88. }
  89. }
  90. .home-ad {
  91. background-color: #f3f5fe;
  92. padding: 50px;
  93. // padding-top: 50px;
  94. // padding-bottom: 160px;
  95. display: flex;
  96. flex-direction: column;
  97. align-items: center;
  98. justify-content: center;
  99. .home-ad-row {
  100. margin-top: 30px;
  101. display: flex;
  102. flex-wrap: wrap;
  103. justify-content: space-between;
  104. .home-row-single {
  105. width: 30%;
  106. margin: 20px 0;
  107. }
  108. img {
  109. width: 100%;
  110. }
  111. }
  112. }
  113. .home-static {
  114. // height: 723px;
  115. background: linear-gradient(315deg, #496cf2 0%, #7663ff 100%);
  116. display: flex;
  117. flex-direction: column;
  118. align-items: center;
  119. justify-content: center;
  120. color: #fff;
  121. .home-content {
  122. display: flex;
  123. align-items: center;
  124. flex-direction: column;
  125. margin: 50px 0;
  126. }
  127. .home-title {
  128. color: #fff;
  129. &-sub {
  130. color: #fff;
  131. // margin-bottom: 45px;
  132. }
  133. }
  134. .home-static-num {
  135. display: flex;
  136. justify-content: center;
  137. align-items: center;
  138. margin: 20px 5px;
  139. &-wrap {
  140. padding: 0 24px;
  141. border-radius: 9px;
  142. background-color: #fff;
  143. color: #723bed;
  144. font-size: 30px;
  145. }
  146. }
  147. &-title {
  148. font-size: 16px;
  149. }
  150. .home-static-btn {
  151. // margin-top: 18px;
  152. height: 40px;
  153. border-radius: 40px;
  154. color: #723bed;
  155. width: 150px;
  156. cursor: pointer;
  157. }
  158. .home-ad-free {
  159. display: flex;
  160. align-items: center;
  161. margin: 20px 0;
  162. }
  163. }
  164. }
  165. // 底部
  166. .home-bottom {
  167. width: 100%;
  168. background: #1F1D2A;
  169. padding: 20px 50px 10px;
  170. .contact {
  171. margin-bottom: 30px;
  172. .contact-1 {
  173. color: #FFFFFF;
  174. font-size: 20px;
  175. }
  176. .contact-2 {
  177. font-size: 14px;
  178. color: #b4b4b8;
  179. }
  180. }
  181. .home-consult{
  182. display: flex;
  183. margin-bottom: 40px;
  184. .consult-tel{
  185. width: 50%;
  186. display: flex;
  187. justify-content: space-between;
  188. flex-wrap: wrap;
  189. }
  190. .consult-code{
  191. margin-left: 10%;
  192. width: 40%;
  193. display: flex;
  194. .code-content{
  195. display: flex;
  196. flex-direction: column;
  197. align-items: center;
  198. justify-content: center;
  199. }
  200. }
  201. }
  202. .reference{
  203. display: flex;
  204. align-items: center;
  205. justify-content: center;
  206. color: #585667;
  207. font-size: 10px;
  208. margin: 30px 0;
  209. }
  210. }
  211. .ant-modal-body {
  212. padding: 40px !important;
  213. }
  214. .color-fff-12{
  215. color: #fff;
  216. font-size: 12px;
  217. }
  218. .color-fff{
  219. color: #fff;
  220. }
  221. .w-15 {
  222. width: 15px;
  223. }
  224. .h-15 {
  225. height: 15px;
  226. }
  227. .w-20{
  228. width: 20px;
  229. }
  230. .h-20{
  231. height: 20px;
  232. }
  233. .home-ad-xw {
  234. display: flex;
  235. // align-items: center;
  236. .ad-free-img{
  237. width: 50%;
  238. // height: 100%;
  239. margin-right: 50px;
  240. }
  241. .ad-free-content{
  242. flex: 1;
  243. height: 100%;
  244. border: 1px solid #ECECEC;
  245. }
  246. }
  247. .yc{
  248. white-space: nowrap;
  249. text-overflow: ellipsis;
  250. overflow: hidden;
  251. }
  252. .yc-3{
  253. display: -webkit-box;
  254. -webkit-line-clamp:3;
  255. -webkit-box-orient: vertical;
  256. overflow: hidden;
  257. }
  258. .yc-4{
  259. display: -webkit-box;
  260. -webkit-line-clamp:4;
  261. -webkit-box-orient: vertical;
  262. overflow: hidden;
  263. }