index.acss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .hospital-new-component.payment-success-wrapper {
  2. position: relative;
  3. }
  4. .hospital-new-component.payment-success-wrapper .header-bg-fixed {
  5. position: absolute;
  6. left: 0;
  7. right: 0;
  8. top: 0;
  9. height: 224rpx;
  10. z-index: 1;
  11. background-image: linear-gradient(180deg, #1677FF 20rpx, rgba(22, 119, 255, 0) 96%);
  12. }
  13. .hospital-new-component.payment-success-wrapper .payment-success-content {
  14. position: relative;
  15. z-index: 1;
  16. padding: 32rpx 24rpx;
  17. }
  18. .hospital-new-component.payment-success-wrapper .payment-status-block {
  19. height: 212rpx;
  20. border-radius: 16rpx;
  21. background-color: #fff;
  22. display: flex;
  23. flex-direction: column;
  24. align-items: center;
  25. justify-content: center;
  26. margin-bottom: 24rpx;
  27. }
  28. .hospital-new-component.payment-success-wrapper .success-icon {
  29. width: 64rpx;
  30. height: 64rpx;
  31. background-size: cover;
  32. background-position: center;
  33. background-repeat: no-repeat;
  34. margin-bottom: 14rpx;
  35. background-image: url('https://gw.alipayobjects.com/mdn/rms_373ab8/afts/img/A*eX_EQKwtAOsAAAAAAAAAAAAAARQnAQ');
  36. }
  37. .hospital-new-component.payment-success-wrapper .success-text {
  38. color: #22B35E;
  39. font-size: 38rpx;
  40. font-weight: bold;
  41. }
  42. .hospital-new-component.payment-success-wrapper .payment-info-block {
  43. border-radius: 16rpx;
  44. background-color: #fff;
  45. padding: 0 24rpx;
  46. margin-bottom: 82rpx;
  47. }
  48. .hospital-new-component.payment-success-wrapper .payment-info-block .header {
  49. color: #333;
  50. font-size: 30rpx;
  51. padding: 24rpx 0;
  52. font-weight: bold;
  53. border-bottom: 1px solid #f6f6f6;
  54. }
  55. .hospital-new-component.payment-success-wrapper .info-item {
  56. padding: 24rpx 0;
  57. display: flex;
  58. align-items: center;
  59. justify-content: space-between;
  60. }
  61. .hospital-new-component.payment-success-wrapper .info-name {
  62. color: #999;
  63. font-size: 30rpx;
  64. }
  65. .hospital-new-component.payment-success-wrapper .info-value {
  66. color: #333;
  67. font-size: 30rpx;
  68. }
  69. .hospital-new-component.payment-success-wrapper .back-to-home {
  70. height: 98rpx;
  71. border-radius: 8rpx;
  72. border: none;
  73. color: #fff;
  74. background-color: #1677FF;
  75. display: flex;
  76. align-items: center;
  77. justify-content: center;
  78. }
  79. .hospital-new-component.payment-success-wrapper .back-to-home:active {
  80. opacity: 0.8;
  81. }