navLinkContent.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. /* 左边第一个 */
  2. .NavLinkContent1 {
  3. width: 780px;
  4. height: 185px;
  5. background-image: url("../images/navOne.png");
  6. background-repeat: no-repeat;
  7. background-size: contain;
  8. cursor: default;
  9. position: relative;
  10. }
  11. /* .NavLinkContent1:hover {
  12. background-image: url("../images/navOneHover.png");
  13. }
  14. .NavLinkContent1:hover .ShowContent .LeftPart {
  15. background-image: url("../images/navSevenIconHover.png");
  16. }
  17. .NavLinkContent1:hover .ShowContent .RightPart .RightPart_TopPart {
  18. color: #ffa622;
  19. } */
  20. .NavLinkContent1 .ShowContent {
  21. display: flex;
  22. flex-flow: row nowrap;
  23. align-items: center;
  24. height: 185px;
  25. position: absolute;
  26. left: 250px;
  27. }
  28. .NavLinkContent1 .ShowContent.custom-content {
  29. left: 180px;
  30. }
  31. .NavLinkContent1 .ShowContent .LeftPart {
  32. width: 88px;
  33. height: 88px;
  34. /* background-image: url("../images/icon-map.png"); */
  35. background-repeat: no-repeat;
  36. background-size: contain;
  37. margin-right: 28px;
  38. }
  39. .NavLinkContent1 .ShowContent .LeftPart.custom-img {
  40. /* width: 100px;
  41. height: 100px; */
  42. margin-bottom: 6px;
  43. }
  44. .NavLinkContent1 .ShowContent .RightPart .RightPart_TopPart {
  45. width: 300px;
  46. /* height: 36px; */
  47. font-size: 36px;
  48. font-family: PangMenZhengDao-3, PangMenZhengDao;
  49. font-weight: normal;
  50. color: #2bb5eb;
  51. /* line-height: 41px;
  52. margin-bottom: 16px; */
  53. text-align: start;
  54. }
  55. .NavLinkContent1 .ShowContent .RightPart .RightPart_BottomPart {
  56. width: 214px;
  57. height: 34px;
  58. font-size: 12px;
  59. font-family: PingFangSC-Regular, PingFang SC;
  60. font-weight: 400;
  61. color: #ff9c27;
  62. line-height: 17px;
  63. text-align: start;
  64. }
  65. /* 左边第二个 */
  66. .NavLinkContent2 {
  67. width: 780px;
  68. height: 185px;
  69. background-image: url("../images/navTwo.png");
  70. background-repeat: no-repeat;
  71. background-size: contain;
  72. cursor: pointer;
  73. position: relative;
  74. }
  75. .NavLinkContent2:hover {
  76. background-image: url("../images/navTwoHover.png");
  77. }
  78. .NavLinkContent2:hover .ShowContent .LeftPart {
  79. background-image: url("../images/icon-map-hover.png");
  80. }
  81. .NavLinkContent2:hover .ShowContent .RightPart .RightPart_TopPart {
  82. color: #ffa622;
  83. }
  84. .NavLinkContent2 .ShowContent {
  85. display: flex;
  86. flex-flow: row nowrap;
  87. align-items: center;
  88. height: 185px;
  89. position: absolute;
  90. left: 110px;
  91. }
  92. .NavLinkContent2 .ShowContent .LeftPart {
  93. width: 88px;
  94. height: 88px;
  95. /* background-image: url("../images/navTwoIcon.png"); */
  96. background-image: url("../images/icon-map.png");
  97. background-repeat: no-repeat;
  98. background-size: contain;
  99. margin-right: 28px;
  100. }
  101. .NavLinkContent2 .ShowContent .RightPart .RightPart_TopPart {
  102. /* width: 180px; */
  103. height: 36px;
  104. font-size: 36px;
  105. font-family: PangMenZhengDao-3, PangMenZhengDao;
  106. font-weight: normal;
  107. color: #ffffff;
  108. line-height: 41px;
  109. /* margin-bottom: 16px; */
  110. text-align: start;
  111. }
  112. .NavLinkContent2 .ShowContent .RightPart .RightPart_BottomPart {
  113. width: 214px;
  114. height: 34px;
  115. font-size: 12px;
  116. font-family: PingFangSC-Regular, PingFang SC;
  117. font-weight: 400;
  118. color: #ff9c27;
  119. line-height: 17px;
  120. text-align: start;
  121. }
  122. /* 左边第三个 */
  123. .NavLinkContent3 {
  124. width: 780px;
  125. height: 185px;
  126. background-image: url("../images/navThree.png");
  127. background-repeat: no-repeat;
  128. background-size: contain;
  129. cursor: pointer;
  130. position: relative;
  131. }
  132. .NavLinkContent3:hover {
  133. background-image: url("../images/navThreeHover.png");
  134. }
  135. .NavLinkContent3:hover .ShowContent .LeftPart {
  136. background-image: url("../images/navFourIconHover.png");
  137. }
  138. .NavLinkContent3:hover .ShowContent .RightPart .RightPart_TopPart {
  139. color: #ffa622;
  140. }
  141. .NavLinkContent3 .ShowContent {
  142. display: flex;
  143. flex-flow: row nowrap;
  144. align-items: center;
  145. height: 185px;
  146. position: absolute;
  147. left: 110px;
  148. }
  149. .NavLinkContent3 .ShowContent .LeftPart {
  150. width: 88px;
  151. height: 88px;
  152. background-image: url("../images/navFourIcon.png");
  153. background-repeat: no-repeat;
  154. background-size: contain;
  155. margin-right: 28px;
  156. }
  157. .NavLinkContent3 .ShowContent .RightPart .RightPart_TopPart {
  158. /* width: 180px; */
  159. height: 36px;
  160. font-size: 36px;
  161. font-family: PangMenZhengDao-3, PangMenZhengDao;
  162. font-weight: normal;
  163. color: #ffffff;
  164. line-height: 41px;
  165. /* margin-bottom: 16px; */
  166. text-align: start;
  167. }
  168. .NavLinkContent3 .ShowContent .RightPart .RightPart_BottomPart {
  169. width: 214px;
  170. height: 34px;
  171. font-size: 12px;
  172. font-family: PingFangSC-Regular, PingFang SC;
  173. font-weight: 400;
  174. color: #FF9C27;
  175. line-height: 17px;
  176. text-align: start;
  177. }
  178. /* 左边第四个 */
  179. .NavLinkContent4 {
  180. width: 780px;
  181. height: 185px;
  182. background-image: url("../images/navFour.png");
  183. background-repeat: no-repeat;
  184. background-size: contain;
  185. cursor: pointer;
  186. position: relative;
  187. }
  188. .NavLinkContent4:hover {
  189. background-image: url("../images/navFourHover.png");
  190. }
  191. .NavLinkContent4:hover .ShowContent .LeftPart {
  192. background-image: url("../images/navSevenIconHover.png");
  193. }
  194. .NavLinkContent4:hover .ShowContent .RightPart .RightPart_TopPart {
  195. color: #ffa622;
  196. }
  197. .NavLinkContent4:hover .ShowContent .RightPart .RightPart_BottomPart {
  198. color: #ffa622;
  199. }
  200. .NavLinkContent4 .ShowContent {
  201. display: flex;
  202. flex-flow: row nowrap;
  203. align-items: center;
  204. height: 185px;
  205. position: absolute;
  206. left: 250px;
  207. }
  208. .NavLinkContent4 .ShowContent .LeftPart {
  209. width: 88px;
  210. height: 88px;
  211. background-image: url("../images/navSevenIcon.png");
  212. background-repeat: no-repeat;
  213. background-size: contain;
  214. margin-right: 28px;
  215. }
  216. .NavLinkContent4 .ShowContent .RightPart .RightPart_TopPart {
  217. /* width: 180px; */
  218. height: 36px;
  219. font-size: 36px;
  220. font-family: PangMenZhengDao-3, PangMenZhengDao;
  221. font-weight: normal;
  222. color: #ffffff;
  223. line-height: 41px;
  224. /* margin-bottom: 16px; */
  225. text-align: start;
  226. }
  227. .NavLinkContent4 .ShowContent .RightPart .RightPart_BottomPart {
  228. width: 214px;
  229. height: 34px;
  230. font-size: 12px;
  231. font-family: PingFangSC-Regular, PingFang SC;
  232. font-weight: 400;
  233. color: #FF9C27;
  234. line-height: 17px;
  235. text-align: start;
  236. }
  237. /* 右边第一个 */
  238. .NavLinkContent5 {
  239. width: 780px;
  240. height: 185px;
  241. background-image: url("../images/navFive.png");
  242. background-repeat: no-repeat;
  243. background-size: contain;
  244. cursor: default;
  245. position: relative;
  246. }
  247. /* .NavLinkContent5:hover {
  248. background-image: url("../images/navFiveHover.png");
  249. }
  250. .NavLinkContent5:hover .ShowContent .LeftPart {
  251. background-image: url("../images/navTwoIconHover.png");
  252. }
  253. .NavLinkContent5:hover .ShowContent .RightPart .RightPart_TopPart {
  254. color: #ffa622;
  255. } */
  256. .NavLinkContent5 .ShowContent {
  257. display: flex;
  258. flex-flow: row nowrap;
  259. align-items: center;
  260. height: 185px;
  261. position: absolute;
  262. left: 216px;
  263. }
  264. .NavLinkContent5 .ShowContent.custom-content {
  265. /* left: 300px; */
  266. }
  267. .NavLinkContent5 .ShowContent .LeftPart {
  268. width: 88px;
  269. height: 88px;
  270. /* background-image: url("../images/icon-users.png"); */
  271. background-repeat: no-repeat;
  272. background-size: contain;
  273. margin-right: 28px;
  274. }
  275. .NavLinkContent5 .ShowContent .LeftPart.custom-img {
  276. /* width: 100px;
  277. height: 100px; */
  278. }
  279. .NavLinkContent5 .ShowContent .RightPart .RightPart_TopPart {
  280. width: 210px;
  281. /* height: 36px; */
  282. font-size: 36px;
  283. font-family: PangMenZhengDao-3, PangMenZhengDao;
  284. font-weight: normal;
  285. color: #2bb5eb;
  286. /* line-height: 41px;
  287. margin-bottom: 16px; */
  288. text-align: start;
  289. }
  290. .NavLinkContent5 .ShowContent .RightPart .RightPart_BottomPart {
  291. width: 214px;
  292. height: 34px;
  293. font-size: 12px;
  294. font-family: PingFangSC-Regular, PingFang SC;
  295. font-weight: 400;
  296. color: #ff9c27;
  297. line-height: 17px;
  298. text-align: start;
  299. }
  300. /* 右边第二个 */
  301. .NavLinkContent6 {
  302. width: 780px;
  303. height: 185px;
  304. background-image: url("../images/navSix.png");
  305. background-repeat: no-repeat;
  306. background-size: contain;
  307. cursor: pointer;
  308. position: relative;
  309. }
  310. .NavLinkContent6:hover {
  311. background-image: url("../images/navSixHover.png");
  312. }
  313. .NavLinkContent6:hover .ShowContent .LeftPart {
  314. background-image: url("../images/icon-users-hover.png");
  315. }
  316. .NavLinkContent6:hover .ShowContent .RightPart .RightPart_TopPart {
  317. color: #ffa622;
  318. }
  319. .NavLinkContent6:hover .ShowContent .RightPart .RightPart_BottomPart {
  320. color: #ffa622;
  321. }
  322. .NavLinkContent6 .ShowContent {
  323. display: flex;
  324. flex-flow: row nowrap;
  325. align-items: center;
  326. height: 185px;
  327. position: absolute;
  328. left: 286px;
  329. }
  330. .NavLinkContent6 .ShowContent .LeftPart {
  331. width: 88px;
  332. height: 88px;
  333. background-image: url("../images/icon-users.png");
  334. background-repeat: no-repeat;
  335. background-size: contain;
  336. margin-right: 28px;
  337. }
  338. .NavLinkContent6 .ShowContent .RightPart .RightPart_TopPart {
  339. /* width: 180px; */
  340. height: 36px;
  341. font-size: 36px;
  342. font-family: PangMenZhengDao-3, PangMenZhengDao;
  343. font-weight: normal;
  344. color: #ffffff;
  345. line-height: 41px;
  346. /* margin-bottom: 16px; */
  347. text-align: start;
  348. }
  349. .NavLinkContent6 .ShowContent .RightPart .RightPart_BottomPart {
  350. width: 214px;
  351. height: 34px;
  352. font-size: 12px;
  353. font-family: PingFangSC-Regular, PingFang SC;
  354. font-weight: 400;
  355. color: #ff9c27;
  356. line-height: 17px;
  357. text-align: start;
  358. }
  359. /* 右边第三个 */
  360. .NavLinkContent7 {
  361. width: 780px;
  362. height: 185px;
  363. background-image: url("../images/navSeven.png");
  364. background-repeat: no-repeat;
  365. background-size: contain;
  366. cursor: pointer;
  367. position: relative;
  368. }
  369. .NavLinkContent7:hover {
  370. background-image: url("../images/navSevenHover.png");
  371. }
  372. .NavLinkContent7:hover .ShowContent .LeftPart {
  373. background-image: url("../images/navThreeIconHover.png");
  374. }
  375. .NavLinkContent7:hover .ShowContent .RightPart .RightPart_TopPart {
  376. color: #ffa622;
  377. }
  378. .NavLinkContent7 .ShowContent {
  379. display: flex;
  380. flex-flow: row nowrap;
  381. align-items: center;
  382. height: 185px;
  383. position: absolute;
  384. left: 286px;
  385. }
  386. .NavLinkContent7 .ShowContent .LeftPart {
  387. width: 88px;
  388. height: 88px;
  389. background-image: url("../images/navThreeIcon.png");
  390. background-repeat: no-repeat;
  391. background-size: contain;
  392. margin-right: 28px;
  393. }
  394. .NavLinkContent7 .ShowContent .RightPart .RightPart_TopPart {
  395. /* width: 180px; */
  396. height: 36px;
  397. font-size: 36px;
  398. font-family: PangMenZhengDao-3, PangMenZhengDao;
  399. font-weight: normal;
  400. color: #ffffff;
  401. line-height: 41px;
  402. /* margin-bottom: 16px; */
  403. text-align: start;
  404. }
  405. .NavLinkContent7 .ShowContent .RightPart .RightPart_BottomPart {
  406. width: 214px;
  407. height: 34px;
  408. font-size: 12px;
  409. font-family: PingFangSC-Regular, PingFang SC;
  410. font-weight: 400;
  411. color: #ff9c27;
  412. line-height: 17px;
  413. text-align: start;
  414. }
  415. /* 右边第四个 */
  416. .NavLinkContent8 {
  417. width: 780px;
  418. height: 185px;
  419. background-image: url("../images/navEight.png");
  420. background-repeat: no-repeat;
  421. background-size: contain;
  422. cursor: pointer;
  423. position: relative;
  424. }
  425. /* .NavLinkContent8:hover {
  426. background-image: url("../images/navEightHover.png");
  427. }
  428. .NavLinkContent8:hover .ShowContent .LeftPart {
  429. background-image: url("../images/navEightIconHover.png");
  430. }
  431. .NavLinkContent8:hover .ShowContent .RightPart .RightPart_TopPart {
  432. color: #ffa622;
  433. } */
  434. .NavLinkContent8 .ShowContent {
  435. display: flex;
  436. flex-flow: row nowrap;
  437. align-items: center;
  438. height: 185px;
  439. position: absolute;
  440. left: 196px;
  441. }
  442. .NavLinkContent8 .ShowContent .LeftPart {
  443. width: 88px;
  444. height: 88px;
  445. /* background-image: url("../images/navEightIcon.png"); */
  446. background-repeat: no-repeat;
  447. background-size: contain;
  448. margin-right: 28px;
  449. }
  450. .NavLinkContent8 .ShowContent .RightPart .RightPart_TopPart {
  451. width: 180px;
  452. height: 36px;
  453. font-size: 36px;
  454. font-family: PangMenZhengDao-3, PangMenZhengDao;
  455. font-weight: normal;
  456. color: #ffffff;
  457. line-height: 41px;
  458. margin-bottom: 16px;
  459. text-align: start;
  460. }
  461. .NavLinkContent8 .ShowContent .RightPart .RightPart_BottomPart {
  462. width: 214px;
  463. height: 34px;
  464. font-size: 12px;
  465. font-family: PingFangSC-Regular, PingFang SC;
  466. font-weight: 400;
  467. color: #ff9c27;
  468. line-height: 17px;
  469. text-align: start;
  470. }