增加 待巡检数量查询

This commit is contained in:
xuli
2025-12-02 17:26:04 +08:00
parent d8d5ac02c9
commit e83c2bb29a
10 changed files with 81 additions and 20 deletions

View File

@@ -356,8 +356,8 @@ page {
/* 项目间距 */
margin-left:-10rpx;
margin-right:-10rpx;
position: relative;
}
.white-bg .logo-list .l-l-item {
width: 140rpx;
text-align: center;
@@ -368,6 +368,21 @@ page {
}
.white-bg .logo-list .l-l-item .red-bg{
position: absolute;
top:0rpx;
right: 15rpx;
width:32rpx;
height: 32rpx;
line-height: 32rpx;
background-color: #FF2B44;
text-align: center;
border-radius: 50%;
color:#fff;
font-size:24rpx;
}
.white-bg .logo-list .l-l-item img {
width: 90rpx;
height: 90rpx;