0858ae14 by 任超

style:css文件夹整理

1 parent e270a884
...@@ -19,7 +19,6 @@ document.writeln(" <meta name=\'description\' content=\'\' />"); ...@@ -19,7 +19,6 @@ document.writeln(" <meta name=\'description\' content=\'\' />");
19 document.writeln(" <meta name=\'Keywords\' content=\'\' />"); 19 document.writeln(" <meta name=\'Keywords\' content=\'\' />");
20 document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localhostPaht+"/staticLib/layui/css/layui.css\' />"); 20 document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localhostPaht+"/staticLib/layui/css/layui.css\' />");
21 document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/common.css\' />"); 21 document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/common.css\' />");
22 document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/global.css\' />");
23 document.writeln(""); 22 document.writeln("");
24 document.writeln("<body> "); 23 document.writeln("<body> ");
25 document.writeln(" <div class=\'footer\'> "); 24 document.writeln(" <div class=\'footer\'> ");
......