pay-success.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. #pay_success .divHead {
  2. width: 100%;
  3. height: 88rem;
  4. opacity: 1;
  5. background: #333333;
  6. position: relative;
  7. }
  8. #pay_success .divHead .divTitle {
  9. font-size: 18rem;
  10. font-family: PingFangSC, PingFangSC-Regular;
  11. font-weight: 500;
  12. text-align: center;
  13. color: #ffffff;
  14. line-height: 25rem;
  15. letter-spacing: 0;
  16. position: absolute;
  17. bottom: 13rem;
  18. width: 100%;
  19. display: flex;
  20. justify-content: space-between;
  21. align-items: center;
  22. }
  23. #pay_success .divHead .divTitle i {
  24. margin-left: 16rem;
  25. }
  26. #pay_success .divHead .divTitle img {
  27. width: 18rem;
  28. height: 18rem;
  29. margin-right: 19rem;
  30. }
  31. #pay_success .divContent {
  32. height: calc(100vh - 88rem);
  33. width: 100%;
  34. background: #ffffff;
  35. display: flex;
  36. flex-direction: column;
  37. text-align: center;
  38. align-items: center;
  39. }
  40. #pay_success .divContent img {
  41. margin-top: 148rem;
  42. margin-bottom: 19rem;
  43. width: 90rem;
  44. height: 86rem;
  45. }
  46. #pay_success .divContent .divSuccess {
  47. height: 33rem;
  48. opacity: 1;
  49. font-size: 24rem;
  50. font-family: PingFangSC, PingFangSC-Regular;
  51. font-weight: 500;
  52. text-align: center;
  53. color: #333333;
  54. line-height: 33rem;
  55. margin-top: 19rem;
  56. margin-bottom: 10rem;
  57. }
  58. #pay_success .divContent .divDesc,
  59. .divDesc1 {
  60. height: 22rem;
  61. opacity: 1;
  62. font-size: 16rem;
  63. font-family: PingFangSC, PingFangSC-Regular;
  64. font-weight: 400;
  65. text-align: center;
  66. color: #666666;
  67. line-height: 22rem;
  68. }
  69. #pay_success .divContent .divDesc1 {
  70. margin-top: 7rem;
  71. margin-bottom: 20rem;
  72. }
  73. #pay_success .divContent .btnView {
  74. width: 124rem;
  75. height: 36rem;
  76. opacity: 1;
  77. background: #ffc200;
  78. border-radius: 18px;
  79. opacity: 1;
  80. font-size: 15rem;
  81. font-family: PingFangSC, PingFangSC-Regular;
  82. font-weight: 500;
  83. text-align: center;
  84. color: #333333;
  85. line-height: 21rem;
  86. letter-spacing: 0;
  87. line-height: 36rem;
  88. }