From 28c725308aaf418e9032964ffcf5ca3b0d8a1208 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 25 七月 2024 17:13:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/wechat_staff/components/buoyClient/index.wxss b/wechat_staff/components/buoyClient/index.wxss
index 8c9009e..95f9728 100644
--- a/wechat_staff/components/buoyClient/index.wxss
+++ b/wechat_staff/components/buoyClient/index.wxss
@@ -14,6 +14,20 @@
   font-size: 20rpx;
   color: #666666;
   margin-bottom: 20rpx;
+  position: relative;
+}
+.item .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;
 }
 .item:nth-last-child(1) {
   margin-bottom: 0;

--
Gitblit v1.9.3