From d9a89d83c2048a964f16ca179feb2b7f21b9d33a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:28:47 +0800
Subject: [PATCH] 提交
---
wechat_staff/components/buoyClient/index.less | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/components/buoyClient/index.less b/wechat_staff/components/buoyClient/index.less
index 332ff1c..14b9a4e 100644
--- a/wechat_staff/components/buoyClient/index.less
+++ b/wechat_staff/components/buoyClient/index.less
@@ -1,6 +1,5 @@
.wrap{
width: 100rpx;
- height: 232rpx;
background: rgba(255,255,255,0.86);
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0,0,0,0.2);
border-radius: 8rpx 0rpx 0rpx 8rpx;
@@ -15,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