page { height: 100vh; overflow: hidden; } .total { height: 60rpx; line-height: 60rpx; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; padding-left: 30rpx; } .setclient-list-item { width: 100vw; background-color: #fff; box-sizing: border-box; padding-left: 30rpx; .con { display: flex; align-items: center; width: 100%; border-bottom: 1px solid #EFEFEF; box-sizing: border-box; padding: 10rpx 0; 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; } .tag-box { display: flex; align-items: center; width: 90%; overflow: hidden; margin-bottom: 4rpx; .datatag, .systemtag { flex-shrink: 0; margin-top: 6rpx; background: #FAAB16; color: #ffffff; margin-right: 10rpx; display: flex; align-items: center; height: 30rpx; font-size: 18rpx; padding: 0 10rpx; border-radius: 20rpx; font-family: PingFang SC-Regular, PingFang SC; } .systemtag { background: #FA8C16; } } .exp { font-size: 24rpx; color: #666666; } } } } .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; } }