index.rpx.css 275 B

123456789101112131415161718
  1. .page {
  2. background: #F7F7F7;
  3. padding: 0 32rpx;
  4. height: 100vh;
  5. }
  6. .addGroup{
  7. width: 686rpx;
  8. height: 84rpx;
  9. background: #FFE05C;
  10. border-radius: 54rpx;
  11. font-size: 28rpx;
  12. font-weight: 400;
  13. color: #333333;
  14. line-height: 84rpx;
  15. text-align: center;
  16. margin-top: 24rpx;
  17. }