.total { height: 60rpx; line-height: 60rpx; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; padding-left: 30rpx; } .setclient-list-item { background-color: #fff; box-sizing: border-box; .con { display: flex; align-items: center; width: 100%; box-sizing: border-box; padding-bottom: 14rpx; .mian { flex: 1; min-height: 60rpx; width: 0; font-family: PingFang SC-Regular, PingFang SC; .title { font-size: 28rpx; color: #333333; font-weight: 600; line-height: 40rpx; .tag { display: inline-block; height: 40rpx; line-height: 40rpx; padding: 0 8rpx; font-family: PingFang SC, PingFang SC; font-size: 24rpx; color: #FFFFFF; font-weight: 400; margin-right: 8rpx; } } .row { display: flex; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; margin-top: 8rpx; .left { margin-right: 40rpx; } .left, .right { flex-shrink: 0; } } } } } .footer { display: flex; justify-content: space-between; align-items: center; padding: 0 30rpx; position: fixed; width: 100vw; height: 130rpx; background: #FFFFFF; box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16); bottom: 0; box-sizing: border-box; .count { font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; } .but { width: 156rpx; height: 90rpx; background: #3874F6; border-radius: 8rpx; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #FFFFFF; } } .custom-class { --search-background-color: #ffffff; }