index.acss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. .discharge-settlement-detail {
  2. padding-bottom: 200rpx;
  3. background-color: #F5F5F5;
  4. position: relative;
  5. }
  6. .discharge-settlement-detail .header {
  7. width: 100%;
  8. }
  9. .discharge-settlement-detail .headertitle {
  10. display: flex;
  11. align-items: center;
  12. height: 84rpx;
  13. color: #ff6010;
  14. padding-left: 24rpx;
  15. font-size: 30rpx;
  16. background-color: #FFF9ED;
  17. }
  18. .discharge-settlement-detail .headertitle .logo {
  19. width: 40rpx;
  20. height: 40rpx;
  21. margin-right: 6rpx;
  22. }
  23. .discharge-settlement-detail .headertitle .overhiddenheadertitle {
  24. overflow: hidden;
  25. }
  26. .discharge-settlement-detail .headertitle .animation {
  27. white-space: nowrap;
  28. }
  29. .discharge-settlement-detail .detail-block {
  30. position: relative;
  31. margin: 16rpx 24rpx 24rpx;
  32. padding: 30rpx;
  33. background-color: #fff;
  34. border-radius: 16rpx;
  35. }
  36. .discharge-settlement-detail .detail-block .person-name {
  37. padding-bottom: 16px;
  38. border-bottom: 1px solid #eee;
  39. }
  40. .discharge-settlement-detail .detail-table-title {
  41. display: flex;
  42. margin-top: 32rpx;
  43. color: #999;
  44. }
  45. .discharge-settlement-detail .detail-table-data {
  46. display: flex;
  47. margin-top: 40rpx;
  48. color: #333;
  49. }
  50. .discharge-settlement-detail .detail-table {
  51. display: table;
  52. width: 100%;
  53. }
  54. .discharge-settlement-detail .detail-table-title-1 {
  55. width: 40%;
  56. text-align: left;
  57. }
  58. .discharge-settlement-detail .detail-table-title-2 {
  59. width: 20%;
  60. text-align: center;
  61. }
  62. .discharge-settlement-detail .detail-table-title-3 {
  63. width: 20%;
  64. text-align: center;
  65. }
  66. .discharge-settlement-detail .detail-table-title-4 {
  67. width: 20%;
  68. text-align: center;
  69. }
  70. .discharge-settlement-detail .settlement-total {
  71. margin: 24rpx;
  72. padding: 24rpx;
  73. background-color: #fff;
  74. display: flex;
  75. justify-content: center;
  76. flex-direction: column;
  77. align-items: center;
  78. border-radius: 16rpx;
  79. }
  80. .discharge-settlement-detail .settlement-total .title {
  81. margin: 24rpx 0;
  82. color: #333;
  83. font-weight: 400;
  84. font-size: 30rpx;
  85. }
  86. .discharge-settlement-detail .settlement-total .price {
  87. color: #FF6430;
  88. font-size: 64rpx;
  89. letter-spacing: 0.21px;
  90. font-weight: 900;
  91. }
  92. .discharge-settlement-detail .settlement-total .price .price-money {
  93. font-size: 48rpx;
  94. margin: 6rpx;
  95. }
  96. .discharge-settlement-detail .settlement-total .triangle {
  97. margin-top: 16rpx;
  98. width: 0;
  99. height: 0;
  100. border-left: 20rpx solid transparent;
  101. border-right: 20rpx solid transparent;
  102. border-bottom: 20rpx solid #f5f5f5;
  103. }
  104. .discharge-settlement-detail .settlement-total .reason {
  105. margin-top: 24rpx;
  106. color: #999;
  107. font-weight: 400;
  108. font-size: 24rpx;
  109. }
  110. .discharge-settlement-detail .settlement-total .detail {
  111. background-color: #F5F5F5;
  112. padding: 16rpx;
  113. border-radius: 8rpx;
  114. width: 100%;
  115. box-sizing: border-box;
  116. }
  117. .discharge-settlement-detail .settlement-total .detail .tips {
  118. margin-top: 24rpx;
  119. margin-right: 18rpx;
  120. margin-bottom: 10rpx;
  121. color: #FF6430;
  122. font-weight: 400;
  123. font-size: 24rpx;
  124. text-align: right;
  125. }
  126. .discharge-settlement-detail .settlement-total .detail .detail-price {
  127. display: flex;
  128. justify-content: space-between;
  129. align-items: center;
  130. width: 100%;
  131. box-sizing: border-box;
  132. padding-top: 24rpx;
  133. }
  134. .discharge-settlement-detail .settlement-total .detail .detail-price .label {
  135. color: #666;
  136. font-weight: 400;
  137. font-size: 30rpx;
  138. }
  139. .discharge-settlement-detail .settlement-total .detail .detail-price .value {
  140. display: inline-block;
  141. height: 18rpx;
  142. color: #333;
  143. font-weight: 500;
  144. font-size: 30rpx;
  145. line-height: 18rpx;
  146. }
  147. .discharge-settlement-detail .settlement-total .detail .detail-price .value .items {
  148. padding-right: 6rpx;
  149. }
  150. .discharge-settlement-detail .settlement-total .detail .detail-price:nth-child(2) {
  151. padding-top: 24rpx;
  152. padding-bottom: 24rpx;
  153. border-bottom: 1px dashed #A6A6A6;
  154. }
  155. .discharge-settlement-detail .discharge-settlement-bottom {
  156. position: fixed;
  157. bottom: 0;
  158. left: 0;
  159. display: flex;
  160. align-items: center;
  161. justify-content: center;
  162. width: 100%;
  163. height: 146rpx;
  164. padding-bottom: env(safe-area-inset-bottom);
  165. background: white;
  166. }
  167. .discharge-settlement-detail .discharge-settlement-bottom .settlement-button {
  168. display: flex;
  169. align-items: center;
  170. justify-content: center;
  171. width: 702rpx;
  172. height: 98rpx;
  173. color: white;
  174. font-size: 36rpx;
  175. background-color: #1677FF;
  176. }