Browse Source

头部导航栏增加地图

htc 4 ngày trước cách đây
mục cha
commit
d9cab2e69b

+ 5 - 0
pagesHome/activityDetail.vue

@@ -657,6 +657,11 @@
 </script>
 </script>
 
 
 <style scoped lang="scss">
 <style scoped lang="scss">
+	::v-deep .u-navbar>view{
+		background: url('https://oss.familydaf.cn/sxsnfile/20251223/d07237024c5e4f00a63b9089abbf5a3c.png') no-repeat;
+		background-size: 100% 100%;
+	}
+	
 	::v-deep .indicator__dot{
 	::v-deep .indicator__dot{
 		width: 48rpx;
 		width: 48rpx;
 		height: 4rpx;
 		height: 4rpx;

+ 5 - 0
pagesHome/searchActivity.vue

@@ -54,6 +54,11 @@
 </script>
 </script>
 
 
 <style scoped lang="scss">
 <style scoped lang="scss">
+	::v-deep .u-navbar>view{
+		background: url('https://oss.familydaf.cn/sxsnfile/20251223/d07237024c5e4f00a63b9089abbf5a3c.png') no-repeat;
+		background-size: 100% 100%;
+	}
+	
 	.common_page{
 	.common_page{
 		.top-search{
 		.top-search{
 			position: relative;
 			position: relative;

+ 6 - 1
pagesMy/archivesDetail.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
 	<view class="common_page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
 	<view class="common_page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
 		<cus-header title="公益档案" bgColor="transparent"></cus-header>
 		<cus-header title="公益档案" bgColor="transparent"></cus-header>
-		<image src="https://oss.familydaf.cn/sxsnfile/20251218/ffe07fb2762e47e8b09b1880e693fa66.png" class="top_bg_img" mode="widthFix"></image>
+		<image src="https://oss.familydaf.cn/sxsnfile/20251218/811a8863a74d4ed9b86f68284eaff0c9.png" class="top_bg_img" mode="widthFix"></image>
 		<div class="box box1">
 		<div class="box box1">
 			<div class="content">
 			<div class="content">
 				<div class="card">
 				<div class="card">
@@ -63,6 +63,11 @@
 </script>
 </script>
 
 
 <style scoped lang="scss">
 <style scoped lang="scss">
+	::v-deep .u-navbar>view{
+		background: url('https://oss.familydaf.cn/sxsnfile/20251223/d07237024c5e4f00a63b9089abbf5a3c.png') no-repeat;
+		background-size: 100% 100%;
+	}
+	
 	.common_page{
 	.common_page{
 		background: #F9FEFD;
 		background: #F9FEFD;
 		padding-bottom: 64rpx;
 		padding-bottom: 64rpx;

+ 5 - 0
pagesNonprofit/nonprofitDetail.vue

@@ -255,6 +255,11 @@
 </script>
 </script>
 
 
 <style scoped lang="scss">
 <style scoped lang="scss">
+	::v-deep .u-navbar>view{
+		background: url('https://oss.familydaf.cn/sxsnfile/20251223/d07237024c5e4f00a63b9089abbf5a3c.png') no-repeat;
+		background-size: 100% 100%;
+	}
+	
 	.common_page{
 	.common_page{
 		padding-bottom: 211rpx;
 		padding-bottom: 211rpx;
 		box-sizing: border-box;
 		box-sizing: border-box;