From 3b29e9873e1d529227e1f4a909d5cbef01d2519a Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期四, 20 六月 2024 18:31:19 +0800
Subject: [PATCH] 惠企政策

---
 pages/hqzc/details.vue |   47 +++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 45 insertions(+), 2 deletions(-)

diff --git a/pages/hqzc/details.vue b/pages/hqzc/details.vue
index 8183fd0..d80c4c4 100644
--- a/pages/hqzc/details.vue
+++ b/pages/hqzc/details.vue
@@ -1,6 +1,16 @@
 <template>
-	<view>
-		
+	<view class="box">
+		<view class="name">
+			涓浗绀剧闄㈤兘闃筹細涓浗浜哄彛杞彉鐨勭嫭鐗规�у強鍏跺奖鍝�
+		</view>
+		<view class="font">
+			<view class="left">
+				鏀跨瓥绫诲瀷
+			</view>
+			<view class="right">
+				鍙戝竷鏃堕棿锛�2024-04-27
+			</view>
+		</view>
 	</view>
 </template>
 
@@ -20,3 +30,36 @@
 <style>
 
 </style>
+<style scoped lang="scss">
+	.box{
+		padding: 32rpx;
+	}
+	.name{
+		color: #202d44;
+		font-size: 40rpx;
+		font-weight: bold;
+	}
+	.font{
+		display: flex;
+		align-items: center;
+		justify-content: space-between;
+		border-bottom: 1px solid #f1f1f1;
+		padding-bottom: 26rpx;
+		margin-top: 20rpx;
+		.left{
+			text-align: center;
+			height: 42rpx;
+			line-height: 42rpx;
+			padding: 0 10rpx;
+			border-radius: 4rpx;
+			background: #1171E0;
+			color: #ffffff;
+			font-size: 24rpx;
+			
+		}
+		.right{
+			color: #7e8596;
+			font-size: 28rpx;
+		}
+	}
+</style>
\ No newline at end of file

--
Gitblit v1.9.1