index2.vue 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736
  1. <template>
  2. <view class="box">
  3. <view class="time">
  4. <view class="">
  5. {{ today }}
  6. </view>
  7. <view style="margin-left: 2%">
  8. {{ currentTime }}
  9. </view>
  10. </view>
  11. <view class="img_logo2"></view>
  12. <view class="img_logo"><image style="margin-left: -55%; width: 38%;height: 100%;" src="/static/img/mn_logo1.png"></view>
  13. <!-- Tab选项 -->
  14. <view class="top_tab">
  15. <view class="box_tab">
  16. <view @click="indexBtn" class="tab_item">首页</view>
  17. <view @click="tabBtn(index)" class="tab_item" v-for="(item, index) in listTab" :key="item.title" :class="{ active: tabIdex == index }">
  18. {{ item.title }}
  19. </view>
  20. </view>
  21. </view>
  22. <!-- 闽南精神 -->
  23. <view class="js_box" v-show="tabIdex == 0">
  24. <view class="js_b" style="margin-left: 1%;">
  25. <!-- <view class="js_tit">闽南精神</view> -->
  26. <commonItems :titList="titList" :projectList="projectList"></commonItems>
  27. </view>
  28. <view class="qiehuan">
  29. <view class="qh_btn" @click="leftBtn">
  30. <image class="img" src="../../static/img/left.png"></image>
  31. </view>
  32. <view class="qh_btn" @click="rightBtn">
  33. <image class="img" src="../../static/img/right.png"></image>
  34. </view>
  35. </view>
  36. <view class="aaaaaaaaaa"></view>
  37. </view>
  38. <!-- 厝边舞台 -->
  39. <view v-show="tabIdex == 1" class="cb_box" style="width: 100%; height: 101%">
  40. <view class="cb_box2">
  41. <view class="wt_tab">
  42. <view @click="wtTabBtn(index)" v-for="(item, index) in wtListTab" :key="item.title" class="wt_tab_item" :class="{ active2: wtTab == index }">
  43. {{ item.title }}
  44. </view>
  45. </view>
  46. <view class="" style="width: 100%; height: 22%" v-show="wtTab == 0">
  47. <view class="wt_box3">
  48. <view @click="wenzhangBtn" v-for="item in articleList" :key="item.index" class="wt_item">
  49. <view class="wt_img_box">
  50. <image class="img" :src="item.img"></image>
  51. </view>
  52. <view class="wt_tit">{{ item.title }}</view>
  53. </view>
  54. </view>
  55. </view>
  56. <view style="width: 100%; height: 100%" v-show="wtTab == 1">
  57. <view class="wt_box">
  58. <view @click="albumBtn(index)" v-for="(item, index) in albumList" :key="item.id" class="wt_xc">
  59. <view class="" style="width: 100%; height: 100%; display: flex; padding-top: 6%; padding-left: 8%">
  60. <image :src="item.image" style="margin-left: 1%; border-radius: 3rpx; width: 75%; height: 100%"></image>
  61. </view>
  62. <view class="xcmc">{{ item.title }}</view>
  63. </view>
  64. </view>
  65. </view>
  66. <view class="" v-show="wtTab == 2" style="width: 100%; height: 60%">
  67. <view class="wt_box4">
  68. <view @click="vidoBtn" v-for="item in 12" :key="item.item" class="wt_item2">
  69. <view class="sp_img_box">
  70. <image class="img" style="border-radius: 3rpx" src="/static/img/image5.png"></image>
  71. </view>
  72. <view class="wt_paly"><image class="img" style="border-radius: 20rpx" src="/static/img/play.png"></image></view>
  73. </view>
  74. </view>
  75. </view>
  76. </view>
  77. <!-- <view class="qiehuan5">
  78. <view class="qh_btn">
  79. <image class="img" src="/static/img/left.png"></image>
  80. </view>
  81. <view class="qh_btn">
  82. <image class="img" src="/static/img/right.png"></image>
  83. </view>
  84. </view> -->
  85. <view class="aaaaaaaaaa" style="height: 35%"></view>
  86. </view>
  87. <!-- 厝边舞台 -->
  88. <!--建筑文化 -->
  89. <view class="jz_box" v-if="tabIdex == 2">
  90. <view class="" style="display: flex; justify-content: space-around; width: 95%; height: 98%; margin: auto; margin-top: 12%">
  91. <view class="jz_jj">
  92. <view class="jj_top">
  93. <view style="font-size: 14px; margin-bottom: 1%">闽南建筑文化简介</view>
  94. <view class="animate-box">
  95. <view class="animate">
  96. 闽南建筑风格独特。闽南建筑风格以红墙、红瓦、燕尾脊为特征,给人以鲜明、热烈的视觉感受。建筑中大量使用装饰性构件,如砖雕、石雕、木雕等,这些雕刻工艺精湛,图案丰富,具有很高的艺术价值。同时,建筑内部的布局和装饰也充满了闽南文化的特色,如“出砖入石”的墙体、精细的石雕和木雕、富有地方特色的彩绘等。
  97. 闽南建筑融合了多元文化。闽南地区历史上是中原移民的重要聚居地,同时又与东南亚地区交往密切,因此闽南建筑文化中融合了中原文化、东南亚文化等多元文化因素。例如,闽南建筑的屋顶形式、装饰风格等受到中原文化的影响;而建筑中的雕刻艺术、建筑材料等则体现了东南亚文化的特色。这种多元文化的融合使得闽南建筑具有更加丰富的文化内涵
  98. 通过了解这些闽南建筑文物的特点,人们能够更好地认识和了解闽南文化。同时,这些文物也是传承和弘扬闽南文化的重要载体。在今天的社会中,随着城市化进程的加速和传统文化的逐渐消失,保护和传承这些宝贵的文化遗产显得尤为重要。
  99. </view>
  100. </view>
  101. <!-- 饼图 -->
  102. <view class="" style="width: 100%; height: 100%; margin-top: 4%; display: flex; justify-content: space-around">
  103. <view class="charts-box">
  104. <qiun-data-charts :tooltipShow="false" type="pie" :opts="opts" :chartData="chartData" />
  105. <view class="csbt" style="">厦门</view>
  106. </view>
  107. <view class="charts-box">
  108. <qiun-data-charts :tooltipShow="false" type="pie" :opts="opts2" :chartData="chartData2" />
  109. <view class="csbt" style="">漳州</view>
  110. </view>
  111. <view class="charts-box">
  112. <qiun-data-charts :tooltipShow="false" type="pie" :opts="opts3" :chartData="chartData3" />
  113. <view class="csbt" style="">泉州</view>
  114. </view>
  115. </view>
  116. </view>
  117. <!-- 底部 -->
  118. <view class="jj_btm">
  119. <!-- 可能资源加载过多导致闪退 -->
  120. <scroll-view scroll-x="true" style="width: 100%; height: 100%; display: flex; white-space: nowrap">
  121. <view class="container" @click="tabulationBtn(index)" v-for="(item, index) in imgList" :key="item.index">
  122. <view class="mn_box">
  123. <image style="width: 100%; height: 100%" :lazy-load="true" :src="item.image"></image>
  124. </view>
  125. <text class="mn_text">{{ item.title }}</text>
  126. </view>
  127. </scroll-view>
  128. </view>
  129. </view>
  130. <view class="" style="width: 40%; height: 80%">
  131. <view class="sw_box">
  132. <u-swiper
  133. :list="swiperList"
  134. imgMode="aspectFill"
  135. height="100%"
  136. :indicator="true"
  137. :autoplay="true"
  138. :circular="true"
  139. indicatorStyle="bottom: 10px"
  140. indicatorMode="dot"
  141. indicatorActiveColor="#8e6c4f"
  142. indicatorInactiveColor="rgba(255, 255, 255, 0.35)"
  143. ></u-swiper>
  144. </view>
  145. <!-- 地图 -->
  146. <view class="global" @click="mapBtn">
  147. <image style="border-radius: 5px;width: 100%;height: 130%;" src="https://huli-app.wenlvti.net/app_static/minnanhun/image/map3.jpg"></image>
  148. </view>
  149. </view>
  150. </view>
  151. </view>
  152. <!-- 文保学院 -->
  153. <view class="wb_box" v-show="tabIdex == 3">
  154. <view class="wb_box_2">
  155. <view class="wbxy_tab">
  156. <view @click="wbxyTabBtn(index)" v-for="(item, index) in wbxyTab" :key="item.title" class="mny_tab_item2" :class="{ active2: wbxyIndex == index }">
  157. {{ item.title }}
  158. </view>
  159. </view>
  160. <view class="" style="width: 100%; height: 85%" v-show="wbxyIndex == 1">
  161. <view class="mny_box3">
  162. <view v-for="item in keCheng" :key="item.index" class="mny_box_item">
  163. <view class="mny_img_box">
  164. <image :src="item.img" class="img"></image>
  165. </view>
  166. <view class="kc_img_tit">免费课程</view>
  167. </view>
  168. </view>
  169. <view class="wbxy_btm">
  170. <view class="jz_box_tab2">
  171. <view @click="wbxyBtm(index)" class="btm_tab2" v-for="(item, index) in wbxyfenLei" :key="item.index" :class="{ active2: wbxyFeiLei == index }">
  172. {{ item.title }}
  173. </view>
  174. </view>
  175. </view>
  176. </view>
  177. <view class="" style="width: 100%; height: 65%" v-show="wbxyIndex == 0">
  178. <view class="wbxy_item" style="">
  179. <view class="mjtj_box" @click="mjxqBtn(index)" v-for="(item,index) in mjtj" :key="item.id">
  180. <view class="mz">{{ item.title }}</view>
  181. <view class="zj_img">
  182. <image class="img" :src="item.image"></image>
  183. </view>
  184. </view>
  185. </view>
  186. </view>
  187. </view>
  188. <!-- <view class="qiehuan6">
  189. <view class="qh_btn">
  190. <image class="img" src="/static/img/left.png"></image>
  191. </view>
  192. <view class="qh_btn">
  193. <image class="img" src="/static/img/right.png"></image>
  194. </view>
  195. </view> -->
  196. <!-- <view class="aaaaaaaaaa"></view> -->
  197. </view>
  198. <!-- 文保学院 -->
  199. <!-- 非遗传承 -->
  200. <view class="fy_box" v-show="tabIdex == 4">
  201. <view class="fy_banner">
  202. <view class="fy_tit">非遗传承</view>
  203. <view class="fy_txt">以“闽南人”与“闽南建筑文化”为纽带构建三种精神:闽南精神、闽台精神、海丝精神体现闽南“魂”</view>
  204. <view class="fy_btm">
  205. <view @click="fyXiangQing(index)" v-for="(item, index) in fyList" :key="item.title" class="fy_item">
  206. <view class="fy_img">
  207. <image :src="item.img" class="img" />
  208. </view>
  209. <view class="fy_xm">{{ item.title }}</view>
  210. </view>
  211. </view>
  212. </view>
  213. <!-- <view class="aaaaaaaaaa"></view> -->
  214. </view>
  215. <!-- 非遗传承end -->
  216. <!--民俗宗教 -->
  217. <view class="ms_box" v-if="tabIdex == 5">
  218. <view class="js_b">
  219. <!-- <view class="js_tit">礼仪习俗</view> -->
  220. <commonItems :projectList="projectList"></commonItems>
  221. </view>
  222. <!-- <view class="qiehuan2">
  223. <view class="qh_btn">
  224. <image class="img" src="/static/img/left.png"></image>
  225. </view>
  226. <view class="qh_btn">
  227. <image class="img" src="/static/img/right.png"></image>
  228. </view>
  229. </view> -->
  230. <view class="aaaaaaaaaa"></view>
  231. </view>
  232. <!--民俗宗教 -->
  233. <!-- 闽南语 -->
  234. <view v-show="tabIdex == 6" style="width: 100%; height: 67%;">
  235. <view class="mny_box">
  236. <view class="mny_tab">
  237. <view @click="mnyTabBtn(index)" v-for="(item, index) in mnyListTab" :key="item.id" class="mny_tab_item" :class="{ active2: mnyTab == index }">
  238. {{ item.name }}
  239. </view>
  240. </view>
  241. <view class="mny_box2">
  242. <view @click="nurseryBtn(index)" v-for="(item, index) in tongYaoList" :key="item.id" class="mny_box_item">
  243. <view class="mny_img_box">
  244. <image :src="item.image" class="img"></image>
  245. </view>
  246. <view class="mny_img_tit">{{ item.title }}</view>
  247. </view>
  248. </view>
  249. </view>
  250. <view class="qiehuan4">
  251. <view class="qh_btn2" @click="mnPaging2">
  252. <image class="img" src="/static/img/left.png"></image>
  253. </view>
  254. <view class="qh_btn2" @click="mnPaging">
  255. <image class="img" src="/static/img/right.png"></image>
  256. </view>
  257. </view>
  258. <view class="bbbbbbbb"></view>
  259. </view>
  260. <!-- 闽南语 -->
  261. <!-- 村史文化 -->
  262. <view v-show="tabIdex == 7" class="cs_box">
  263. <view class="cs_left">
  264. <view class="cs_logo">
  265. <image class="img" src="/static/img/cswh.png"></image>
  266. </view>
  267. <view class="cs_txt">
  268. 保护历史记忆和文化遗产:村更馆作为一个专门 收藏、保存和展示村庄历史、文化和传统的场所,具 有重要的保护历史记忆和文化遗产的意义。它收集、
  269. 整理和展示各种文物、文献、照片、音频和视频等材 料,记录和展示村庄的历史、风土人情和重要事件, 使这些珍贵的文化资源得以保存,并传承给后代.
  270. </view>
  271. </view>
  272. <view class="cs_right">
  273. <view class="right_top">
  274. <image class="top_img" src="../../static/img/wz1.png"></image>
  275. <view class="pos"></view>
  276. <view class="cs_tj">村史推荐</view>
  277. </view>
  278. <view class="right_btm">
  279. <image class="btm_img" src="../../static/img/wz1.png"></image>
  280. <view class="pos2"></view>
  281. <view class="cs_tj2">村史资讯</view>
  282. </view>
  283. </view>
  284. </view>
  285. <!-- 村史文化 -->
  286. </view>
  287. </template>
  288. <script>
  289. let that;
  290. export default {
  291. data() {
  292. return {
  293. music: false,
  294. page: 1,
  295. pageSize: 4,
  296. size:4,
  297. geQuId: 22,
  298. main_body_id: '',
  299. currentTime: '',
  300. today: '',
  301. wbxyIndex: 0,
  302. tabIdex: null,
  303. btmtab: 0,
  304. mnyTab: 0,
  305. wbxyFeiLei: 0,
  306. wtTab: 0,
  307. listTab: [
  308. {
  309. title: '闽南精神'
  310. },
  311. {
  312. title: '厝边舞台'
  313. },
  314. {
  315. title: '建筑文化'
  316. },
  317. {
  318. title: '文保学院'
  319. },
  320. {
  321. title: '非遗传承'
  322. },
  323. {
  324. title: '民俗宗教'
  325. },
  326. {
  327. title: '闽南语'
  328. },
  329. {
  330. title: '村史文化'
  331. }
  332. ],
  333. wbxyTab: [
  334. {
  335. title: '名家推荐'
  336. },
  337. {
  338. title: '课程'
  339. }
  340. ],
  341. wbxyfenLei: [
  342. {
  343. title: '分类1'
  344. },
  345. {
  346. title: '分类2'
  347. },
  348. {
  349. title: '分类3'
  350. }
  351. ],
  352. fyList: [
  353. {
  354. img: 'https://huli-app.wenlvti.net/app_static/minnanhun/image/fy_1.png',
  355. title: '非遗项目',
  356. path: '/pages/index2/fY_xiangQing/fY_xiangQing'
  357. },
  358. {
  359. img: 'https://huli-app.wenlvti.net/app_static/minnanhun/image/fy_2.png',
  360. title: '传承人',
  361. path: '/pages/index2/fY_xiangQing/chuanChenRen'
  362. },
  363. {
  364. img: 'https://huli-app.wenlvti.net/app_static/minnanhun/image/fy_3.png',
  365. title: '非遗产品',
  366. path: '/pages/index2/fY_xiangQing/chanPin'
  367. },
  368. {
  369. img: 'https://huli-app.wenlvti.net/app_static/minnanhun/image/fy_4.png',
  370. title: '非遗活动'
  371. }
  372. ],
  373. mnyListTab: [],
  374. wtListTab: [
  375. {
  376. title: '文章'
  377. },
  378. {
  379. title: '相册'
  380. },
  381. {
  382. title: '视频'
  383. }
  384. ],
  385. albumList: [] /* 相册 */,
  386. articleList: [
  387. {
  388. img: '/static/img/wz1.png',
  389. title: '200多座百年建筑化身舞台 沉浸式戏剧演出'
  390. },
  391. {
  392. img: '/static/img/wz2.png',
  393. title: '200数千厝边共赏本土文化盛宴 '
  394. },
  395. {
  396. img: '/static/img/wz3.png',
  397. title: '闽南神韵'
  398. },
  399. {
  400. img: '/static/img/wz4.png',
  401. title: '百姓大舞台'
  402. }
  403. ] /* 文章 */,
  404. projectList: [],
  405. titList: [],
  406. tongYaoList: [],
  407. jianZhuList: [],
  408. buildList: [],
  409. keCheng: [
  410. {
  411. img: '/static/img/kc1.png'
  412. },
  413. {
  414. img: '/static/img/kc2.png'
  415. },
  416. {
  417. img: '/static/img/kc3.png'
  418. },
  419. {
  420. img: '/static/img/kc4.png'
  421. }
  422. ],
  423. imgList:[
  424. ],
  425. swiperList: [
  426. 'https://huli-app.wenlvti.net/app_static/minnanhun/image/tv4.jpg',
  427. 'https://huli-app.wenlvti.net/app_static/minnanhun/image/tv5.jpg',
  428. 'https://huli-app.wenlvti.net/app_static/minnanhun/image/tv6.jpg',
  429. 'https://huli-app.wenlvti.net/app_static/minnanhun/image/tv7.jpg',
  430. 'https://huli-app.wenlvti.net/app_static/minnanhun/image/tv8.jpg',
  431. 'https://huli-app.wenlvti.net/app_static/minnanhun/image/wc.jpg'
  432. ],
  433. chartData: {
  434. series: [
  435. {
  436. data: [
  437. { name: '国家级', value: 48 },
  438. { name: '省级', value: 57 },
  439. { name: '市级', value: 88 },
  440. { name: '县级', value: 35 },
  441. { name: '区级', value: 54 },
  442. // { name: '未定级', value: 1743 }
  443. ]
  444. }
  445. ]
  446. },
  447. opts: {
  448. color: ['#e9a08b', '#b65447','#dd7f66', '#dd924c', '#eec976', '#93b494'],
  449. padding: [0, 0, 0, 0],
  450. enableScroll: false,
  451. fontSize: 8, // 字体大小
  452. fontColor: '#b65447',
  453. legend: {
  454. show: true,
  455. position: 'bottom', //图例相对画布的显示位置,可选值:'bottom','top','left','right'
  456. float: 'center',
  457. fontSize: 8, // 字体大小
  458. fontColor: '#b65447',
  459. backgroundColor: 'rgba(0,0,0,0)', // 图例背景颜色
  460. borderColor: 'rgba(0,0,0,0)', // 图例边框颜色
  461. borderWidth: 0, // 图例边框线宽
  462. hiddenColor: '#CECECE', // 点击隐藏时图例标识及文字颜色
  463. itemGap: 5, // 各个分类(类别)之间的间隔
  464. lineHeight: 12
  465. },
  466. extra: {
  467. pie: {
  468. activeOpacity: 0.5,
  469. activeRadius: 10,
  470. offsetAngle: 0,
  471. labelWidth: 2,
  472. border: false,
  473. borderWidth: 3,
  474. borderColor: '#FFFFFF'
  475. }
  476. }
  477. },
  478. // 漳州图
  479. chartData2: {
  480. series: [
  481. {
  482. data: [
  483. { name: '国家级', value: 26 },
  484. { name: '省级', value: 151 },
  485. { name: '市区县级', value: 959 }
  486. ]
  487. }
  488. ]
  489. },
  490. opts2: {
  491. color: ['#e9a08b', '#b65447','#dd7f66', '#dd924c', '#eec976', '#93b494'],
  492. padding: [0, 0, 0, 0],
  493. enableScroll: false,
  494. fontSize: 8, // 字体大小
  495. fontColor: '#b65447',
  496. legend: {
  497. show: true,
  498. fontSize: 8, // 字体大小
  499. fontColor: '#b65447',
  500. backgroundColor: 'rgba(0,0,0,0)', // 图例背景颜色
  501. borderColor: 'rgba(0,0,0,0)', // 图例边框颜色
  502. borderWidth: 0, // 图例边框线宽
  503. hiddenColor: '#CECECE', // 点击隐藏时图例标识及文字颜色
  504. itemGap: 5, // 各个分类(类别)之间的间隔
  505. lineHeight: 12
  506. },
  507. extra: {
  508. pie: {
  509. activeOpacity: 0.5,
  510. activeRadius: 10,
  511. offsetAngle: 0,
  512. labelWidth: 2,
  513. border: false,
  514. borderWidth: 3,
  515. borderColor: '#FFFFFF'
  516. }
  517. }
  518. },
  519. // 泉州图
  520. chartData3: {
  521. series: [
  522. {
  523. data: [
  524. { name: '国家级', value: 44 },
  525. { name: '省级', value: 104 },
  526. { name: '市区县级', value: 793 }
  527. ]
  528. }
  529. ]
  530. },
  531. opts3: {
  532. color: ['#e9a08b', '#b65447','#dd7f66', '#dd924c', '#eec976', '#93b494'],
  533. padding: [0, 0, 0, 0],
  534. enableScroll: false,
  535. fontSize: 8, // 字体大小
  536. fontColor: '#b65447',
  537. legend: {
  538. show: true,
  539. fontSize: 8, // 字体大小
  540. fontColor: '#b65447',
  541. backgroundColor: 'rgba(0,0,0,0)', // 图例背景颜色
  542. borderColor: 'rgba(0,0,0,0)', // 图例边框颜色
  543. borderWidth: 0, // 图例边框线宽
  544. hiddenColor: '#CECECE', // 点击隐藏时图例标识及文字颜色
  545. itemGap: 5, // 各个分类(类别)之间的间隔
  546. lineHeight: 12
  547. },
  548. extra: {
  549. pie: {
  550. activeOpacity: 0.5,
  551. activeRadius: 10,
  552. offsetAngle: 0,
  553. labelWidth: 2,
  554. border: false,
  555. borderWidth: 3,
  556. borderColor: '#FFFFFF'
  557. }
  558. }
  559. },
  560. mjtj: []
  561. };
  562. },
  563. watch: {
  564. currentTime(newVal, oldVal) {
  565. if (newVal === oldVal) return;
  566. this.currentTime = newVal;
  567. },
  568. today(newVal, oldVal) {
  569. if (newVal === oldVal) return;
  570. this.today = newVal;
  571. }
  572. },
  573. onReady() {
  574. // this.getServerData();
  575. },
  576. mounted() {
  577. this.updateTime();
  578. setInterval(() => {
  579. this.updateTime();
  580. }, 1000);
  581. },
  582. onLoad(o) {
  583. that = this;
  584. this.tabIdex = o.id;
  585. this.main_body_id = this.$db.get('main_body_id');
  586. this.tabBtn(o.id);
  587. },
  588. methods: {
  589. // 顶部导航
  590. tabBtn(id) {
  591. this.btmtab = 0;
  592. this.tabIdex = id;
  593. if (this.tabIdex == 0 || id == 0) {
  594. this.minnanSpirit();
  595. }
  596. if (this.tabIdex == 2 || id == 2) {
  597. // // 建筑文化
  598. this.$api.getContentList(
  599. {
  600. model_id: 1 /* 模型id */,
  601. main_body_id: 5,
  602. page: 1,
  603. pageSize: 12
  604. },
  605. function (res) {
  606. that.imgList=res.data
  607. console.log(res, ' resresres');
  608. }
  609. );
  610. }
  611. if (this.tabIdex == 3 || id == 3) {
  612. this.$api.getMainBodyColumnContentList(
  613. {
  614. model_id: 7 /* 模型id */,
  615. main_body_id: 5
  616. },
  617. function (res) {
  618. that.mjtj = res.data[1].content_list;
  619. // console.log(that.mjtj, '名家推荐');
  620. }
  621. );
  622. }
  623. if (this.tabIdex == 5 || id == 5) {
  624. this.$api.getContentList(
  625. {
  626. model_id: 4 /* 模型id */,
  627. main_body_id: 1,
  628. page: '1',
  629. pageSize: '10'
  630. },
  631. function (res) {
  632. that.projectList = res.data;
  633. // console.log(that.projectList, '民俗宗教');
  634. }
  635. );
  636. }
  637. if (this.tabIdex == 6 || id == 6) {
  638. let i = 0;
  639. this.$api.getMainBodyColumnContentList(
  640. {
  641. model_id: 5 /* 模型id */,
  642. main_body_id: 5,
  643. },
  644. function (res) {
  645. that.mnyListTab = res.data;
  646. that.mnyTabBtn(0);
  647. }
  648. );
  649. }
  650. },
  651. // 闽南精神
  652. minnanSpirit() {
  653. this.$api.getContentList(
  654. {
  655. model_id: 3 /* 模型id */,
  656. main_body_id: 5,
  657. page: this.page,
  658. pageSize: this.pageSize
  659. },
  660. function (res) {
  661. that.projectList = res.data;
  662. // console.log(that.projectList, ' that.that.projectList');
  663. }
  664. );
  665. },
  666. // 非遗详情
  667. fyXiangQing(i) {
  668. uni.navigateTo({
  669. url: this.fyList[i].path
  670. });
  671. },
  672. // 文章详情
  673. wenzhangBtn() {
  674. uni.navigateTo({
  675. url: '/pages/index2/fY_xiangQing/xiangMuXQ'
  676. });
  677. },
  678. // 相册详情
  679. albumBtn(i) {
  680. console.log(this.albumList, 'this.albumList');
  681. uni.navigateTo({
  682. url: '/pages/index2/fY_xiangQing/xiangMuXQ?id=' + this.albumList[i].id
  683. });
  684. },
  685. // 名家详情
  686. mjxqBtn(i){
  687. uni.navigateTo({
  688. url: '/pages/index2/fY_xiangQing/xiangMuXQ?id=' + this.mjtj[i].id
  689. });
  690. },
  691. // 首页
  692. indexBtn() {
  693. uni.navigateTo({
  694. url: '/pages/index/index?music=' + this.music
  695. });
  696. },
  697. // 闽南语分页
  698. mnPaging(){
  699. this.size+=4
  700. this.$api.getMainBodyColumnContentList(
  701. {
  702. model_id: 5 /* 模型id */,
  703. main_body_id: 5,
  704. size:this.size
  705. },
  706. function (res) {
  707. if(that.tongYaoList.length==res.data[that.mnyTab].content_list.length){
  708. uni.showToast({
  709. title: '没有更多了',
  710. icon: 'error'
  711. });
  712. return
  713. }
  714. that.tongYaoList = res.data[that.mnyTab].content_list;
  715. }
  716. );
  717. },
  718. // 闽南语分页
  719. mnPaging2(){
  720. this.size=4
  721. this.$api.getMainBodyColumnContentList(
  722. {
  723. model_id: 5 /* 模型id */,
  724. main_body_id: 5,
  725. size:this.size
  726. },
  727. function (res) {
  728. if(that.tongYaoList.length==res.data[that.mnyTab].content_list.length){
  729. uni.showToast({
  730. title: '没有更多了',
  731. icon: 'error'
  732. });
  733. return
  734. }
  735. that.tongYaoList = res.data[that.mnyTab].content_list;
  736. }
  737. );
  738. },
  739. // 闽南语tab
  740. mnyTabBtn(i) {
  741. this.mnyTab = i;
  742. this.$api.getMainBodyColumnContentList(
  743. {
  744. // id: that.mnyListTab[i].id,
  745. model_id: 5 /* 模型id */,
  746. main_body_id: 5
  747. },
  748. function (res) {
  749. that.tongYaoList = res.data[i].content_list;
  750. }
  751. );
  752. },
  753. // 童谣详情
  754. nurseryBtn(i) {
  755. this.$api.getContentDetails(
  756. {
  757. main_body_id: '5',
  758. id: this.tongYaoList[i].id
  759. },
  760. function (res) {
  761. console.log(res, '音频');
  762. if (res.data.video != null && res.data.content != null) {
  763. uni.navigateTo({
  764. url: '/pages/index2/wenZhangXQ/videoPlay?id=' + res.data.id
  765. });
  766. }
  767. if (res.data.content != null && res.data.video == null) {
  768. uni.navigateTo({
  769. url: '/pages/index2/fY_xiangQing/xiangMuXQ?id=' + res.data.id
  770. });
  771. }
  772. }
  773. );
  774. },
  775. // 厝边舞台
  776. wtTabBtn(i) {
  777. this.wtTab = i;
  778. if (i == 1) {
  779. this.$api.getContentList(
  780. {
  781. model_id: 6 /* 模型id */,
  782. main_body_id: 5,
  783. type: '4',
  784. page: '1',
  785. pageSize: '10'
  786. },
  787. function (res) {
  788. that.albumList = res.data;
  789. console.log(res, '相册');
  790. }
  791. );
  792. }
  793. },
  794. wbxyTabBtn(i) {
  795. this.wbxyIndex = i;
  796. },
  797. wbxyBtm(i) {
  798. this.wbxyFeiLei = i;
  799. },
  800. vidoBtn() {
  801. uni.navigateTo({
  802. url: '/pages/index2/wenZhangXQ/videoPlay'
  803. });
  804. },
  805. leftBtn() {
  806. this.page--;
  807. if (this.page == this.projectList.length - 4) {
  808. uni.showToast({
  809. title: '没有更多了',
  810. icon: 'error'
  811. });
  812. that.page = that.page + 1;
  813. return;
  814. }
  815. this.minnanSpirit();
  816. },
  817. rightBtn() {
  818. this.page++;
  819. this.$api.getContentList(
  820. {
  821. model_id: 3 /* 模型id */,
  822. main_body_id: 5,
  823. page: this.page,
  824. pageSize: this.pageSize
  825. },
  826. function (res) {
  827. if (res.data.length == 0) {
  828. uni.showToast({
  829. title: '没有更多了',
  830. icon: 'error'
  831. });
  832. that.page = that.page - 1;
  833. return;
  834. }
  835. that.projectList = res.data;
  836. }
  837. );
  838. },
  839. mapBtn() {
  840. uni.navigateTo({
  841. url: '/pages/index2/JZ_xiangQing/mapPage'
  842. });
  843. },
  844. // 底部推荐列表
  845. tabulationBtn(i){
  846. uni.navigateTo({
  847. url: '/pages/index2/JZ_xiangQing/mapPage?id='+this.imgList[i].id
  848. });
  849. },
  850. // 图片预览
  851. // clickImg(i) {
  852. // try {
  853. // uni.previewImage({
  854. // urls: this.imgList,
  855. // current: this.imgList[i]
  856. // });
  857. // } catch (error) {
  858. // console.error('预览图片时发生错误:', error);
  859. // // 这里可以添加更友好的错误提示给用户
  860. // that.$common.errorToShow('图片预览失败');
  861. // }
  862. // },
  863. // 获取时间
  864. updateTime() {
  865. const now = new Date();
  866. let hours = now.getHours();
  867. let minutes = now.getMinutes();
  868. minutes = ('0' + minutes).slice(-2);
  869. this.currentTime = hours + ':' + minutes;
  870. let month = now.getMonth() + 1;
  871. let day = now.getDate();
  872. month = ('0' + month).slice(-2);
  873. this.today = month + '月' + day + '日';
  874. }
  875. }
  876. };
  877. </script>
  878. <style>
  879. .aaaaaaaaaa {
  880. position: absolute;
  881. /* z-index: -1; */
  882. bottom: 0;
  883. width: 100%;
  884. height: 45%;
  885. background: linear-gradient(180deg, rgba(240, 235, 222, 0) 0%, rgba(240, 235, 222, 0.5), #f0ebde 70%, #f0ebde 100%);
  886. }
  887. .bbbbbbbb {
  888. position: absolute;
  889. z-index: 1;
  890. bottom: 0;
  891. width: 100%;
  892. height: 30%;
  893. background: linear-gradient(180deg, rgba(240, 235, 222, 0) 0%, rgba(240, 235, 222, 0.5), #f0ebde 70%, #f0ebde 100%);
  894. }
  895. /deep/.amap-mcode {
  896. display: none !important;
  897. }
  898. .active {
  899. color: #ffffff !important;
  900. background-color: #aa734d !important;
  901. border-radius: 50rpx;
  902. }
  903. .active2 {
  904. width: 480rpx;
  905. /* height: 140rpx; */
  906. color: #ffffff !important;
  907. background: #aa734d !important;
  908. }
  909. /deep/.u-swiper-indicator__wrapper__dot--active {
  910. width: 5px !important;
  911. }
  912. /deep/.amap-container {
  913. border-radius: 5px !important;
  914. }
  915. .box {
  916. width: 100%;
  917. height: 100vh;
  918. /* background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/img_mnjs.png') no-repeat center;
  919. background-size: 100% 100%;
  920. background-attachment: fixed; */
  921. margin: 0;
  922. }
  923. .time {
  924. width: 15%;
  925. display: flex;
  926. align-items: center;
  927. position: absolute;
  928. right: 3%;
  929. top: 6%;
  930. color: #ffffff;
  931. letter-spacing: 0.1em;
  932. /* font-size: 52rpx; */
  933. z-index: 100;
  934. }
  935. .img {
  936. width: 100%;
  937. height: 100%;
  938. }
  939. .img_logo {
  940. width: 8%;
  941. height: 6%;
  942. background: url('/static/img/img_logo.png') no-repeat;
  943. background-size: 100% 100%;
  944. margin-left: 9%;
  945. position: relative;
  946. z-index: 100;
  947. top: 5%;
  948. }
  949. .top_tab {
  950. position: absolute;
  951. z-index: 99;
  952. top: 0;
  953. width: 100%;
  954. height: 23%;
  955. background: linear-gradient(360deg, rgba(142, 108, 79, 0) 0%, rgba(142, 108, 79, 0.79) 80%, rgba(142, 108, 79, 0.79) 100%);
  956. }
  957. .box_tab {
  958. position: relative;
  959. top: 60%;
  960. z-index: 999;
  961. width: 87%;
  962. height: 25%;
  963. display: flex;
  964. margin: auto;
  965. /* margin-top: 7%; */
  966. justify-content: space-between;
  967. }
  968. .tab_item {
  969. width: 25%;
  970. text-align: center;
  971. margin-left: 1%;
  972. font-size: 16px;
  973. line-height: 36px;
  974. color: #973b1f;
  975. /* color: #ffffff; */
  976. }
  977. .tab_item2 {
  978. width: 25%;
  979. text-align: center;
  980. margin-left: 1%;
  981. font-size: 15px;
  982. line-height: 30px;
  983. color: #ffffff;
  984. border-radius: 50rpx;
  985. /* background-color: rgba(0, 0, 0, 0.3); */
  986. }
  987. .js_box {
  988. position: relative;
  989. width: 100%;
  990. height: 81%;
  991. background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/img_mnjs2.png') no-repeat center;
  992. background-size: 100% 100%;
  993. background-attachment: fixed;
  994. padding-top: 10%;
  995. margin-top: -3%;
  996. z-index: 1;
  997. overflow: hidden;
  998. }
  999. .js_b {
  1000. width: 100%;
  1001. height: 100%;
  1002. margin-top: 3%;
  1003. }
  1004. .jz_box {
  1005. position: fixed;
  1006. margin-top: -3%;
  1007. /* overflow: hidden; */
  1008. width: 100%;
  1009. height: 99%;
  1010. z-index: 98;
  1011. background: linear-gradient(360deg, rgba(172, 147, 123, 0.2) 0%, rgba(172, 147, 123, 0.79) 80%, rgba(172, 147, 123, 0.79) 100%);
  1012. }
  1013. .js_tit {
  1014. margin-left: 14%;
  1015. margin-bottom: 1%;
  1016. font-size: 12px;
  1017. color: #8e6c4f;
  1018. letter-spacing: 0.2em;
  1019. }
  1020. .global {
  1021. width: 100%;
  1022. height: 64%;
  1023. margin-top: 2%;
  1024. border: #99664c solid 3px;
  1025. border-radius: 10px;
  1026. overflow: hidden;
  1027. }
  1028. .animate-box {
  1029. width: 95%;
  1030. height: 35%;
  1031. line-height: 18px;
  1032. border-radius: 5px;
  1033. text-indent: 2em;
  1034. background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.08) 100%);
  1035. overflow: hidden;
  1036. }
  1037. .animate {
  1038. animation: 40s wordsLoop linear infinite normal;
  1039. }
  1040. @keyframes wordsLoop {
  1041. 0% {
  1042. transform: translateY(0);
  1043. -webkit-transform: translateY(0);
  1044. }
  1045. 100% {
  1046. transform: translateY(-100%);
  1047. -webkit-transform: translateY(-100%);
  1048. }
  1049. }
  1050. @-webkit-keyframes wordsLoop {
  1051. 0% {
  1052. transform: translateY(0);
  1053. -webkit-transform: translateY(0);
  1054. }
  1055. 100% {
  1056. transform: translateY(-100%);
  1057. -webkit-transform: translateY(-100%);
  1058. }
  1059. }
  1060. .csbt {
  1061. position: absolute;
  1062. bottom: -4%;
  1063. left: 40%;
  1064. font-size: 12px;
  1065. }
  1066. .jz_tab {
  1067. display: flex;
  1068. align-items: center;
  1069. width: 45%;
  1070. height: 8%;
  1071. position: absolute;
  1072. top: 17%;
  1073. left: 32%;
  1074. margin-top: 1.5%;
  1075. z-index: 1;
  1076. }
  1077. .jz_box_tab {
  1078. position: relative;
  1079. top: 80%;
  1080. left: 30%;
  1081. width: 40%;
  1082. height: 10%;
  1083. display: flex;
  1084. justify-content: space-around;
  1085. }
  1086. .btm_tab {
  1087. width: 16%;
  1088. height: 65%;
  1089. color: #ffffff;
  1090. font-size: 12px;
  1091. text-align: center;
  1092. line-height: 25px;
  1093. border-radius: 100px;
  1094. background: rgba(0, 0, 0, 0.3);
  1095. }
  1096. .jz_box_tab2 {
  1097. width: 100%;
  1098. height: 100%;
  1099. display: flex;
  1100. justify-content: space-around;
  1101. }
  1102. .mn_text{
  1103. position: relative;
  1104. top: -20%;
  1105. display: flex;
  1106. justify-content: center;
  1107. font-size: 10px;
  1108. color: #ffffff;
  1109. }
  1110. .btm_tab2 {
  1111. width: 20%;
  1112. height: 100%;
  1113. color: #ffffff;
  1114. font-size: 10px;
  1115. text-align: center;
  1116. line-height: 30px;
  1117. background: rgba(0, 0, 0, 0.1);
  1118. border-radius: 100px;
  1119. opacity: 1;
  1120. cursor: pointer;
  1121. }
  1122. .fy_box {
  1123. position: relative;
  1124. width: 100%;
  1125. height: 100%;
  1126. background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/tv22.jpg') no-repeat center;
  1127. background-size: 100% 100%;
  1128. background-attachment: fixed;
  1129. margin-top: -3.5%;
  1130. z-index: 1;
  1131. }
  1132. .fy_banner {
  1133. width: 45%;
  1134. height: 30%;
  1135. padding-top: 16%;
  1136. margin-left: 45%;
  1137. position: relative;
  1138. z-index: 1;
  1139. }
  1140. .fy_tit {
  1141. margin-left: 2%;
  1142. letter-spacing: 0.3em;
  1143. font-size: 14px;
  1144. color: #aa734d;
  1145. }
  1146. .fy_txt {
  1147. margin: 2% 0 4% 2%;
  1148. font-size: 10px;
  1149. letter-spacing: 0.2em;
  1150. color: rgba(170, 115, 77, 0.5);
  1151. }
  1152. .fy_btm {
  1153. width: 100%;
  1154. height: 120%;
  1155. display: flex;
  1156. flex-wrap: wrap;
  1157. }
  1158. .fy_item {
  1159. width: 38%;
  1160. height: 45%;
  1161. position: relative;
  1162. margin-left: 2%;
  1163. }
  1164. .fy_img {
  1165. width: 100%;
  1166. height: 100%;
  1167. }
  1168. .fy_xm {
  1169. position: absolute;
  1170. top: 36%;
  1171. left: 50%;
  1172. font-size: 12px;
  1173. color: #ffe8db;
  1174. letter-spacing: 0.3em;
  1175. }
  1176. .ms_box {
  1177. width: 100%;
  1178. height: 72%;
  1179. background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/img_mszj2.png') no-repeat center;
  1180. background-size: 100% 100%;
  1181. background-attachment: fixed;
  1182. /* position: fixed; */
  1183. padding-top: 10%;
  1184. margin-top: -3%;
  1185. }
  1186. .mny_box {
  1187. position: relative;
  1188. width: 100%;
  1189. height: 100%;
  1190. background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/wt_bg2.jpg') no-repeat center;
  1191. background-size: 100% 100%;
  1192. background-attachment: fixed;
  1193. padding-top: 15%;
  1194. margin-top: -3%;
  1195. }
  1196. .wb_box_2 {
  1197. width: 82%;
  1198. height: 100%;
  1199. margin: auto;
  1200. }
  1201. .cb_box2 {
  1202. position: relative;
  1203. width: 82%;
  1204. height: 65%;
  1205. margin: auto;
  1206. z-index: 1;
  1207. top: 20%;
  1208. }
  1209. .mny_tab {
  1210. display: flex;
  1211. width: 19%;
  1212. height: 8%;
  1213. margin: auto;
  1214. margin-top: -4%;
  1215. }
  1216. .wt_tab {
  1217. display: flex;
  1218. width: 21%;
  1219. height: 8%;
  1220. margin: auto;
  1221. margin-top: 1%;
  1222. }
  1223. .cb_box {
  1224. position: fixed;
  1225. margin-top: -4%;
  1226. background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/wt_bg2.jpg') no-repeat center;
  1227. background-size: 100% 100%;
  1228. background-attachment: fixed;
  1229. }
  1230. .wbxy_tab {
  1231. display: flex;
  1232. width: 15%;
  1233. height: 7%;
  1234. margin: auto;
  1235. /* margin-top: 1%; */
  1236. }
  1237. .mny_box2 {
  1238. position: relative;
  1239. width: 75%;
  1240. height: 100%;
  1241. display: flex;
  1242. flex-wrap: wrap;
  1243. margin-top: 2%;
  1244. margin-left: 12%;
  1245. z-index: 9;
  1246. }
  1247. .mny_box3 {
  1248. width: 80%;
  1249. height: 100%;
  1250. display: flex;
  1251. flex-wrap: wrap;
  1252. margin-top: 2%;
  1253. margin-left: 10%;
  1254. }
  1255. .mny_tab_item {
  1256. width: 100%;
  1257. line-height: 32px;
  1258. background: rgba(0, 0, 0, 0.1);
  1259. color: #973b1f;
  1260. font-size: 12px;
  1261. text-align: center;
  1262. margin-left: 3%;
  1263. border-radius: 200rpx;
  1264. }
  1265. .wt_tab_item {
  1266. width: 100%;
  1267. line-height: 32px;
  1268. background: rgba(0, 0, 0, 0.1);
  1269. color: #973b1f;
  1270. font-size: 12px;
  1271. text-align: center;
  1272. margin-left: 3%;
  1273. border-radius: 200rpx;
  1274. }
  1275. .mny_tab_item2 {
  1276. width: 100%;
  1277. line-height: 32px;
  1278. background: rgba(0, 0, 0, 0.1);
  1279. color: #973b1f;
  1280. font-size: 12px;
  1281. text-align: center;
  1282. margin-left: 3%;
  1283. border-radius: 200rpx;
  1284. }
  1285. .mny_box_item {
  1286. width: 23%;
  1287. height: 28%;
  1288. position: relative;
  1289. margin-left: 2%;
  1290. box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  1291. }
  1292. .mny_img_box {
  1293. width: 100%;
  1294. height: 100%;
  1295. }
  1296. .mny_img_tit {
  1297. position: absolute;
  1298. top: 6%;
  1299. width: 100%;
  1300. font-size: 12px;
  1301. color: #5c3c2e;
  1302. text-align: center;
  1303. letter-spacing: 0.2em;
  1304. }
  1305. .kc_img_tit {
  1306. position: absolute;
  1307. top: 6%;
  1308. left: 26%;
  1309. font-size: 12px;
  1310. /* color: #5c3c2e; */
  1311. color: #ffffff;
  1312. letter-spacing: 0.2em;
  1313. }
  1314. .wt_box3 {
  1315. width: 100%;
  1316. height: 130%;
  1317. display: flex;
  1318. flex-wrap: wrap;
  1319. margin-top: 2%;
  1320. margin-left: 3%;
  1321. }
  1322. .wt_box4 {
  1323. width: 100%;
  1324. height: 100%;
  1325. display: flex;
  1326. flex-wrap: wrap;
  1327. margin-top: 2%;
  1328. margin-left: 7%;
  1329. }
  1330. .wt_item {
  1331. width: 21%;
  1332. height: 110%;
  1333. position: relative;
  1334. margin: 0 0 2% 2%;
  1335. box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  1336. }
  1337. .wt_item2 {
  1338. width: 20%;
  1339. height: 45%;
  1340. position: relative;
  1341. margin: 0 0 2% 3%;
  1342. }
  1343. .wt_tit {
  1344. text-align: center;
  1345. position: absolute;
  1346. top: 10%;
  1347. width: 100%;
  1348. letter-spacing: 0.2em;
  1349. font-size: 10px;
  1350. color: #ffffff;
  1351. z-index: 2;
  1352. }
  1353. .wt_img_box {
  1354. width: 100%;
  1355. height: 100%;
  1356. }
  1357. .wt_img_box::before {
  1358. content: '';
  1359. display: block;
  1360. position: absolute;
  1361. top: 0;
  1362. left: 0;
  1363. width: 100%;
  1364. height: 100%;
  1365. z-index: 1;
  1366. background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  1367. }
  1368. .wt_xc {
  1369. width: 18%;
  1370. height: 40%;
  1371. margin: 0 0 2% 2%;
  1372. background: url('/static/img/img_xc.png') no-repeat center;
  1373. background-size: 100% 100%;
  1374. box-sizing: border-box;
  1375. padding-bottom: 4%;
  1376. }
  1377. .xcmc {
  1378. margin-left: 10%;
  1379. font-size: 10px;
  1380. color: #5c3c2e;
  1381. letter-spacing: 0.2em;
  1382. }
  1383. .wt_box {
  1384. position: relative;
  1385. width: 100%;
  1386. height: 80%;
  1387. display: flex;
  1388. flex-wrap: wrap;
  1389. margin-top: 2%;
  1390. margin-left: 10%;
  1391. z-index: 1;
  1392. }
  1393. .wt_paly {
  1394. position: absolute;
  1395. top: 30%;
  1396. left: 42%;
  1397. width: 16%;
  1398. height: 30%;
  1399. }
  1400. .sp_img_box {
  1401. width: 100%;
  1402. height: 100%;
  1403. }
  1404. .qiehuan {
  1405. position: absolute;
  1406. top: 41%;
  1407. left: 7%;
  1408. z-index: 33;
  1409. display: flex;
  1410. justify-content: space-between;
  1411. width: 90%;
  1412. height: 8%;
  1413. }
  1414. .qiehuan2 {
  1415. position: absolute;
  1416. top: 32%;
  1417. left: 9%;
  1418. z-index: 33;
  1419. display: flex;
  1420. justify-content: space-between;
  1421. width: 86%;
  1422. height: 8%;
  1423. }
  1424. .qiehuan3 {
  1425. position: absolute;
  1426. top: 50%;
  1427. left: 14%;
  1428. z-index: 33;
  1429. display: flex;
  1430. justify-content: space-between;
  1431. width: 80%;
  1432. height: 8%;
  1433. }
  1434. .qiehuan4 {
  1435. position: absolute;
  1436. top: 45%;
  1437. left: 8%;
  1438. z-index: 33;
  1439. display: flex;
  1440. justify-content: space-between;
  1441. width: 85%;
  1442. height: 8%;
  1443. }
  1444. .qiehuan6 {
  1445. position: absolute;
  1446. top: 45%;
  1447. left: 12%;
  1448. z-index: 33;
  1449. display: flex;
  1450. justify-content: space-between;
  1451. width: 80%;
  1452. height: 8%;
  1453. }
  1454. .qiehuan5 {
  1455. position: absolute;
  1456. top: 50%;
  1457. left: 14%;
  1458. z-index: 33;
  1459. display: flex;
  1460. justify-content: space-between;
  1461. width: 80%;
  1462. height: 8%;
  1463. }
  1464. .qh_btn {
  1465. width: 3%;
  1466. height: 65%;
  1467. }
  1468. .qh_btn2 {
  1469. width: 3%;
  1470. height: 60%;
  1471. }
  1472. .wb_box {
  1473. width: 100%;
  1474. height: 101%;
  1475. background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/tv11.jpg') no-repeat center;
  1476. background-size: 100% 100%;
  1477. background-attachment: fixed;
  1478. padding-top: 13%;
  1479. margin-top: -4%;
  1480. box-sizing: border-box;
  1481. overflow: hidden;
  1482. }
  1483. .wbxy_btm {
  1484. display: flex;
  1485. align-items: center;
  1486. width: 32%;
  1487. height: 5%;
  1488. position: absolute;
  1489. top: 90%;
  1490. left: 35%;
  1491. z-index: 9;
  1492. }
  1493. .wbxy_item {
  1494. width: 90%;
  1495. height: 100%;
  1496. display: flex;
  1497. margin-left: 8%;
  1498. margin-top: 2%;
  1499. flex-wrap: wrap;
  1500. }
  1501. .mjtj_box {
  1502. display: flex;
  1503. border-radius: 20rpx;
  1504. width: 22%;
  1505. height: 32%;
  1506. justify-content: space-between;
  1507. margin-left: 4%;
  1508. margin-bottom: 2%;
  1509. box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  1510. }
  1511. .zj_img {
  1512. width: 55%;
  1513. height: 100%;
  1514. }
  1515. .mz {
  1516. width: 45%;
  1517. height: 100%;
  1518. display: flex;
  1519. align-items: center;
  1520. justify-content: center;
  1521. font-size: 12px;
  1522. color: #ac754d;
  1523. background-color: #edded8;
  1524. }
  1525. .cs_box {
  1526. position: relative;
  1527. width: 100%;
  1528. height: 100%;
  1529. background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/tv9.jpg') no-repeat center;
  1530. background-size: 100% 100%;
  1531. background-attachment: fixed;
  1532. /* padding-top: 12%; */
  1533. margin-top: -3%;
  1534. position: fixed;
  1535. display: flex;
  1536. }
  1537. .cs_left {
  1538. width: 32%;
  1539. height: 50%;
  1540. margin: 12% 0 0 10%;
  1541. }
  1542. .cs_logo {
  1543. width: 30%;
  1544. height: 10%;
  1545. }
  1546. .cs_txt {
  1547. margin-top: 2%;
  1548. font-size: 12px;
  1549. color: #96775d;
  1550. line-height: 18px;
  1551. text-indent: 2em;
  1552. }
  1553. .cs_right {
  1554. display: flex;
  1555. width: 40%;
  1556. height: 50%;
  1557. margin: 12% 0 0 5%;
  1558. }
  1559. .right_top {
  1560. position: relative;
  1561. width: 50%;
  1562. height: 55%;
  1563. }
  1564. .top_img {
  1565. width: 100%;
  1566. height: 100%;
  1567. border-radius: 50% 50% 0 0;
  1568. }
  1569. .pos {
  1570. position: absolute;
  1571. width: 100%;
  1572. height: 20%;
  1573. background-color: #fbe8e4;
  1574. border-radius: 50% 50% 0 0;
  1575. bottom: 0;
  1576. }
  1577. .cs_tj {
  1578. position: absolute;
  1579. bottom: -10%;
  1580. left: 20%;
  1581. width: 60%;
  1582. height: 20%;
  1583. color: #fff;
  1584. font-size: 12px;
  1585. line-height: 25px;
  1586. text-align: center;
  1587. background: url('/static/img/cstj.png') no-repeat center;
  1588. background-size: 100% 100%;
  1589. }
  1590. .right_btm {
  1591. position: relative;
  1592. width: 50%;
  1593. height: 55%;
  1594. margin: 25% 0 0 10%;
  1595. }
  1596. .btm_img {
  1597. width: 100%;
  1598. height: 100%;
  1599. border-radius: 0 0 50% 50%;
  1600. }
  1601. .pos2 {
  1602. position: absolute;
  1603. width: 100%;
  1604. height: 20%;
  1605. background-color: #fbe8e4;
  1606. border-radius: 0 0 50% 50%;
  1607. top: 0;
  1608. }
  1609. .cs_tj2 {
  1610. position: absolute;
  1611. top: -10%;
  1612. left: 20%;
  1613. width: 60%;
  1614. height: 20%;
  1615. color: #fff;
  1616. font-size: 12px;
  1617. line-height: 25px;
  1618. text-align: center;
  1619. background: url('/static/img/cstj.png') no-repeat center;
  1620. background-size: 100% 100%;
  1621. }
  1622. .jz_jj {
  1623. width: 55%;
  1624. height: 80%;
  1625. /* margin-top: 10%; */
  1626. }
  1627. .jj_top {
  1628. width: 100%;
  1629. height: 65%;
  1630. font-size: 10px;
  1631. padding: 2%;
  1632. color: #aa734d;
  1633. background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/jzjs_bg.jpg') no-repeat center;
  1634. background-size: 100% 100%;
  1635. border-radius: 15px;
  1636. box-sizing: border-box;
  1637. border: #99664c solid 3px;
  1638. overflow: hidden;
  1639. }
  1640. .jj_btm {
  1641. display: flex;
  1642. width: 100%;
  1643. height: 28%;
  1644. margin-top: 3%;
  1645. }
  1646. .sw_box {
  1647. width: 100%;
  1648. height: 28%;
  1649. border: 3px solid #99664c;
  1650. border-radius: 5px;
  1651. }
  1652. .mn_box2 {
  1653. width: 18%;
  1654. height: 100%;
  1655. margin-left: 2%;
  1656. box-sizing: border-box;
  1657. border: 2px solid #fed57d;
  1658. }
  1659. .mn_box {
  1660. width: 100%;
  1661. height: 100%;
  1662. }
  1663. .container {
  1664. width: 15%;
  1665. height: 100%;
  1666. box-sizing: border-box;
  1667. border: 3px solid #99664c;
  1668. display: inline-block;
  1669. margin-right: 2%;
  1670. }
  1671. .charts-box {
  1672. position: relative;
  1673. width: 140px;
  1674. height: 120px;
  1675. }
  1676. </style>