| 123456789101112131415161718 |
- .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;
- }
|