index.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. p,
  2. h3 {
  3. padding: 0;
  4. margin: 0;
  5. }
  6. body {
  7. background: #FAFBFF;
  8. }
  9. .upgrade {
  10. font-family: Source Han Sans CN;
  11. }
  12. .upgrade .introd {
  13. text-align: center;
  14. margin-bottom: 40px;
  15. }
  16. .upgrade .introd .title {
  17. font-size: 30px;
  18. font-weight: 500;
  19. color: #343434;
  20. margin-bottom: 12px;
  21. }
  22. .upgrade .introd .subtitle {
  23. font-size: 14px;
  24. font-weight: 400;
  25. color: #B5B7C1;
  26. }
  27. .upgrade .introd.bgfff {
  28. background-color: #fff;
  29. margin-bottom: 0;
  30. padding-bottom: 40px;
  31. }
  32. .upgrade .scenes {
  33. width: 1200px;
  34. margin: 0 auto;
  35. display: flex;
  36. justify-content: space-between;
  37. }
  38. .upgrade .scenes .left {
  39. width: 380px;
  40. height: 480px;
  41. background: #FFFFFF;
  42. border: 1px solid #EEF0F6;
  43. }
  44. .upgrade .scenes .left .title {
  45. font-size: 24px;
  46. font-weight: 500;
  47. color: #343434;
  48. margin-top: 47px;
  49. margin-left: 45px;
  50. }
  51. .upgrade .scenes .left .title .img {
  52. margin-right: 20px;
  53. }
  54. .upgrade .scenes .left .text {
  55. width: 304px;
  56. font-size: 16px;
  57. font-weight: 400;
  58. line-height: 26px;
  59. color: #AAAEBF;
  60. margin-top: 40px;
  61. margin-left: 45px;
  62. }
  63. .upgrade .scenes .left .detail {
  64. display: flex;
  65. justify-content: space-between;
  66. margin-left: 45px;
  67. width: 328px;
  68. margin-top: 73px;
  69. }
  70. .upgrade .scenes .left .detail button {
  71. width: 120px;
  72. height: 36px;
  73. line-height: 36px;
  74. text-align: center;
  75. border: 1px solid #2C56FF;
  76. border-radius: 4px;
  77. font-size: 14px;
  78. color: #2D56FF;
  79. background-color: rgba(0, 0, 0, 0);
  80. }
  81. .upgrade .scenes .left .detail .img {
  82. width: 180px;
  83. height: 121px;
  84. opacity: 0.3;
  85. }
  86. .upgrade .scenes .right {
  87. width: 790px;
  88. height: 480px;
  89. }
  90. .upgrade .scenes .right .item {
  91. width: 302px;
  92. height: 162px;
  93. background: #FFFFFF;
  94. border: 1px solid #EEF0F6;
  95. padding: 39px 34px 25px 42px;
  96. display: inline-block;
  97. margin-bottom: 25px;
  98. box-sizing: content-box;
  99. }
  100. .upgrade .scenes .right .item .title {
  101. font-size: 24px;
  102. font-weight: 500;
  103. color: #343434;
  104. margin-bottom: 36px;
  105. }
  106. .upgrade .scenes .right .item .text {
  107. font-size: 16px;
  108. font-weight: 400;
  109. color: #AAAEBF;
  110. line-height: 30px;
  111. }
  112. .upgrade .scenes .right .item .detail {
  113. font-size: 14px;
  114. font-weight: 400;
  115. color: #2D56FF;
  116. margin-top: 20px;
  117. cursor: pointer;
  118. }
  119. .upgrade .scenes .right .item:nth-child(odd) {
  120. margin-right: 25px;
  121. }
  122. .upgrade .bgblue {
  123. margin-top: 120px;
  124. height: 280px;
  125. background: url(/static/newV2/images/banner.png) center center no-repeat;
  126. cursor: pointer;
  127. }
  128. .upgrade .adv {
  129. width: 1200px;
  130. margin: 0 auto;
  131. display: flex;
  132. align-items: center;
  133. justify-content: space-between;
  134. }
  135. .upgrade .adv .left {
  136. width: 350px;
  137. height: 426px;
  138. overflow: hidden;
  139. }
  140. .upgrade .adv .left .item {
  141. width: 352px;
  142. height: 116px;
  143. padding: 32px 0 36px 36px;
  144. background: #FFFFFF;
  145. border: 1px solid #EEF0F6;
  146. }
  147. .upgrade .adv .left .item .title {
  148. font-size: 20px;
  149. font-weight: 500;
  150. color: #343434;
  151. margin-bottom: 21px;
  152. }
  153. .upgrade .adv .left .item .title .img {
  154. margin-right: 15px;
  155. }
  156. .upgrade .adv .left .item .text {
  157. font-size: 14px;
  158. font-weight: 400;
  159. color: #AAAEBF;
  160. }
  161. .upgrade .adv .left .item.l1 {
  162. border-radius: 0px 40px 0px 0px;
  163. }
  164. .upgrade .adv .left .item.l2 {
  165. margin-top: 39px;
  166. margin-bottom: 39px;
  167. }
  168. .upgrade .adv .left .item.l3 {
  169. border-radius: 0px 0px 40px 0px;
  170. }
  171. .upgrade .adv .right .item {
  172. width: 352px;
  173. height: 116px;
  174. padding: 32px 0 36px 36px;
  175. background: #FFFFFF;
  176. border: 1px solid #EEF0F6;
  177. }
  178. .upgrade .adv .right .item .title {
  179. font-size: 20px;
  180. font-weight: 500;
  181. color: #343434;
  182. margin-bottom: 21px;
  183. }
  184. .upgrade .adv .right .item .title .img {
  185. margin-right: 15px;
  186. }
  187. .upgrade .adv .right .item .text {
  188. font-size: 14px;
  189. font-weight: 400;
  190. color: #AAAEBF;
  191. }
  192. .upgrade .adv .right .item.r1 {
  193. border-radius: 40px 0px 0px 0px;
  194. }
  195. .upgrade .adv .right .item.r2 {
  196. margin-top: 39px;
  197. margin-bottom: 39px;
  198. }
  199. .upgrade .adv .right .item.r3 {
  200. border-radius: 0px 0px 0px 40px;
  201. }
  202. .upgrade .service {
  203. width: 1200px;
  204. margin: 0 auto;
  205. display: flex;
  206. justify-content: space-between;
  207. flex-wrap: wrap;
  208. }
  209. .upgrade .service .item {
  210. width: 380px;
  211. height: 200px;
  212. padding: 29px 39px 44px 39px;
  213. background: #fff;
  214. border: 1px solid #EEF0F6;
  215. margin-bottom: 30px;
  216. }
  217. .upgrade .service .item .img {
  218. margin-bottom: 22px;
  219. }
  220. .upgrade .service .item .subtitle {
  221. font-size: 20px;
  222. font-weight: 500;
  223. color: #343434;
  224. margin-bottom: 15px;
  225. }
  226. .upgrade .service .item .text {
  227. width: 304px;
  228. font-size: 16px;
  229. font-family: Source Han Sans CN;
  230. font-weight: 400;
  231. color: #AAAEBF;
  232. white-space: nowrap;
  233. /*文本禁止换行*/
  234. overflow: hidden;
  235. /*超出部分隐藏*/
  236. text-overflow: ellipsis;
  237. /*文字超出部分以省略号显示*/
  238. }
  239. .upgrade .newsbg {
  240. background-color: #fff;
  241. }
  242. .upgrade .newsbg .news {
  243. width: 1200px;
  244. margin: 0 auto;
  245. display: flex;
  246. justify-content: space-between;
  247. }
  248. .upgrade .newsbg .news .left .title {
  249. display: flex;
  250. justify-content: space-between;
  251. align-items: center;
  252. font-size: 24px;
  253. font-weight: 500;
  254. color: #343434;
  255. margin-bottom: 31px;
  256. }
  257. .upgrade .newsbg .news .left .title .img {
  258. width: 22px;
  259. height: 22px;
  260. }
  261. .upgrade .newsbg .news .left .title .more {
  262. font-size: 14px;
  263. font-weight: 400;
  264. color: #B5B7C1;
  265. }
  266. .upgrade .newsbg .news .left ul {
  267. padding-left: 0;
  268. }
  269. .upgrade .newsbg .news .left ul li {
  270. width: 570px;
  271. display: flex;
  272. border: 1px solid #EEF0F6;
  273. }
  274. .upgrade .newsbg .news .left ul li .date {
  275. width: 98px;
  276. padding-top: 20px;
  277. padding-bottom: 17px;
  278. background: #FAFBFF;
  279. text-align: center;
  280. }
  281. .upgrade .newsbg .news .left ul li .date .day {
  282. font-size: 26px;
  283. font-weight: 300;
  284. color: #A6ACC4;
  285. position: relative;
  286. margin-bottom: 19px;
  287. }
  288. .upgrade .newsbg .news .left ul li .date .day::after {
  289. content: '';
  290. position: absolute;
  291. width: 36px;
  292. height: 1px;
  293. background-color: #A6ACC4;
  294. left: 30px;
  295. bottom: -10px;
  296. }
  297. .upgrade .newsbg .news .left ul li .date .year {
  298. font-size: 14px;
  299. font-weight: 400;
  300. color: #A5ABC4;
  301. }
  302. .upgrade .newsbg .news .left ul li .des {
  303. margin-left: 28px;
  304. padding-top: 25px;
  305. }
  306. .upgrade .newsbg .news .left ul li .des .title {
  307. font-size: 20px;
  308. font-weight: 500;
  309. color: #343434;
  310. margin-bottom: 15px;
  311. }
  312. .upgrade .newsbg .news .left ul li .des .text {
  313. font-size: 14px;
  314. font-weight: 400;
  315. color: #AAAEBF;
  316. }
  317. .upgrade .newsbg .news .right .title {
  318. display: flex;
  319. justify-content: space-between;
  320. align-items: center;
  321. font-size: 24px;
  322. font-weight: 500;
  323. color: #343434;
  324. margin-bottom: 31px;
  325. }
  326. .upgrade .newsbg .news .right .title .img {
  327. width: 22px;
  328. height: 22px;
  329. }
  330. .upgrade .newsbg .news .right .title .more {
  331. font-size: 14px;
  332. font-weight: 400;
  333. color: #B5B7C1;
  334. }
  335. .upgrade .newsbg .news .right ul {
  336. padding-left: 0;
  337. }
  338. .upgrade .newsbg .news .right ul li {
  339. list-style: none;
  340. width: 550px;
  341. border-top: 1px solid #EDEFF6;
  342. padding-top: 30px;
  343. padding-bottom: 29px;
  344. }
  345. .upgrade .newsbg .news .right ul li .subtitle {
  346. font-size: 18px;
  347. font-weight: 500;
  348. color: #343434;
  349. margin-bottom: 19px;
  350. display: flex;
  351. justify-content: space-between;
  352. }
  353. .upgrade .newsbg .news .right ul li .subtitle .time {
  354. font-size: 14px;
  355. font-weight: 400;
  356. color: #B9BCC8;
  357. }
  358. .upgrade .newsbg .news .right ul li .text {
  359. font-size: 14px;
  360. font-weight: 400;
  361. color: #AAAEBF;
  362. }
  363. .upgrade .newsbg .news .right ul li:last-child {
  364. border-bottom: 1px solid #EDEFF6;
  365. }