home.less 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. .web-info{
  2. text-align: center;
  3. .web-content{
  4. text-align: center;
  5. .title{
  6. font-size: 14px;
  7. font-weight: 400;
  8. letter-spacing: 0px;
  9. line-height: 18px;
  10. margin-bottom: 15px;
  11. }
  12. .content {
  13. margin-top: 10px;
  14. span {
  15. font-size: 20px;
  16. font-weight: 700;
  17. letter-spacing: 0px;
  18. line-height: 26px;
  19. color: rgba(83, 162, 211, 1);
  20. }
  21. }
  22. }
  23. }
  24. .web-link{
  25. text-align: left;
  26. font-size: 18px;
  27. line-height: 18px;
  28. margin-left: 25px;
  29. }
  30. .border-right{
  31. border-right: 1px solid rgba(229, 229, 234, 1);
  32. }
  33. .home {
  34. //background: url("../../assets/home/top-bg.png") repeat-x;
  35. background-size: 50% 200px;
  36. background-attachment: fixed;
  37. background-position: 0px 59px;
  38. padding:0 20px 20px 20px;
  39. .ant-col {
  40. width: auto;
  41. }
  42. .top-title {
  43. //margin: 20px 0;
  44. .t1 {
  45. font-size: 18px;
  46. margin-right: 5px
  47. }
  48. .t2 {
  49. font-size: 15px;
  50. text-decoration: underline;
  51. margin-left: 5px;
  52. }
  53. .ant-select {
  54. color: #fff;
  55. deep(.ant-select-selection) {
  56. background-color: transparent;
  57. }
  58. deep(.ant-select-arrow) {
  59. color: #fff;
  60. }
  61. }
  62. }
  63. .r2 {
  64. .c1 .wrap {
  65. background: url("../../../assets/home/left.svg") no-repeat #fff;
  66. background-position: right top;
  67. }
  68. .c2 .wrap {
  69. background: url("../../../assets/home/right.svg") no-repeat #fff;
  70. background-position: left top;
  71. }
  72. .wrap {
  73. background: #fff;
  74. padding: 20px 30px;
  75. box-shadow: 0px 0px 15px 0px @primary-color;
  76. height: 145px;
  77. display: flex;
  78. flex-direction: column;
  79. justify-content: center;
  80. .mb {
  81. margin-bottom: 20px;
  82. }
  83. p {
  84. margin-bottom: 5px;
  85. color: #000;
  86. font-size: 13px;
  87. }
  88. .big {
  89. font-size: 16px;
  90. }
  91. .btn_self {
  92. font-size: 14px;
  93. height: auto;
  94. padding: 3px 30px;
  95. margin-top: 6%;
  96. width: 120px;
  97. }
  98. img {
  99. display: block;
  100. width: 50%;
  101. }
  102. .imgtitle {
  103. margin-bottom: 0;
  104. margin-top: 8%;
  105. }
  106. }
  107. }
  108. .r3 {
  109. margin: 20px 0 10px;
  110. .detail_link {
  111. float: right;
  112. font-size: 14px;
  113. }
  114. }
  115. .r4 {
  116. background: #fff;
  117. padding: 20px 20px 0 20px;
  118. .title {
  119. font-size: 14px;
  120. margin: 0;
  121. }
  122. .wrap {
  123. display: block;
  124. overflow: hidden;
  125. .left {
  126. float: left;
  127. width: 20%;
  128. p {
  129. margin-bottom: 15px;
  130. }
  131. }
  132. .right {
  133. float: right;
  134. width: 80%;
  135. span {
  136. width: 33.33%;
  137. display: block;
  138. float: left;
  139. margin-bottom: 15px;
  140. }
  141. }
  142. }
  143. .c2 {
  144. position: relative;
  145. &:before {
  146. content: '';
  147. display: block;
  148. width: 1px;
  149. height: 70%;
  150. background: #efefef;
  151. position: absolute;
  152. left: -25px;
  153. top: 15%;
  154. }
  155. &:after {
  156. content: '';
  157. display: block;
  158. width: 1px;
  159. height: 70%;
  160. background: #efefef;
  161. position: absolute;
  162. right: 25px;
  163. top: 15%;
  164. }
  165. }
  166. }
  167. .r5 {
  168. background: #fff;
  169. padding: 10px;
  170. margin: 0 !important;
  171. .wrap {
  172. padding: 15px;
  173. overflow: hidden;
  174. background: #fff;
  175. border-radius: 10px;
  176. transition: all .3s;
  177. img {
  178. width: 15px;
  179. }
  180. .fr {
  181. float: right;
  182. width: calc(100% - 15px);
  183. text-align: center;
  184. .title{
  185. font-size: 14px;
  186. font-weight: 400;
  187. letter-spacing: 0px;
  188. line-height: 21px;
  189. margin-bottom: 15px;
  190. }
  191. p:last-child {
  192. font-size: 32px;
  193. font-weight: 700;
  194. letter-spacing: 0px;
  195. line-height: 38px;
  196. color: rgba(13, 62, 122, 1);
  197. }
  198. }
  199. }
  200. deep(.ant-table-thead > tr > th) {
  201. background: rgb(241, 248, 255);
  202. border: none;
  203. color: #000;
  204. padding: 10px;
  205. }
  206. deep(.ant-table-tbody .ant-table-row td) {
  207. padding: 10px;
  208. color: #000;
  209. }
  210. .r5-1 {
  211. display: flex;
  212. width: 100%;
  213. margin-top: 30px;
  214. .fl {
  215. float: left;
  216. position: relative;
  217. .ant-btn {
  218. border: none;
  219. margin-right: 10px;
  220. }
  221. }
  222. .fr {
  223. float: right;
  224. line-height: 2;
  225. span {
  226. margin-right: 30px;
  227. i {
  228. display: inline-block;
  229. width: 25px;
  230. height: 3px;
  231. background: #544BEB;
  232. position: relative;
  233. top: -4px;
  234. margin-right: 20px;
  235. }
  236. &:last-child i {
  237. background: #F0B358;
  238. }
  239. }
  240. }
  241. }
  242. .box {
  243. text-align: center;
  244. min-height: 180px;
  245. display: flex;
  246. flex-direction: column;
  247. justify-content: center;
  248. p {
  249. color: #fff;
  250. img {
  251. width: 19px;
  252. margin: -5px 10px 0 0;
  253. }
  254. }
  255. .num {
  256. font-size: 30px;
  257. margin-bottom: 10px;
  258. }
  259. &.b1 {
  260. background: rgb(233, 107, 95);
  261. }
  262. &.b2 {
  263. background: rgb(88, 204, 168);
  264. }
  265. &.b3 {
  266. background: rgb(124, 152, 252);
  267. }
  268. &.b4 {
  269. background: #F0B358;
  270. }
  271. }
  272. }
  273. .r6 {
  274. background: #fff;
  275. padding: 10px 5px;
  276. margin: 0 !important;
  277. .ant-col:not(:last-child) .wrap:after {
  278. content: '';
  279. display: block;
  280. position: absolute;
  281. right: 0;
  282. top: 10%;
  283. height: 70%;
  284. width: 2px;
  285. background: #f1f1f1;
  286. }
  287. .wrap {
  288. padding: 45px 60px;
  289. background: #fff;
  290. transition: all .3s;
  291. cursor: pointer;
  292. &:hover {
  293. background: #f1f8ff;
  294. }
  295. p {
  296. line-height: 30px;
  297. font-size: 18px;
  298. img {
  299. width: 30px;
  300. float: right;
  301. }
  302. }
  303. }
  304. }
  305. .r7 {
  306. background: #fff;
  307. padding: 15px 5px;
  308. margin: 0 !important;
  309. .ant-col {
  310. padding: 20px 0 20px 30px;
  311. }
  312. .wrap {
  313. display: flex;
  314. span:first-child {
  315. background: #f1f8ff;
  316. float: left;
  317. padding: 0px 20px;
  318. width: 70px;
  319. height: 70px;
  320. text-align: center;
  321. font-size: 15px;
  322. display: flex;
  323. justify-content: center;
  324. align-items: center;
  325. }
  326. span:last-child {
  327. display: flex;
  328. align-items: center;
  329. padding-left: 50px;
  330. }
  331. }
  332. }
  333. }
  334. @media (max-width: 1600px) {
  335. .home .r2 .wrap .imgtitle {
  336. margin-top: 1%;
  337. }
  338. .home .r2 .wrap .btn_self {
  339. font-size: 12px;
  340. margin-top: 4%;
  341. width: auto;
  342. }
  343. }
  344. @media (min-width: 2000px) {
  345. .home .r2 .wrap img {
  346. display: block;
  347. width: 45%;
  348. }
  349. .home .r2 .wrap .imgtitle {
  350. margin-top: 7%;
  351. }
  352. }