aa
jiangping
2024-08-02 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21
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 {