index.css 664 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* wallet/rechargeSuccess/index.wxss */
  2. page {
  3. background: #ffffff;
  4. }
  5. .pinimgs {
  6. width: 138rpx;
  7. height: 138rpx;
  8. position: relative;
  9. margin: 181rpx auto 60rpx auto;
  10. /* margin: 70rpx 30rpx; */
  11. }
  12. .pinimg {
  13. display: block;
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .type {
  18. padding: 30rpx 0 0;
  19. font-size: 32rpx;
  20. text-align: center;
  21. }
  22. .money {
  23. font-size: 70rpx;
  24. text-align: center;
  25. }
  26. .start {
  27. font-size: 42rpx;
  28. text-align: center;
  29. font-weight: bold;
  30. }
  31. .chongzhi{
  32. padding: 32rpx 20rpx;
  33. text-align: center;
  34. background: #F5403D;
  35. margin: 365rpx 106rpx 0 106rpx;
  36. border-radius: 10rpx;
  37. font-size: 32rpx;
  38. color: #FFFFFF;
  39. }