huLiWenHua.vue 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. <template>
  2. <view class="body">
  3. <view class="header">
  4. <view class="tit">湖里文化遗产保护中心</view>
  5. <view class="thumbnail_1">
  6. <image style="width: 100%; height: 100%" src="/static/img/img_seal@2x.png"></image>
  7. </view>
  8. </view>
  9. <view class="" style="position: relative">
  10. <view class="fybk_zc">
  11. <view class="fybk_tit">
  12. <image style="width: 120rpx; height: 860rpx" src="/static/img/img_wh.png"></image>
  13. </view>
  14. <view class="fybk_tab">
  15. <view class="tab" @click="tabBtn(0)" :class="{ active: indexTab == 0 }">湖里简介</view>
  16. <!-- <view class="tab" @click="tabBtn(1)" :class="{ active: indexTab == 1 }">工作指南</view> -->
  17. </view>
  18. </view>
  19. </view>
  20. <!-- 湖里简介 -->
  21. <view v-if="indexTab == 0" class="box1">
  22. <view class="box2">
  23. <view class="jj_tit">湖里文化遗产保护中心简介</view>
  24. <view class="jieshao">
  25. 厦门市的文物考古工作,原来一直由市文物管理委员会办公室、市博物馆等单位负责。为加强我市的文物考古工作,经市文化局申报,中共厦门市委机构编制委员会办公室于2004年11月3日下发《厦委编办[2004]70号》文件,作出《关于同意厦门文物鉴定组更名为厦门文化遗产保护中心的批复》,在批复中明确了厦门文化遗产保护中心为全民事业单位,隶属于市文化局管理,其主要任务是:1、承担全市文物调查、考古勘探工作。2、承担馆藏文物、民间收藏文物和涉案文物的鉴定。3、承担厦门古建筑及近现代优秀建筑的保护和研究。4、承担馆藏文物的科学保护与研究。2007年6月27日,郑成功纪念馆、文化遗产保护中心并入厦门市博物馆。
  26. 在此期间,厦门文化遗产保护中心在市文化局的领导下,在有关处室的指导和支持下,按照工作职能全面开展各项工作。
  27. </view>
  28. </view>
  29. </view>
  30. <!-- 工作指南 -->
  31. <!-- <view v-if="indexTab == 1" class="box1">
  32. <view class="box2">工作指南</view>
  33. </view> -->
  34. <!-- 菜单按钮 -->
  35. <view class="caidan" @click="navBtn">
  36. <image class="img" src="../../../static/img/icon_menu@2x.png"></image>
  37. <view class="dh">导航</view>
  38. </view>
  39. <!-- 菜单弹层 -->
  40. <u-popup :show="show" @close="close" mode="left" bgColor="#f8efe1" customStyle="width:500rpx">
  41. <LeftNav></LeftNav>
  42. </u-popup>
  43. </view>
  44. </template>
  45. <script>
  46. export default {
  47. data() {
  48. return {
  49. indexTab: 0,
  50. show: false
  51. };
  52. },
  53. methods: {
  54. tabBtn(index) {
  55. this.indexTab = index;
  56. },
  57. navBtn() {
  58. this.show = true;
  59. },
  60. close() {
  61. this.show = false;
  62. // console.log('close');
  63. }
  64. }
  65. };
  66. </script>
  67. <style>
  68. .body {
  69. padding-top: 100rpx;
  70. height: 1825rpx;
  71. }
  72. .box1 {
  73. width: 2200rpx;
  74. height: 1200rpx;
  75. margin-left: 25%;
  76. margin-top: 100rpx;
  77. border: 3px solid #563530;
  78. }
  79. .box2 {
  80. overflow: scroll;
  81. width: 2180rpx;
  82. height: 1180rpx;
  83. margin: auto;
  84. margin-top: 10rpx;
  85. padding: 60rpx 60rpx 0 60rpx;
  86. border: 1px solid #563530;
  87. box-sizing: border-box;
  88. }
  89. .jj_tit {
  90. width: 100%;
  91. height: 120rpx;
  92. border-bottom: 1px solid #ddd7d6;
  93. font-size: 48rpx;
  94. color: #563530;
  95. letter-spacing: 0.3em;
  96. }
  97. .jieshao {
  98. margin-top: 40rpx;
  99. font-size: 38rpx;
  100. color: #563530;
  101. line-height: 100rpx;
  102. letter-spacing: 0.3em;
  103. }
  104. .active {
  105. -webkit-background-clip: text;
  106. -webkit-text-fill-color: transparent;
  107. background-image: linear-gradient(270deg, rgba(188, 95, 41, 1) 0, rgba(91, 60, 41, 1) 100%);
  108. border: 1px solid #563530;
  109. }
  110. .header {
  111. margin-left: 10%;
  112. width: 960rpx;
  113. height: 96rpx;
  114. align-items: center;
  115. display: flex;
  116. }
  117. .tit {
  118. background-image: linear-gradient(270deg, rgba(188, 95, 41, 1) 0, rgba(91, 60, 41, 1) 100%);
  119. /* width: 500rpx; */
  120. height: 96rpx;
  121. font-size: 48rpx;
  122. letter-spacing: 0.3em;
  123. font-weight: NaN;
  124. text-align: left;
  125. white-space: nowrap;
  126. line-height: 100rpx;
  127. -webkit-background-clip: text;
  128. -webkit-text-fill-color: transparent;
  129. }
  130. .thumbnail_1 {
  131. width: 16rpx;
  132. height: 60rpx;
  133. }
  134. .fybk_tit {
  135. width: 200rpx;
  136. height: 530rpx;
  137. text-align: center;
  138. }
  139. .fybk_tab {
  140. display: flex;
  141. flex-direction: column;
  142. justify-content: center;
  143. width: 220rpx;
  144. margin-top: 70%;
  145. padding-left: 20rpx;
  146. border-left: 1px solid #563530;
  147. }
  148. .fybk_zc {
  149. left: 9%;
  150. top: 220rpx;
  151. display: flex;
  152. position: absolute;
  153. }
  154. .tab {
  155. color: #563530;
  156. font-size: 36rpx;
  157. letter-spacing: 0.3em;
  158. display: flex;
  159. align-items: center;
  160. margin-bottom: 20rpx;
  161. margin-top: 20rpx;
  162. height: 80rpx;
  163. font-weight: NaN;
  164. padding-left: 26rpx;
  165. white-space: nowrap;
  166. letter-spacing: 0.2em;
  167. }
  168. .caidan {
  169. margin-left: 10%;
  170. margin-top: 0;
  171. display: flex;
  172. width: 180rpx;
  173. align-items: center;
  174. }
  175. .img {
  176. width: 80rpx;
  177. height: 80rpx;
  178. }
  179. .dh {
  180. margin-left: 10rpx;
  181. font-size: 36rpx;
  182. color: #563530;
  183. }
  184. </style>