You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
666 B

  1. page {
  2. background: #52a0fd;
  3. height: 100%;
  4. }
  5. .content {
  6. width: 580rpx;
  7. height: 1250rpx;
  8. border-radius: 10rpx;
  9. background: #fff;
  10. margin: 30rpx auto 0;
  11. padding-top: 100rpx;
  12. padding-left: 50rpx;
  13. padding-right: 50rpx;
  14. }
  15. .content .success {
  16. text-align: center;
  17. color: #51a0fc;
  18. font-weight: 600;
  19. font-size: 35rpx;
  20. }
  21. .content .success .icon {
  22. position: relative;
  23. top: 15rpx;
  24. width: 50rpx;
  25. height: 50rpx;
  26. }
  27. .content .money {
  28. text-align: center;
  29. font-size: 100rpx;
  30. font-weight: 600;
  31. margin-top: 90rpx;
  32. }
  33. .btns {
  34. position: relative;
  35. top: 50rpx;
  36. }
  37. .btn {
  38. margin-bottom: 25rpx;
  39. color: #fff;
  40. background-color: #0099ff;
  41. }