bill.acss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. page {
  2. background: #F6F7F8;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. /* .refund{
  7. font-size: 0.28rem;
  8. font-family: PingFangSC-Regular, PingFang SC;
  9. font-weight: 400;
  10. color: red;
  11. text-align: right;
  12. margin-right: 28rpx;
  13. } */
  14. /* .ass{
  15. width: 95rpx;
  16. height: 72rpx;
  17. position: sticky;
  18. top: 0;
  19. left: 0;
  20. z-index: 10;
  21. } */
  22. .bill-topbox{
  23. padding-top: 32rpx;
  24. }
  25. .bill-topbox .bill-topimage {
  26. width: 95rpx;
  27. height: 72rpx;
  28. }
  29. .bill-topbox .bill-dbicon {
  30. width: 86.47rpx;
  31. height: 47.3rpx;
  32. position: fixed;
  33. bottom: 0;
  34. right: 0;
  35. margin: 0;
  36. }
  37. .bill-xfbox {
  38. width: 686rpx;
  39. /* height: 290rpx; */
  40. background: #FFFFFF;
  41. box-shadow: 8rpx 8rpx 8rpx 0rpx rgba(220, 223, 226, 0.25);
  42. border-radius: 8rpx;
  43. margin: 0 auto;
  44. position: relative;
  45. margin-bottom: 24rpx;
  46. margin-top: 5rpx !important;
  47. }
  48. /* .bill-xfbox view:nth-child(1) {
  49. height: 44rpx;
  50. font-size: 32rpx;
  51. font-family: PingFangSC-Regular, PingFang SC;
  52. font-weight: 400;
  53. color: #2B2C2C;
  54. padding-top: 44rpx;
  55. margin: 0rpx 0rpx 36rpx 32rpx;
  56. }
  57. .bill-xfbox view:nth-child(2) {
  58. height: 40rpx;
  59. font-size: 28rpx;
  60. font-family: PingFangSC-Regular, PingFang SC;
  61. font-weight: 400;
  62. color: #204033;
  63. margin-bottom: 20rpx;
  64. }
  65. .bill-xfbox view:nth-child(3) {
  66. height: 40rpx;
  67. font-size: 28rpx;
  68. font-family: PingFangSC-Regular, PingFang SC;
  69. font-weight: 400;
  70. color: #204033;
  71. margin-bottom: 20rpx;
  72. }
  73. .bill-xfbox view:nth-child(4) {
  74. height: 40rpx;
  75. font-size: 28rpx;
  76. font-family: PingFangSC-Regular, PingFang SC;
  77. font-weight: 400;
  78. color: #204033;
  79. margin-bottom: 20rpx;
  80. }
  81. .bill-xfbox text {
  82. display: inline-block;
  83. width: 14rpx;
  84. height: 14rpx;
  85. border: 2rpx solid #0A9B57;
  86. border-radius: 50%;
  87. margin-right: 8rpx;
  88. margin-left: 32rpx;
  89. }
  90. .bill-xfbox view:nth-child(5) {
  91. height: 40rpx;
  92. font-size: 28rpx;
  93. font-family: PingFangSC-Regular, PingFang SC;
  94. font-weight: 400;
  95. color: #204033;
  96. }
  97. .bill-xfbox view:nth-child(6) {
  98. height: 48rpx;
  99. font-size: 40rpx;
  100. font-family: DIN-Medium, DIN;
  101. font-weight: 500;
  102. color: #5E5F60;
  103. position: absolute;
  104. top: 42rpx;
  105. right: 28rpx;
  106. }
  107. .bill-xfbox .subsidy {
  108. height: 40rpx;
  109. font-size: 28rpx;
  110. font-family: PingFangSC-Regular, PingFang SC;
  111. font-weight: 400;
  112. color: #0E9D5A;
  113. position: absolute;
  114. top: 120rpx;
  115. right: 28rpx;
  116. }
  117. .bill-xfbox .coupon {
  118. height: 40rpx;
  119. font-size: 28rpx;
  120. font-family: PingFangSC-Regular, PingFang SC;
  121. font-weight: 400;
  122. color: #0E9D5A;
  123. position: absolute;
  124. bottom: 170rpx;
  125. right: 28rpx;
  126. }
  127. .bill-xfbox .time{
  128. height: 40rpx;
  129. font-size: 28rpx;
  130. font-family: PingFangSC-Regular, PingFang SC;
  131. font-weight: 400;
  132. color: #0E9D5A;
  133. position: absolute;
  134. bottom: 50rpx;
  135. right: 28rpx;
  136. }
  137. .bill-xfbox .zfb {
  138. height: 40rpx;
  139. font-size: 28rpx;
  140. font-family: PingFangSC-Regular, PingFang SC;
  141. font-weight: 400;
  142. color: #0E9D5A;
  143. position: absolute;
  144. bottom: 110rpx;
  145. right: 28rpx;
  146. } */
  147. .contens{
  148. color: #AEAFB0;
  149. font-size: 28rpx;
  150. width: 100%;
  151. margin: 20rpx auto;
  152. text-align: center;
  153. display: block;
  154. }
  155. .bill-image{
  156. display: block;
  157. margin: 0rpx auto;
  158. background-size: 80% 80% !important;
  159. background-position: 30px;
  160. }
  161. .box{
  162. padding: 300rpx 0 0 0;
  163. }
  164. .rental{
  165. padding: 28rpx;
  166. font-size: 32rpx;
  167. font-family: PingFangSC-Regular, PingFang SC;
  168. font-weight: 400;
  169. color: #2B2C2C;
  170. justify-content: space-between;
  171. }
  172. .rental text:nth-child(2){
  173. font-size: 40rpx;
  174. font-family: PingFangSC-Regular, PingFang SC;
  175. font-weight: 400;
  176. color: #5E5F60;
  177. }
  178. .flexs{
  179. display: flex;
  180. align-items: center;
  181. }
  182. .list,.Time{
  183. padding: 0rpx 28rpx;
  184. }
  185. .list .flex view:nth-child(1){
  186. font-size: 28rpx;
  187. font-family: PingFangSC-Regular, PingFang SC;
  188. font-weight: 400;
  189. color: #204033;
  190. }
  191. .list .flex{
  192. /* width: 33%; */
  193. text-align: center;
  194. }
  195. .list .flex view:nth-child(2){
  196. font-size: 28rpx;
  197. font-family: PingFangSC-Regular, PingFang SC;
  198. font-weight: 400;
  199. color:#0E9D5A;
  200. margin-left:20rpx;
  201. }
  202. .Time{
  203. font-size: 28rpx;
  204. font-family: PingFangSC-Regular, PingFang SC;
  205. font-weight: 400;
  206. color:#0E9D5A;
  207. padding: 40rpx 28rpx 30rpx 28rpx;
  208. }
  209. .refunds{
  210. font-size: 0.28rem;
  211. font-family: PingFangSC-Regular, PingFang SC;
  212. font-weight: 400;
  213. color: red;
  214. text-align: right;
  215. padding-bottom: 28rpx;
  216. margin-right: 28rpx;
  217. }
  218. .flex{
  219. display: flex;
  220. align-items: center;
  221. justify-content: space-between;
  222. }