From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa
---
wechat_staff/components/buoyClient/index.wxss | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/wechat_staff/components/buoyClient/index.wxss b/wechat_staff/components/buoyClient/index.wxss
index 8c9009e..91ca881 100644
--- a/wechat_staff/components/buoyClient/index.wxss
+++ b/wechat_staff/components/buoyClient/index.wxss
@@ -14,12 +14,27 @@
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;
}
.item image {
width: 48rpx;
+ height: 48rpx;
margin-bottom: 12rpx;
}
.app {
--
Gitblit v1.9.3