pay_success.acss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. /* required by usingComponents */
  2. /* pages/pay_success/pay_success.wxss */
  3. page {
  4. /* background-color: #f3f3f5; */
  5. color: #333333;
  6. text-align: center;
  7. }
  8. .top-head {
  9. height: 250rpx;
  10. width: 100%;
  11. /* background-color: var(--globleColor); */
  12. }
  13. .content {
  14. margin: 0 80rpx;
  15. margin-top: -150rpx;
  16. }
  17. .content-first {
  18. background-color: #ffffff;
  19. border-radius: 12rpx;
  20. padding: 30rpx;
  21. text-align: center;
  22. }
  23. .paymoney{
  24. text-align: center;
  25. font-size:50rpx;
  26. margin-bottom: 30rpx;
  27. height:250rpx;
  28. width:250rpx;
  29. margin-top: 20%;
  30. }
  31. .content-title {
  32. font-size: 40rpx;
  33. font-weight: bold;
  34. text-align: center;
  35. }
  36. .content-detail {
  37. text-align: center;
  38. font-size: 28rpx;
  39. margin-top: 30rpx;
  40. }
  41. .money-detail {
  42. margin-top: 30rpx;
  43. }
  44. .detail-first {
  45. display: flex;
  46. padding:10rpx;
  47. font-size: 28rpx;
  48. }
  49. .detail-left {
  50. flex: 1;
  51. text-align: left;
  52. }
  53. .detail-right {
  54. flex: 1;
  55. text-align: right;
  56. }
  57. .text{
  58. }
  59. .text1{
  60. color: #999999;
  61. }
  62. .detail-first1{
  63. border-bottom: solid 1rpx #f3f3f3;
  64. padding-bottom: 30rpx;
  65. }.detail-first2{
  66. padding-top: 30rpx;
  67. }
  68. .problem{
  69. color: #999999;
  70. font-size: 26rpx;
  71. text-align: right;
  72. padding: 20rpx 10rpx;
  73. margin-bottom: 20rpx;
  74. }
  75. .baoxiu{
  76. text-align: center;
  77. height: 50rpx;
  78. line-height: 50rpx;
  79. font-size: 24rpx;
  80. margin-top: 20rpx;
  81. color: var(--globleColor);
  82. }
  83. .payButton{
  84. width: 50%;
  85. height: 80rpx;
  86. line-height: 80rpx;
  87. margin: 0 auto;
  88. text-align: center;
  89. background: var(--globleColor);
  90. border-radius: 12rpx;
  91. margin-top: 100rpx;
  92. margin-bottom: 50rpx;
  93. font-size: 32rpx;
  94. color: var(--fontColor);
  95. }
  96. .home{
  97. width: 80%;
  98. height: 100rpx;
  99. line-height: 100rpx;
  100. border-radius: 12rpx;
  101. margin: 0 auto;
  102. margin-top: 18%;
  103. font-size: 32rpx;
  104. text-align: center;
  105. font-weight: 600;
  106. background-color: var(--globleColor);
  107. }