collectionSucceed.wxss 766 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Page {
  2. background-color: #FFFFFF;
  3. }
  4. .wrapper {
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: center;
  9. }
  10. .reg-success {
  11. margin-top: 40rpx;
  12. padding: 0 60rpx;
  13. font-size: 34rpx;
  14. text-align: center;
  15. }
  16. .desc {
  17. font-size: 30rpx;
  18. font-family: PingFangSC-Regular;
  19. font-weight: 400;
  20. color: rgba(181, 183, 189, 1);
  21. line-height: 42rpx;
  22. padding: 0 60rpx;
  23. margin-top: 30rpx;
  24. text-align: center;
  25. }
  26. .img {
  27. width: 160rpx;
  28. height: 204rpx;
  29. margin-top: 100rpx;
  30. }
  31. .btn {
  32. margin: 40rpx;
  33. border-radius: 6rpx;
  34. background-color: #ff523d;
  35. text-align: center;
  36. color: #fff;
  37. font-size: 32rpx;
  38. padding: 26rpx 0;
  39. }
  40. .desc {
  41. width: 476rpx;
  42. text-align: left;
  43. }
  44. .btn {
  45. width: 50%;
  46. margin: 40rpx auto;
  47. }