From 26fb0b3e76f52212a2cef49a0bc0b94e7425880c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 10:55:10 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_staff/components/buoyClient/index.less |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/wechat_staff/components/buoyClient/index.less b/wechat_staff/components/buoyClient/index.less
index fd6a834..14b9a4e 100644
--- a/wechat_staff/components/buoyClient/index.less
+++ b/wechat_staff/components/buoyClient/index.less
@@ -14,6 +14,20 @@
   font-size: 20rpx;
   color: #666666;
   margin-bottom: 20rpx;
+  position: relative;
+  .activeNum{
+    width: 28rpx;
+    height: 28rpx;
+    background: #F70303;
+    color: #fff;
+    font-size: 20rpx;
+    line-height: 26rpx;
+    text-align: center;
+    border-radius: 50%;
+    position: absolute;
+    top: -8rpx;
+    right: 8rpx;
+  }
   &:nth-last-child(1){
     margin-bottom: 0;
   }

--
Gitblit v1.9.3