From ebc6e7ee67f13e7aa311e737dfcb4c5caed112ee Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 15 八月 2024 18:23:57 +0800
Subject: [PATCH] ll
---
wechat_staff/components/buoyClient/index.less | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/components/buoyClient/index.less b/wechat_staff/components/buoyClient/index.less
index 332ff1c..58e3953 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,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