| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .page {
- background: #F7F7F7;
- padding: 0 32rpx;
- height: 100vh;
- }
- .addGroup{
- width: 686rpx;
- height: 84rpx;
- background: #FFE05C;
- border-radius: 54rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- line-height: 84rpx;
- text-align: center;
- margin-top: 24rpx;
- }
- .item{
- width: 686rpx;
- }
- .key{
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- line-height: 60rpx;
- }
- .input{
- }
- .scroll-y{
- height: 600rpx;
- }
- .members{
- background: #FAFAFA;
- border-radius: 16rpx;
- margin-top: 32rpx;
- padding: 24rpx;
- }
- .member{
- padding: 32rpx;
- border-top: 2rpx solid #EEEEEE;
- }
- .member:first-child{
- border-top: 2rpx solid #FAFAFA;
- }
- .membersTitle{
- font-size: 28rpx;
- font-weight: bold;
- color: #333333;
- }
- .name{
- height: 40rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- line-height: 40rpx;
- margin-left: 20rpx;
- }
- .selectMemberPopup{
- height: 800rpx;
- background: #FFFFFF;
- border-top-left-radius: 24rpx;
- border-top-right-radius: 24rpx;
- }
- .popupTitle{
- line-height: 100rpx;
- }
- .scroll-y1{
- height: 650rpx;
- }
- .dataNull{
- text-align: center;
- }
- .dataNull image{
- width: 350rpx;
- height: 360rpx;
- }
|