f10c50e4 by 任超

style:样式

1 parent c1e2982a
...@@ -71,7 +71,6 @@ document.writeln(" <dl class=\'layui-nav-child\'>"); ...@@ -71,7 +71,6 @@ document.writeln(" <dl class=\'layui-nav-child\'>");
71 document.writeln(" <!-- 二级菜单 -->"); 71 document.writeln(" <!-- 二级菜单 -->");
72 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/convenienceService/fileQuery.html\'>档案查询</a></dd>"); 72 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/convenienceService/fileQuery.html\'>档案查询</a></dd>");
73 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/convenienceService/recordInquiry.html\'>合同备案查询</a></dd>"); 73 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/convenienceService/recordInquiry.html\'>合同备案查询</a></dd>");
74 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/convenienceService/certificateQuery.html\'>二三维不动产证书查验</a></dd>");
75 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/convenienceService/certificateVerification.html\'>证书核验</a></dd>"); 74 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/convenienceService/certificateVerification.html\'>证书核验</a></dd>");
76 document.writeln(" </dl>"); 75 document.writeln(" </dl>");
77 document.writeln(" </li>"); 76 document.writeln(" </li>");
......