From aa82f2ce6aabe78b47c927d7ae2d3ff08c59baaf Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 09 十月 2024 15:43:26 +0800
Subject: [PATCH] Merge branch 'master-2.0' of http://47.96.225.205:8888/r/hmy_farmer-main into master-2.0

---
 pages/user/user-customer.scss |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/pages/user/user-customer.scss b/pages/user/user-customer.scss
index cf7811b..4be1e24 100644
--- a/pages/user/user-customer.scss
+++ b/pages/user/user-customer.scss
@@ -141,6 +141,7 @@
 			font-size: 24rpx;
 			color: #000000;
 			line-height: 34rpx;
+			position: relative;
 			.service-icon{
 				height: 52rpx;
 				width: 52rpx;
@@ -149,6 +150,15 @@
 				height: 52rpx;
 				width: 56rpx;
 			}
+			.dot{
+				position: absolute;
+				left: calc(50% + 30rpx);
+				top: 0rpx;
+				width: 10rpx;
+				height: 10rpx;
+				background: #CF0000;
+				border-radius: 50%;
+			}
 		}
 		
 	}

--
Gitblit v1.9.3