0a35bd32 by 任超

style:相应政策

1 parent 4892a873
1 $(function () { 1 $(function () {
2 newsDetail() 2 // newsDetail()
3 }) 3 })
4 4
5 layui.use('element', function () { 5 layui.use('element', function () {
......
1 $(function () { 1 $(function () {
2 newsDetail() 2 // newsDetail()
3 }) 3 })
4 4
5 layui.use('element', function () { 5 layui.use('element', function () {
......
1 <!DOCTYPE html 1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head> 4 <head>
6 <style> 5 <style>
7 </style> 6 </style>
...@@ -43,5 +42,4 @@ ...@@ -43,5 +42,4 @@
43 <script type="text/javascript" src="../staticJs/common.js"></script> 42 <script type="text/javascript" src="../staticJs/common.js"></script>
44 <script type="text/javascript" src="../staticJs/down.js"></script> 43 <script type="text/javascript" src="../staticJs/down.js"></script>
45 <script type="text/javascript" src="../staticJs/flfg.js"></script> 44 <script type="text/javascript" src="../staticJs/flfg.js"></script>
46
47 </html> 45 </html>
...\ No newline at end of file ...\ No newline at end of file
......