style:index细节
Showing
3 changed files
with
7 additions
and
4 deletions
... | @@ -413,12 +413,12 @@ | ... | @@ -413,12 +413,12 @@ |
413 | </a> | 413 | </a> |
414 | </li> | 414 | </li> |
415 | <li> | 415 | <li> |
416 | <a href='/staticViews/flfg.html' title='法律法规'> | 416 | <a href='/staticViews/lawList/1.html' title='法律法规'> |
417 | <span>法律法规</span> | 417 | <span>法律法规</span> |
418 | </a> | 418 | </a> |
419 | </li> | 419 | </li> |
420 | <li> | 420 | <li> |
421 | <a href='/staticViews/xyzc.html' title='相应政策'> | 421 | <a href='/staticViews/policyList/1.html' title='相应政策'> |
422 | <span>相应政策</span> | 422 | <span>相应政策</span> |
423 | </a> | 423 | </a> |
424 | </li> | 424 | </li> | ... | ... |
... | @@ -704,6 +704,9 @@ div.c_five ul li a img { | ... | @@ -704,6 +704,9 @@ div.c_five ul li a img { |
704 | padding-left: 10px; | 704 | padding-left: 10px; |
705 | line-height: 45px; | 705 | line-height: 45px; |
706 | } | 706 | } |
707 | .policies-regulations .item-policies li a:hover { | ||
708 | color: #0091FF; | ||
709 | } | ||
707 | .policies-regulations .item-policies li a::before { | 710 | .policies-regulations .item-policies li a::before { |
708 | position: absolute; | 711 | position: absolute; |
709 | width: 4px; | 712 | width: 4px; | ... | ... |
... | @@ -20,12 +20,12 @@ document.writeln(" <span>公示公告</span>"); | ... | @@ -20,12 +20,12 @@ document.writeln(" <span>公示公告</span>"); |
20 | document.writeln(" </a>"); | 20 | document.writeln(" </a>"); |
21 | document.writeln(" </li>"); | 21 | document.writeln(" </li>"); |
22 | document.writeln(" <li>"); | 22 | document.writeln(" <li>"); |
23 | document.writeln(" <a href=\'"+localhostPaht+"/staticViews/flfg.html\' title=\'法律法规\'>"); | 23 | document.writeln(" <a href=\'"+localhostPaht+"/staticViews/lawList/1.html\' title=\'法律法规\'>"); |
24 | document.writeln(" <span>法律法规</span>"); | 24 | document.writeln(" <span>法律法规</span>"); |
25 | document.writeln(" </a>"); | 25 | document.writeln(" </a>"); |
26 | document.writeln(" </li>"); | 26 | document.writeln(" </li>"); |
27 | document.writeln(" <li>"); | 27 | document.writeln(" <li>"); |
28 | document.writeln(" <a href=\'"+localhostPaht+"/staticViews/xyzc.html\' title=\'相应政策\'>"); | 28 | document.writeln(" <a href=\'"+localhostPaht+"/staticViews/policyList/1.html\' title=\'相应政策\'>"); |
29 | document.writeln(" <span>相应政策</span>"); | 29 | document.writeln(" <span>相应政策</span>"); |
30 | document.writeln(" </a>"); | 30 | document.writeln(" </a>"); |
31 | document.writeln(" </li>"); | 31 | document.writeln(" </li>"); | ... | ... |
-
Please register or sign in to post a comment