success.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .page-success{
  2. display: flex;
  3. height: 100%;
  4. padding:0;
  5. box-sizing: border-box;
  6. flex-direction: column;
  7. }
  8. .page-success .success-icon{
  9. width:160rpx;
  10. height:134rpx;
  11. margin:0 auto;
  12. margin-top:158rpx;
  13. }
  14. .page-success .success-icon image{
  15. width:100%;
  16. }
  17. .page-success .tip1{
  18. font-size:48rpx;
  19. color:#161616;
  20. text-align:center;
  21. margin-top:74rpx;
  22. }
  23. .page-success .tip2{
  24. font-size:28rpx;
  25. color:rgba(22,22,22,1);
  26. text-align:center;
  27. width: 70%;
  28. margin: 12px auto 40rpx auto;
  29. }
  30. .page-success .btn1{
  31. width:420rpx;
  32. line-height:90rpx;
  33. background:rgba(255,255,255,1);
  34. border:2rpx solid #161616;
  35. color:rgba(22,22,22,1);
  36. text-align:center;
  37. margin:0 auto;
  38. margin-top:74rpx;
  39. font-size:32rpx;
  40. }
  41. .page-success .btn2{
  42. width:420rpx;
  43. height:90rpx;
  44. line-height:90rpx;
  45. background:rgba(255,255,255,1);
  46. border:2rpx solid rgba(236,238,243,1);
  47. color:rgba(178,178,191,1);
  48. text-align:center;
  49. margin:0 auto;
  50. font-size:32rpx;
  51. margin-top:30rpx;
  52. }