invoiceSuccess.wxss 765 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. page{
  2. background: #fff;
  3. }
  4. .pageContainer{
  5. padding: 120rpx 32rpx 32rpx;
  6. }
  7. .pay_status_icon{
  8. width: 300rpx;
  9. height: 228rpx;
  10. display: block;
  11. margin: 0 auto;
  12. }
  13. .success_box > .t{
  14. color: #161719;
  15. font-size: 32rpx;
  16. font-weight: 700;
  17. margin-top: 80rpx;
  18. text-align: center;
  19. }
  20. .success_box > .desc{
  21. color: #5F6268;
  22. font-size: 28rpx;
  23. margin-top: 16rpx;
  24. text-align: center;
  25. }
  26. .button{
  27. width: 100% !important;
  28. margin: 80rpx 0 0 0 !important;
  29. padding: 0 !important;
  30. height: 84rpx !important;
  31. background: #e73e2d !important;
  32. font-size: 32rpx !important;
  33. font-weight: bold !important;
  34. color: #ffffff !important;
  35. border-radius: 0 !important;
  36. border-radius: 48rpx !important;
  37. }