refund_success.acss 530 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* required by usingComponents */
  2. .scan{
  3. margin-top: 60rpx;
  4. }
  5. page{
  6. height: 100%;
  7. }
  8. .suce{
  9. padding-top: 102rpx;
  10. text-align: center;
  11. }
  12. .suce image{
  13. width: 184rpx;
  14. height: 198rpx;
  15. margin-top: 10%;
  16. }
  17. ad{
  18. position: fixed;
  19. bottom: 0rpx;
  20. left: 0rpx;
  21. width: 100%;
  22. }
  23. .text{
  24. margin-top: 60rpx;
  25. }
  26. .button{
  27. height: 80rpx;
  28. width: 350rpx;
  29. background-color: var(--globleColor);
  30. margin: 0 auto;
  31. margin-top: 50rpx;
  32. text-align: center;
  33. line-height:80rpx;
  34. border-radius: 15rpx;
  35. font-size: 32rpx;
  36. color: var(--fontColor);
  37. }