pay.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. html,
  2. body {
  3. background: #f5f5f5;
  4. font-family: PingFangSC-Regular;
  5. color: #333333;
  6. }
  7. .content,.content-X {
  8. box-sizing: border-box;
  9. padding: 20rpx 20rpx 0;
  10. }
  11. .content-X{
  12. padding-bottom: 68rpx;
  13. }
  14. .detail {
  15. margin-bottom: 24rpx;
  16. }
  17. .detail > .top {
  18. width: 100%;
  19. height: 248rpx;
  20. box-sizing: border-box;
  21. padding: 40rpx 0 28rpx 34rpx;
  22. background-image: linear-gradient(90deg, #88B3CA 0%, #7195A8 100%);
  23. border-radius: 8rpx 8rpx 0px 0px;
  24. display: flex;
  25. flex-direction: column;
  26. justify-content: space-between;
  27. font-family: PingFangSC-Semibold;
  28. font-size: 34rpx;
  29. color: #FFFFFF;
  30. }
  31. .detail > .bottom > view:first-child {
  32. padding-top: 28rpx;
  33. }
  34. .detail > .bottom > .service {
  35. padding-bottom: 28rpx;
  36. }
  37. .detail > .bottom > view {
  38. box-sizing: border-box;
  39. padding: 0 30rpx;
  40. display: flex;
  41. justify-content: space-between;
  42. background: #FFFFFF;
  43. }
  44. .detail > .bottom > view > text:first-child {
  45. font-family: PingFangSC-Regular;
  46. font-size: 28rpx;
  47. color: #333333;
  48. line-height: 64rpx;
  49. }
  50. .detail > .bottom > view > text:last-child {
  51. font-family: PingFangSC-Regular;
  52. font-size: 28rpx;
  53. color: #666666;
  54. line-height: 64rpx;
  55. }
  56. .detail > .bottom > .line {
  57. width: 710rpx;
  58. height: 24rpx;
  59. padding: 0;
  60. background: #f5f5f5;
  61. }
  62. .detail > .bottom > .line > image {
  63. width: 100%;
  64. height: 100%;
  65. }
  66. .detail > .bottom > .totalPrice > text:last-child {
  67. font-family: SFProText-Semibold;
  68. font-size: 32rpx;
  69. color: #FF5E5E;
  70. }
  71. .cheap {
  72. background: #FFFFFF;
  73. display: flex;
  74. justify-content: space-between;
  75. align-items: center;
  76. box-sizing: border-box;
  77. padding: 30rpx;
  78. font-family: PingFangSC-Regular;
  79. font-size: 28rpx;
  80. color: #333333;
  81. }
  82. .cheap > view:first-child {
  83. display: flex;
  84. align-items: center;
  85. justify-content: space-between;
  86. }
  87. .cheap > view:first-child > .red {
  88. font-size: 22rpx;
  89. color: #FF5E5E;
  90. padding: 0 2rpx;
  91. margin-left: 28rpx;
  92. border: 2rpx solid #FF5E5E;
  93. border-radius: 4rpx;
  94. }
  95. .cheap > view:last-child {
  96. color: #666666;
  97. display: flex;
  98. align-items: center;
  99. }
  100. .arrow {
  101. width: 14rpx;
  102. height: 24rpx;
  103. margin-left: 22rpx;
  104. }
  105. .footer,.footer-X {
  106. position: fixed;
  107. bottom: 0;
  108. z-index: 900;
  109. width: 100%;
  110. box-sizing: border-box;
  111. padding-left: 32rpx;
  112. background: #ffffff;
  113. }
  114. .footer-X {
  115. padding-bottom: 68rpx;
  116. }
  117. .footer .wrap,.footer-X .wrap {
  118. width: 100%;
  119. box-sizing: border-box;
  120. padding-right: 20rpx;
  121. display: flex;
  122. justify-content: space-between;
  123. align-items: center;
  124. }
  125. .footer .wrap:first-child,.footer-X .wrap:first-child {
  126. height: 120rpx;
  127. font-size: 32rpx;
  128. color: #333333;
  129. }
  130. .footer .wrap:first-child >view,.footer-X .wrap:first-child >view{
  131. display: flex;
  132. flex-direction: column;
  133. justify-content: space-between;
  134. text-align: right;
  135. }
  136. .footer .wrap:last-child,.footer-X .wrap:last-child {
  137. height: 112rpx;
  138. border-top: 2rpx solid #eeeeee;
  139. }
  140. .footer .wrap:last-child >view:first-child,.footer-X .wrap:last-child >view:first-child{
  141. display: flex;
  142. align-items: center;
  143. }
  144. .footer .wrap:last-child > text:first-child,.footer-X .wrap:last-child > text:first-child {
  145. font-size: 30rpx;
  146. color: #333333;
  147. }
  148. .footer .wrap:last-child .totalPrice > text,.footer-X .wrap:last-child .totalPrice > text {
  149. font-size: 40rpx;
  150. color: #FF5E5E;
  151. }
  152. .footer .wrap:last-child .totalPrice > text:nth-child(2),.footer-X .wrap:last-child .totalPrice > text:nth-child(2) {
  153. font-size: 28rpx;
  154. }
  155. .footer .wrap:last-child .totalPrice > text:nth-child(3),.footer-X .wrap:last-child .totalPrice > text:nth-child(3) {
  156. font-size: 26rpx;
  157. }
  158. .footer .wrap:last-child > .btn,.footer-X .wrap:last-child > .btn {
  159. width: 280rpx;
  160. height: 84rpx;
  161. line-height: 84rpx;
  162. background: #3296FB;
  163. border-radius: 42rpx;
  164. font-family: PingFangSC-Semibold;
  165. font-size: 30rpx;
  166. color: #FFFFFF;
  167. text-align: center;
  168. }