移动端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

104 рядки
2.8 KiB

  1. <template>
  2. <div class="home_wrapper">
  3. <header-nav :currentNav="1" :headings="headingsTitle"></header-nav>
  4. <div class="article_main">
  5. <div class="title">国新办解读中央一号文件:乡村振兴求好不求快</div>
  6. <div class="info_wrap">
  7. <div class="publisher">阳光村务公开平台</div>
  8. <div class="time">2022-02-25 09:00</div>
  9. </div>
  10. </div>
  11. <div class="particulars_main">
  12. <p><img src="@/assets/images/sunVillage/3.jpg" /></p>
  13. <p>
  14. 2月22日,阿松大了看啥看三菱电机阿斯兰的阿阿莱克斯大家阿拉山口大家阿斯兰的骄傲
  15. 埃里克森加大了圣诞节阿拉山口道路喀什觉得拉克丝奥斯陆扩大急啊离开圣诞节奥斯陆扩大爱丽丝大家爱丽丝大家
  16. </p>
  17. <p>
  18. 卢卡斯的急啊离开圣诞节阿斯兰的阿萨卢卡斯的骄傲啦卢卡斯的就按设按时打算科技大厦了的骄傲睡了多久啊是阿斯利康大家ask的埃里克森的奥斯陆扩大爱山东
  19. </p>
  20. <p>
  21. 卢卡斯的急啊离开圣诞节阿斯兰的阿萨卢卡斯的骄傲啦卢卡斯的就按设按时打算科技大厦了的骄傲睡了多久啊是阿斯利康大家ask的埃里克森的奥斯陆扩大爱山东
  22. </p>
  23. </div>
  24. <div class="particulars_download">
  25. <div class="title">附件下载:</div>
  26. <div class="main">
  27. <ul>
  28. <li><<2020一季度村务财务报表>>.xlsx</li>
  29. </ul>
  30. </div>
  31. </div>
  32. </div>
  33. </template>
  34. <style scoped lang="scss">
  35. .home_wrapper {
  36. width: 100%;
  37. min-height: 100vh;
  38. background: #fff;
  39. .article_main {
  40. margin: 0 24px;
  41. padding-top: 15px;
  42. .title {
  43. font-size: 28px;
  44. line-height: 45px;
  45. margin-bottom: 6px;
  46. }
  47. .info_wrap {
  48. display: flex;
  49. line-height: 48px;
  50. font-size: 24px;
  51. .publisher {
  52. color: rgb(92, 107, 140);
  53. margin-right: 20px;
  54. }
  55. .time {
  56. color: #999;
  57. }
  58. }
  59. }
  60. .particulars_main {
  61. margin: 24px 24px 0;
  62. font-size: 24px;
  63. padding-bottom: 15px;
  64. img {
  65. max-width: 100%;
  66. }
  67. p {
  68. padding-bottom: 15px;
  69. }
  70. }
  71. .particulars_download {
  72. display: flex;
  73. margin: 0 24px;
  74. padding-bottom: 30px;
  75. font-size: 24px;
  76. .title {
  77. }
  78. .main {
  79. flex: 1;
  80. color: #588be7;
  81. li {
  82. text-decoration: underline;
  83. }
  84. }
  85. }
  86. }
  87. </style>
  88. <script>
  89. import headerNav from "@/components/sunVillage/common/header.vue";
  90. export default {
  91. name: "sunVillageInjointDetails",
  92. components: { headerNav },
  93. data() {
  94. return {
  95. headingsTitle: "财务公开",
  96. };
  97. },
  98. mounted() {},
  99. methods: {},
  100. };
  101. </script>