input { width: 100%; height: 58rpx; font-size: 28rpx; line-height: 58rpx; } .placeholderClass { color: #B6B6B6; height: 58rpx; font-size: 28rpx; line-height: 58rpx; } .valueClass { color: #77849E; height: 58rpx; font-size: 28rpx; font-weight: bold; line-height: 58rpx; } .configureDevice2 { width: 100%; height: 100%; display: flex; flex-flow: column; } .header { width: 100%; display: flex; flex-wrap: nowrap; align-items: center; padding: 30rpx 40rpx; box-sizing: border-box; border-bottom: 1rpx solid #EAECF1; } .header>view:nth-of-type(1) { flex: 1; } .header>view:nth-of-type(1)>view:nth-of-type(1) { color: #252535; height: 32rpx; font-weight: bold; font-size: 32rpx; line-height: 32rpx; margin-bottom: 16rpx; } .header>view:nth-of-type(1)>view:nth-of-type(2) { color: #808080; height: 26rpx; font-size: 26rpx; line-height: 26rpx; } .header>view:nth-of-type(2) { height: 28rpx; display: flex; flex-wrap: nowrap; align-items: center; } .header>view:nth-of-type(2)>view:nth-of-type(1) { width: 12rpx; height: 12rpx; border-radius: 50%; margin-right: 14rpx; } .header>view:nth-of-type(2)>view:nth-of-type(2) { height: 28rpx; font-weight: bold; font-size: 28rpx; line-height: 28rpx; } .section { flex: 1; overflow: hidden; width: 100%; display: flex; flex-flow: column; } .from { width: 100%; padding: 24rpx 0; flex: 1; overflow: hidden; } .scrollViewContent { width: 100%; padding: 0 30rpx; box-sizing: border-box; } .userList { width: 100%; height: 162rpx; border-radius: 16px; padding: 0 30rpx; display: flex; flex-wrap: nowrap; align-items: center; box-sizing: border-box; margin-bottom: 24rpx; border: 1rpx solid #E6E6EA; } .userAvatar { width: 90rpx; height: 90rpx; box-sizing: border-box; overflow: hidden; border-radius: 50%; margin-right: 24rpx; } .userInfo { flex: 1; margin-right: 24rpx; } .userInfo_1 { width: 100%; height: 32rpx; display: flex; flex-wrap: nowrap; align-items: center; margin-bottom: 20rpx; } .userInfo_1>view:nth-of-type(1) { color: #333333; font-size: 30rpx; height: 32rpx; font-weight: bold; line-height: 32rpx; margin-right: 20rpx; } .userInfo_1>view:nth-of-type(2) { height: 32rpx; display: flex; flex-wrap: nowrap; align-items: center; padding: 0 8rpx; border-radius: 8rpx; } .userInfo_1 .man { background: linear-gradient(90deg, #54D9FC 0%, #6FC1FB 100%); } .userInfo_1 .woman { background: linear-gradient(90deg, #FF91B6 0%, #FD6C9D 100%); } .userInfo_1>view:nth-of-type(2)>view:nth-of-type(1) { width: 20rpx; height: 20rpx; display: flex; align-items: center; margin-right: 4rpx; } .userInfo_1>view:nth-of-type(2)>view:nth-of-type(2) { color: #FFFFFF; height: 32rpx; font-weight: bold; font-size: 22rpx; line-height: 32rpx; } .userInfo_2 { width: 100%; height: 26rpx; display: flex; align-items: center; flex-wrap: nowrap; } .userInfo_2>view { color: #77849E; height: 26rpx; font-size: 26rpx; line-height: 26rpx; } .userInfo_2>view:nth-of-type(2) { margin: 0 20rpx; width: 4rpx; height: 24rpx; border-radius: 1rpx; background-color: #EAECF1; } .delUser { color: #FFFFFF; width: 40rpx; height: 40rpx; font-size: 36rpx; font-weight: bold; line-height: 34rpx; text-align: center; border-radius: 50%; background-color: #F24439; } .nullData { width: 100%; padding: 200rpx 0 250rpx; } .nullData>view:first-of-type { width: 230rpx; height: 160rpx; margin: 0 auto 15rpx; } .nullData>view:last-of-type { color: #B6B6B6; height: 30rpx; font-size: 30rpx; line-height: 30rpx; text-align: center; } .btn { width: 100%; padding: 0 55rpx; box-sizing: border-box; } .btn>view:nth-of-type(1) { color: #1385FA; width: 100%; height: 88rpx; font-size: 32rpx; font-weight: bold; text-align: center; line-height: 86rpx; border-radius: 44rpx; margin-bottom: 40rpx; box-sizing: border-box; border: 1px solid #1385FA; } .btn>view:nth-of-type(2) { color: #FFFFFF; width: 100%; height: 88rpx; font-size: 32rpx; font-weight: bold; text-align: center; line-height: 86rpx; border-radius: 44rpx; margin-bottom: 40rpx; box-sizing: border-box; background-color: #1385FA; border: 1px solid #1385FA; } .describe { color: #77849E; width: 100%; font-size: 24rpx; line-height: 40rpx; padding: 0 30rpx 20rpx; box-sizing: border-box; } .describe text { color: #F24439; }