ms_wenZhang.vue 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. <template>
  2. <view>
  3. <u-navbar :autoBack="true" title="民俗宗教" bgColor="rgba(255,255,255,0)" :placeholder="true" titleStyle="font-weight:bold;color:#121212"></u-navbar>
  4. <view class="text-group_17">
  5. <text lines="1" class="text_2">闽南人,拜拜成风,佛教、道教自然不缺,民间信仰才是主流。</text>
  6. <text lines="1" decode="true" class="text_13">2023.09.01&nbsp;12:00:10</text>
  7. </view>
  8. <view class="block_3">
  9. <view class="text_3">
  10. <text class="text_10">
  11. 说到民间信仰,闽南可谓丰富多彩,以种类和数量论,闽南都可以称得上是全国各民系中的佼佼者,闽南人常将信仰活动称为“拜拜”,也就是祭拜、祭祀之意,而其拜拜的对象来源广泛,从中国历史上的真实人物、传说神灵到地方名士、乡野术士和生灵,无所不包。
  12. </text>
  13. </view>
  14. <view class="box_3">
  15. <image style="width: 100%; height: 100%" src="https://img0.baidu.com/it/u=1541281845,960690765&fm=253&fmt=auto&app=138&f=JPEG?w=758&h=500"></image>
  16. </view>
  17. <view class="text-wrapper_1">
  18. <text class="paragraph_1">一、水神、海神</text>
  19. <p class="paragraph_2">闽南近海,大多以海为田,以海为生,在与海交往的几千年里,闽南人最乐于将海神作为自己营生的保护神。</p>
  20. <p class="paragraph_6">
  21. 闽南的水神、海神大概有四种:一为全国各地普遍存在的海龙王;二为闽南土生土长的海神妈祖;三为主管水的玄天上帝;四为较罕见的水仙尊王。水仙尊王并非独一角色。
  22. 有不同,常见者如西楚霸王项羽(乌江自刎)、屈原(汨罗江投江)、伍子胥(沉尸河底)、李白(醉酒溺亡)、王勃(渡江溺亡)、大禹(治水)等。
  23. </p>
  24. </view>
  25. <view class="box_35">
  26. <view class="ms_dianzan">
  27. <view class="box_r">
  28. <uni-icons type="star-filled" color="#4e7198" size="20"></uni-icons>
  29. <text>1.5w</text>
  30. </view>
  31. <view class="box_r">
  32. <uni-icons type="heart-filled" color="#ca5642" size="20"></uni-icons>
  33. <text>1.5w</text>
  34. </view>
  35. <view class="box_r">
  36. <uni-icons type="redo" size="20"></uni-icons>
  37. <text lines="1" class="text-group_1">分享</text>
  38. </view>
  39. </view>
  40. </view>
  41. <text lines="1" class="text_5">相关推荐</text>
  42. <view class="sh_xs">
  43. <view class="sh_xs_item" v-for="item in shXiShuList" :key="item">
  44. <view @click="detailsBtn" class="" style="width: 325rpx; height: 180rpx; border-radius: 10rpx">
  45. <image style="width: 100%; height: 100%" :src="item.img"></image>
  46. </view>
  47. <view class="">{{ item.title }}</view>
  48. <view class="ms_dianzan">
  49. <view class="">
  50. <uni-icons type="star-filled" color="#4e7198" size="20"></uni-icons>
  51. <text>1.5w</text>
  52. </view>
  53. <view class="">
  54. <uni-icons type="heart-filled" color="#ca5642" size="20"></uni-icons>
  55. <text>1.5w</text>
  56. </view>
  57. </view>
  58. </view>
  59. </view>
  60. </view>
  61. </view>
  62. </template>
  63. <script>
  64. export default {
  65. data() {
  66. return {
  67. shXiShuList: [
  68. {
  69. img: 'https://www.chinanews.com/tp/hd2011/2013/03-11/U508P4T426D182733F16470DT20130311112416.jpg',
  70. title: '闽南民俗浔浦天香日'
  71. },
  72. {
  73. img: 'https://inews.gtimg.com/newsapp_bt/0/11032609926/1000',
  74. title: '闽南冬至丸'
  75. },
  76. {
  77. img: 'https://img1.baidu.com/it/u=1711973128,1321603179&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=333',
  78. title: '闽南习俗拜天公'
  79. },
  80. {
  81. img: 'https://i2.hdslb.com/bfs/archive/24ab948019ae5cc13055113cfcd5321f7c16dc41.jpg',
  82. title: '抬神'
  83. }
  84. ]
  85. };
  86. },
  87. methods: {}
  88. };
  89. </script>
  90. <style>
  91. .ms_dianzan {
  92. display: flex;
  93. justify-content: space-between;
  94. margin-top: 10rpx;
  95. }
  96. .box_r {
  97. margin-right: 15rpx;
  98. }
  99. .sh_xs {
  100. margin: 32rpx;
  101. display: flex;
  102. flex-flow: wrap;
  103. justify-content: space-between;
  104. }
  105. .sh_xs_item {
  106. border-radius: 10rpx;
  107. background: #ffffff;
  108. margin-bottom: 35rpx;
  109. }
  110. .text-group_17 {
  111. width: 668rpx;
  112. height: 163rpx;
  113. display: flex;
  114. flex-direction: column;
  115. justify-content: space-between;
  116. margin: 0 0 0 35rpx;
  117. }
  118. .text_2 {
  119. width: 668rpx;
  120. height: 121rpx;
  121. overflow-wrap: break-word;
  122. color: rgba(49, 37, 32, 1);
  123. font-size: 48rpx;
  124. font-family: SourceHanSansCN-Bold;
  125. font-weight: 700;
  126. line-height: 72rpx;
  127. }
  128. .text_13 {
  129. width: 214rpx;
  130. height: 18rpx;
  131. overflow-wrap: break-word;
  132. color: rgba(153, 153, 153, 1);
  133. font-size: 24rpx;
  134. font-family: SourceHanSansCN-Regular;
  135. font-weight: normal;
  136. white-space: nowrap;
  137. line-height: 72rpx;
  138. margin-top: 80rpx;
  139. }
  140. .block_3 {
  141. background-color: rgba(255, 255, 255, 1);
  142. width: 749rpx;
  143. margin-top: 100rpx;
  144. display: flex;
  145. flex-direction: column;
  146. }
  147. .text_3 {
  148. width: 685rpx;
  149. height: 270rpx;
  150. text-indent: 2rem;
  151. font-size: 0rpx;
  152. overflow: scroll;
  153. line-height: 48rpx;
  154. margin: 38rpx 0 0 42rpx;
  155. }
  156. .text_10 {
  157. width: 685rpx;
  158. height: 270rpx;
  159. /* overflow-wrap: break-word; */
  160. color: rgba(49, 37, 32, 1);
  161. font-size: 30rpx;
  162. line-height: 48rpx;
  163. }
  164. .box_3 {
  165. background-color: rgba(232, 242, 217, 1);
  166. height: 422rpx;
  167. margin-top: 46rpx;
  168. display: flex;
  169. flex-direction: column;
  170. width: 750rpx;
  171. }
  172. .box_4 {
  173. background-color: rgba(0, 0, 0, 0.15);
  174. width: 750rpx;
  175. height: 422rpx;
  176. display: flex;
  177. flex-direction: column;
  178. }
  179. .text-wrapper_1 {
  180. width: 684rpx;
  181. height: 378rpx;
  182. overflow-wrap: break-word;
  183. font-size: 0rpx;
  184. font-family: SourceHanSansCN-Bold;
  185. font-weight: 700;
  186. text-align: justifyLeft;
  187. line-height: 48rpx;
  188. margin: 42rpx 0 32rpx 42rpx;
  189. }
  190. .paragraph_1 {
  191. width: 684rpx;
  192. overflow-wrap: break-word;
  193. color: rgba(49, 37, 32, 1);
  194. font-size: 30rpx;
  195. font-family: SourceHanSansCN-Bold;
  196. font-weight: 700;
  197. text-align: left;
  198. line-height: 48rpx;
  199. }
  200. .paragraph_2 {
  201. width: 684rpx;
  202. margin-bottom: 10rpx;
  203. text-indent: 2rem;
  204. overflow-wrap: break-word;
  205. color: rgba(49, 37, 32, 1);
  206. font-size: 30rpx;
  207. font-family: SourceHanSansCN-Regular;
  208. font-weight: normal;
  209. line-height: 48rpx;
  210. }
  211. .paragraph_5 {
  212. width: 684rpx;
  213. height: 378rpx;
  214. overflow-wrap: break-word;
  215. color: rgba(49, 37, 32, 1);
  216. font-size: 30rpx;
  217. font-family: SourceHanSansCN-Regular;
  218. font-weight: normal;
  219. line-height: 14rpx;
  220. }
  221. .paragraph_6 {
  222. width: 684rpx;
  223. text-indent: 2rem;
  224. overflow-wrap: break-word;
  225. color: rgba(49, 37, 32, 1);
  226. font-size: 30rpx;
  227. font-family: SourceHanSansCN-Regular;
  228. font-weight: normal;
  229. line-height: 48rpx;
  230. }
  231. .text_5 {
  232. width: 111rpx;
  233. height: 28rpx;
  234. overflow-wrap: break-word;
  235. color: rgba(49, 37, 32, 1);
  236. font-size: 28rpx;
  237. font-weight: 700;
  238. margin-bottom: 20rpx;
  239. white-space: nowrap;
  240. line-height: 28rpx;
  241. margin: 50rpx 0 0 48rpx;
  242. }
  243. .box_35 {
  244. height: 32rpx;
  245. flex-direction: row;
  246. display: flex;
  247. margin: 150rpx 0 32rpx 380rpx;
  248. }
  249. </style>