From 1a6905045d38bb50b0c6554c3440bdfd339c8d23 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 30 七月 2024 19:13:46 +0800
Subject: [PATCH] ‘’

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

diff --git a/wechat_staff/components/buoyClient/index.less b/wechat_staff/components/buoyClient/index.less
index fd6a834..58e3953 100644
--- a/wechat_staff/components/buoyClient/index.less
+++ b/wechat_staff/components/buoyClient/index.less
@@ -14,11 +14,26 @@
   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;
   }
   image{
     width: 48rpx;
+    height: 48rpx;
     margin-bottom: 12rpx;
   }
 }

--
Gitblit v1.9.3