1dbc9567 by 任超

style:消息列表

1 parent 08ef7a75
...@@ -18,7 +18,6 @@ document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'" + loca ...@@ -18,7 +18,6 @@ document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'" + loca
18 document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'" + localhostPaht + "/staticCss/common.css\' />"); 18 document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'" + localhostPaht + "/staticCss/common.css\' />");
19 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>"); 19 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>");
20 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/common.js\'></script>"); 20 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/common.js\'></script>");
21 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/header.js\'></script>");
22 document.writeln("</head>"); 21 document.writeln("</head>");
23 document.writeln("<div class=\'home-sticky\'>"); 22 document.writeln("<div class=\'home-sticky\'>");
24 document.writeln(" <div class=\'top-logo\'>"); 23 document.writeln(" <div class=\'top-logo\'>");
...@@ -93,4 +92,5 @@ document.writeln(" </div>"); ...@@ -93,4 +92,5 @@ document.writeln(" </div>");
93 document.writeln("</html>"); 92 document.writeln("</html>");
94 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/layui/layui.js\'></script>"); 93 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/layui/layui.js\'></script>");
95 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/login.js\'></script>"); 94 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/login.js\'></script>");
95 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/header.js\'></script>");
96 document.writeln("<script src=\'https://at.alicdn.com/t/font_2174584_1j8kvwarwge.js\'></script>"); 96 document.writeln("<script src=\'https://at.alicdn.com/t/font_2174584_1j8kvwarwge.js\'></script>");
......