From d8ad0c1805b0701afadd069c79950edde490d5c9 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 08 七月 2024 17:17:16 +0800
Subject: [PATCH] update 花店小程序

---
 pages/user/user.scss |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/pages/user/user.scss b/pages/user/user.scss
index 9d4488b..691eefc 100644
--- a/pages/user/user.scss
+++ b/pages/user/user.scss
@@ -7,7 +7,7 @@
 	.top-bg{
 	
 		padding: 32rpx;
-		background-image: url('../../static/images/farmer/user/bg.png');
+		// background-image: url('../../static/images/supplier/user/bg.png');
 
 		height: 438rpx;
 		max-height: 438rpx;
@@ -56,13 +56,18 @@
 	
 	.user-info{
 		padding: 28rpx 24rpx;
+		padding-bottom: 0rpx;
 		// background: #FFFFFF;
 		border-radius: 16rpx;
 		// line-height:  116rpx;
+		position: relative;
 		.name{
 			font-weight: 600;
 			font-size: 32rpx;
 			color: #000000;
+			.t1{
+				 line-height: 50rpx;
+			}
 		}
 		.user-icon{
 			width: 116rpx;
@@ -70,6 +75,13 @@
 			margin-right: 30rpx;
 			border-radius: 50%;
 		}
+		.icon-setting{
+			position: absolute;
+			right: 0rpx;
+			top: -30rpx;
+			height: 54rpx;
+			width: 54rpx;
+		}
 	
 	}
 	.order-info{

--
Gitblit v1.9.3