From 891b5db055a1d27c6bda2e9700aa57f8bacd7cd2 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 15 八月 2024 09:58:44 +0800
Subject: [PATCH] add 部分ui

---
 pages/home/components/home-top-flow.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pages/home/components/home-top-flow.vue b/pages/home/components/home-top-flow.vue
index 4deada1..890a250 100644
--- a/pages/home/components/home-top-flow.vue
+++ b/pages/home/components/home-top-flow.vue
@@ -125,13 +125,13 @@
 					display: flex;
 
 					.tag {
-						min-width: 80rpx;
-						padding-left: 20rpx;
-						padding-right: 20rpx;
-						line-height: 36rpx;
+						min-width: 60rpx;
+						padding-left: 10rpx;
+						padding-right: 10rpx;
+						line-height: 30rpx;
 						background: #FEE6E6;
-						border-radius: 21rpx;
-						font-size: 24rpx;
+						border-radius: 10rpx;
+						font-size: 22rpx;
 						color: #CD1212;
 						margin-right: 12rpx;
 						text-align: center;
@@ -140,7 +140,7 @@
 					.tag.green {
 						color: rgba(110, 159, 102, 1);
 						background: rgba(202, 229, 214, 1);
-						border-radius: 21rpx;
+						border-radius: 10rpx;
 						// opacity: 0.57;
 					}
 				}

--
Gitblit v1.9.3