瀏覽代碼

20250304更新湖里区简介

zhirongwu@bohe 2 月之前
父節點
當前提交
452f0a3bdb
共有 3 個文件被更改,包括 25 次插入7 次删除
  1. 11 1
      pages/index/feiYiGaiLan/feiYiGaiLan.vue
  2. 13 5
      pages/index/huLiWenHua/huLiWenHua.vue
  3. 1 1
      pages/index/index.vue

+ 11 - 1
pages/index/feiYiGaiLan/feiYiGaiLan.vue

@@ -15,6 +15,7 @@
 			</view>
 		</view>
 		<view class="box">
+			<view style="width: 300px;">国家级 省级 市级 区县级</view>
 			<scroll-view scroll-x="true" style="display: flex; white-space: nowrap">
 				<view class="container" v-for="(item, index) in projectList" :key="item.index">
 					<view class="mn_box" @click="zhantingDetails(index)">
@@ -38,7 +39,15 @@
 				</view>
 				<view class="ccr">传承人</view>
 				<view class="top_tit">
+					<!-- #ifdef H5 -->
+					<marquee width="100%" height="100px" direction="up" scrolldelay="130">
 					<u-parse :tagStyle="style" :content="detailsList.inheritor ? detailsList.inheritor : '暂无传承人'"></u-parse>
+					</marquee>
+					<!-- #endif -->
+					<!-- #ifndef H5 -->
+					<u-parse :tagStyle="style" :content="detailsList.inheritor ? detailsList.inheritor : '暂无传承人'"></u-parse>					
+					<!-- #endif -->
+					
 				</view>
 				<view class="">
 					<view class="jieshao">
@@ -201,7 +210,7 @@ export default {
 .box {
 	display: flex;
 	align-items: center;
-	width: 65%;
+	width: 65%;	
 	/* overflow-x: scroll; */
 
 	height: 1280rpx;
@@ -412,4 +421,5 @@ export default {
 	background-color: #8a7d6d;
 	border-radius: 50%;
 }
+
 </style>

File diff suppressed because it is too large
+ 13 - 5
pages/index/huLiWenHua/huLiWenHua.vue


+ 1 - 1
pages/index/index.vue

@@ -24,7 +24,7 @@ export default {
 		return {
 			List: [
 				{
-					name: '湖里文化',
+					name: '湖里概况',
 					img: '/static/img/img_湖里文化@2x.png',
 					path: '/pages/index/huLiWenHua/huLiWenHua'
 				},