.setclient-list-item { width: 100vw; background-color: #fff; box-sizing: border-box; .con { padding-left: 30rpx; display: flex; width: 100%; box-sizing: border-box; padding-top: 20rpx; .mian { flex: 1; width: 0; padding-right: 20rpx; box-sizing: border-box; .label { font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #333333; height: 40rpx; line-height: 40rpx; } .tag-box { margin-top: 10rpx; .tag { height: 40rpx; font-size: 20rpx; font-family: PingFang SC-Regular, PingFang SC; padding: 0 12rpx; margin-right: 8rpx; } } } .icon { display: flex; height: 136rpx; align-items: center; margin-top: -20rpx; color: #CFCFCF; width: 28rpx; margin-right: 30rpx; flex-shrink: 0; } .extend { display: flex; height: 116rpx; width: 48rpx; margin-right: 30rpx; flex-shrink: 0; } } } .line-1 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .textarea { width: 90%; height: 200rpx; box-sizing: border-box; padding: 20rpx 30rpx; background-color: #FDF9FC; margin: 20rpx auto; border: 1rpx solid #EEECEF; border-radius: 8rpx; }