pay_success.wxss 696 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* pages/pay_success/pay_success.wxss */
  2. /* @import '../../style/weui.wxss'; */
  3. .container icon{
  4. /* margin-top:136rpx; */
  5. margin: 100rpx auto;
  6. }
  7. .success{
  8. margin: 100rpx 225rpx 50rpx 225rpx;
  9. width: 300rpx;
  10. height: 300rpx;
  11. }
  12. image{
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .tip_txt{
  17. color: #888888;
  18. font-size: 42rpx;
  19. text-align:center ;
  20. }
  21. .tip_sum{
  22. color: #333;
  23. font-size: 80rpx;
  24. text-align:center ;
  25. font-weight: bold;
  26. margin-top: 50rpx;
  27. }
  28. .ensure{
  29. width:85%;
  30. height:80rpx;
  31. margin: 0 auto;
  32. background:var(--themeColor);
  33. font-size: 30rpx;
  34. color: #fff;
  35. text-align: center;
  36. line-height: 80rpx;
  37. border-radius: 5rpx;
  38. margin-top:100rpx;
  39. }