ce759704 by 任超

style:index细节

1 parent 26fb4b94
......@@ -413,12 +413,12 @@
</a>
</li>
<li>
<a href='/staticViews/flfg.html' title='法律法规'>
<a href='/staticViews/lawList/1.html' title='法律法规'>
<span>法律法规</span>
</a>
</li>
<li>
<a href='/staticViews/xyzc.html' title='相应政策'>
<a href='/staticViews/policyList/1.html' title='相应政策'>
<span>相应政策</span>
</a>
</li>
......
......@@ -704,6 +704,9 @@ div.c_five ul li a img {
padding-left: 10px;
line-height: 45px;
}
.policies-regulations .item-policies li a:hover {
color: #0091FF;
}
.policies-regulations .item-policies li a::before {
position: absolute;
width: 4px;
......
......@@ -20,12 +20,12 @@ document.writeln(" <span>公示公告</span>");
document.writeln(" </a>");
document.writeln(" </li>");
document.writeln(" <li>");
document.writeln(" <a href=\'"+localhostPaht+"/staticViews/flfg.html\' title=\'法律法规\'>");
document.writeln(" <a href=\'"+localhostPaht+"/staticViews/lawList/1.html\' title=\'法律法规\'>");
document.writeln(" <span>法律法规</span>");
document.writeln(" </a>");
document.writeln(" </li>");
document.writeln(" <li>");
document.writeln(" <a href=\'"+localhostPaht+"/staticViews/xyzc.html\' title=\'相应政策\'>");
document.writeln(" <a href=\'"+localhostPaht+"/staticViews/policyList/1.html\' title=\'相应政策\'>");
document.writeln(" <span>相应政策</span>");
document.writeln(" </a>");
document.writeln(" </li>");
......