You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ListContentIndex.cshtml 1.7 KiB

4 years ago
4 years ago
4 years ago
4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. 
  2. @{
  3. ViewBag.Title = "ListContentIndex";
  4. Layout = "~/Views/Shared/_Form.cshtml";
  5. }
  6. <link rel="stylesheet" type="text/css" href="~/Content/news/css/common.css">
  7. <link rel="stylesheet" type="text/css" href="~/Content/news/css/style.css">
  8. <script src="~/Content/news/js/easing.js"></script>
  9. <script src="~/Content/news/js/main.js"></script>
  10. <style>
  11. body {
  12. background-color: #ffffff !important
  13. }
  14. </style>
  15. <!-- / warpper -->
  16. <div class="warpper" style="margin-top: 50px;">
  17. <!-- / list_sec1 -->
  18. <div class="list_sec list_sec1">
  19. <div class="index_box">
  20. <div class="listDotT" id="F_FullHead"></div>
  21. <div class="listDotTime">
  22. <span>发布时间:<span id="F_CreateDate"></span></span>
  23. <span>发布:<span id="F_CreateUserName"></span></span>
  24. <span>公告类别:<span id="F_Category"></span></span>
  25. </div>
  26. @*<div class="listDotBox" id="F_NewsContent">
  27. </div>*@
  28. <iframe id="newscontentframe"scrolling="auto" frameborder="0" width="100%" height="400px"></iframe>
  29. <div id="F_NewsImage"></div>
  30. </div>
  31. </div>
  32. <div class="list_sec2s list_sec">
  33. <div class="index_box">
  34. <!-- <div class="listSec2sTitle">已读人员</div> -->
  35. <div class="inSec1T"><span>已读人员</span></div>
  36. <ul class="listSec2sList" id="readlist">
  37. @*<li>
  38. <span class="listSec2sT">一个的</span>
  39. <span class="listSec2sTime">2018-09-02</span>
  40. </li>*@
  41. </ul>
  42. </div>
  43. </div>
  44. <!-- / list_sec1 -->
  45. </div>
  46. <!-- / warpper -->
  47. @Html.AppendJsFile("/Views/Utility/ListContentIndex.js")