news.html 1003 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{$news.post_title}</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  8. <meta content="telephone=no" name="format-detection" />
  9. <!-- Set render engine for 360 browser -->
  10. <meta name="renderer" content="webkit">
  11. <!-- No Baidu Siteapp-->
  12. <meta http-equiv="Cache-Control" content="no-siteapp"/>
  13. <link href="__STATIC__/appapi/css/page.css" rel="stylesheet">
  14. <if condition="$id eq 165">
  15. <style>
  16. body{
  17. background:#FFF;
  18. color:#000;
  19. }
  20. p{
  21. color: #000;
  22. }
  23. .news_content .news_bd{
  24. margin:0;
  25. }
  26. </style>
  27. <else/>
  28. <style>
  29. body{
  30. background:#110D24;
  31. color:#FFF;
  32. }
  33. p{
  34. color: #FFF;
  35. }
  36. .news_content .news_bd{
  37. margin:0;
  38. }
  39. </style>
  40. </if>
  41. </head>
  42. <body class="body-white">
  43. <div class="container tc-main">
  44. <div class="page_content">
  45. {$news.post_content}
  46. </div>
  47. </div>
  48. <!-- /container -->
  49. </body>
  50. </html>