From da1f751bea60280504d7fa04e6a547c68ef4381a Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 12 七月 2024 17:49:30 +0800
Subject: [PATCH] add 商铺信息数据和商铺详情,还todo订单相关的

---
 common/self.scss |   35 +++++++++++++++++++++++++++++++++--
 1 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/common/self.scss b/common/self.scss
index 8cf4eea..31c6db8 100644
--- a/common/self.scss
+++ b/common/self.scss
@@ -893,10 +893,41 @@
 	}
 
 	.store-name {
+		font-weight: 600;
+		font-size: 28rpx;
+		color: #000000;
+		line-height: 40rpx;
+	}
+	.store-address{
+		font-weight: 400;
+		font-size: 24rpx;
+		color: #666666;
+		line-height: 34rpx;
+	}
+	.store-to{
+		width: 172rpx;
+		height: 52rpx;
+		background: #E1F0E7;
+		border-radius: 4rpx;
+		font-weight: 400;
+		font-size: 24rpx;
+		color: #5B8C71;
+		line-height: 52rpx;
+		text-align: center;
+	}
+	.store-sc{
+		width: 176rpx;
+		height: 64rpx;
+		background: #39AF6E;
+		border-radius: 32rpx;
 		font-weight: 400;
 		font-size: 32rpx;
-		color: #000000;
-		line-height: 96rpx;
+		color: #FFFFFF;
+		line-height: 64rpx;
+		.icon{
+			width: 36rpx;
+			height: 36rpx;
+		}
 	}
 }
 .text-left{

--
Gitblit v1.9.3