detail.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. /* pages/order/detail/detail.wxss */
  2. page {
  3. width: 750rpx;
  4. min-height: 100vh;
  5. background: linear-gradient(180deg, #ebf4fd 0%, #FFF 100%);
  6. padding-bottom: 50rpx;
  7. background-attachment: fixed;
  8. }
  9. .navBar {
  10. position: fixed;
  11. left: 25rpx;
  12. z-index: 10;
  13. border: 1px solid #ccc;
  14. border-radius: 50px;
  15. width: 165rpx;
  16. background: #fff;
  17. display: flex;
  18. flex-direction: row;
  19. justify-content: space-around;
  20. padding-right: 14rpx;
  21. height: 30px;
  22. opacity: 0.8;
  23. }
  24. .topBg {
  25. width: 750rpx;
  26. position: relative;
  27. z-index: 1;
  28. padding: 150rpx 30rpx 0;
  29. overflow: hidden;
  30. }
  31. .topBg .bg {
  32. height: 536rpx;
  33. }
  34. .topBg .title {
  35. font-size: 40rpx;
  36. font-weight: 500;
  37. color: #191C27;
  38. margin-bottom: 32rpx;
  39. }
  40. .zhifu {
  41. width: 702rpx;
  42. height: 230rpx;
  43. background: #FFFFFF;
  44. border-radius: 12rpx;
  45. margin: 24rpx 0;
  46. flex-direction: column;
  47. justify-content: space-between;
  48. align-items: flex-start;
  49. padding: 24rpx;
  50. }
  51. .zhifu .tips {
  52. font-size: 32rpx;
  53. font-weight: 500;
  54. color: #191C27;
  55. }
  56. .zhifu .price {
  57. font-size: 26rpx;
  58. color: #666666;
  59. }
  60. .zhifu .footer .btn {
  61. width: 152rpx;
  62. height: 60rpx;
  63. border-radius: 30rpx;
  64. text-align: center;
  65. line-height: 60rpx;
  66. font-size: 28rpx;
  67. margin-right: 24rpx;
  68. }
  69. .contioner {
  70. width: 702rpx;
  71. background: #FFFFFF;
  72. border-radius: 12rpx;
  73. margin: 0 auto 24rpx;
  74. padding: 0rpx 24rpx 32rpx;
  75. }
  76. .contioner .tit {
  77. font-size: 32rpx;
  78. font-weight: 500;
  79. color: #191C27;
  80. padding: 32rpx 0;
  81. }
  82. .payMessage .items {
  83. padding-bottom: 24rpx;
  84. }
  85. .payMessage .items .le .message {
  86. width: 120rpx;
  87. height: 120rpx;
  88. background: #FFFFFF;
  89. border-radius: 4rpx;
  90. border: 1px solid #EDEDED;
  91. margin-right: 24rpx;
  92. }
  93. .payMessage .items .le .name {
  94. font-size: 28rpx;
  95. color: #191C27;
  96. width: 505rpx;
  97. height: 70rpx;
  98. margin-bottom: 24rpx;
  99. }
  100. .payMessage .items .le .num {
  101. font-size: 28rpx;
  102. color: #999999;
  103. }
  104. .payMessage .items .lr {
  105. font-size: 28rpx;
  106. color: #191C27;
  107. }
  108. .payMessage .items .footer {
  109. margin-top: 20rpx;
  110. color: #191C27;
  111. font-size: 28rpx;
  112. }
  113. .payMessage .items .footer .content {
  114. margin-left: 32rpx;
  115. font-size: 24rpx;
  116. color: #191C27;
  117. }
  118. .payMessage .items .footer .t2 {
  119. color: #999999;
  120. }
  121. .payMessage .items .footer .price {
  122. margin-left: auto;
  123. }
  124. .orderMessage .items {
  125. padding: 32rpx 0;
  126. font-size: 28rpx;
  127. color: #191C27;
  128. }
  129. .orderMessage .items .lr.color {
  130. color: #FF663D;
  131. }
  132. .payMessage .allPrice {
  133. padding-top: 24rpx;
  134. font-size: 28rpx;
  135. color: #191C27;
  136. }
  137. .payMessage .allPrice .num {
  138. font-size: 40rpx;
  139. font-weight: 500;
  140. margin-left: 12rpx;
  141. }
  142. .footerBoxs {
  143. padding: 16rpx 0 0;
  144. }
  145. .footerBoxs .footerItems {
  146. padding: 16rpx 0;
  147. font-size: 28rpx;
  148. }
  149. .footerBoxs .footerItems .les {
  150. color: #999999;
  151. }
  152. .footerBoxs .footerItems .lrs {
  153. color: #191C27;
  154. text-align: right;
  155. }
  156. .footerBoxs .footerItems .btn {
  157. font-size: 22rpx;
  158. color: #191C27;
  159. line-height: 34rpx;
  160. width: 82rpx;
  161. height: 34rpx;
  162. border-radius: 4rpx;
  163. border: 1px solid #CCCCCC;
  164. margin-left: 16rpx;
  165. }
  166. .statusBox {
  167. width: 702rpx;
  168. background: #FFFFFF;
  169. border-radius: 12rpx;
  170. margin: 24rpx 0;
  171. padding: 32rpx 24rpx;
  172. }
  173. .statusBox .statusTips {
  174. font-size: 32rpx;
  175. font-weight: bold;
  176. color: #191C27;
  177. }
  178. .statusBox .statusTime {
  179. font-size: 26rpx;
  180. color: #666666;
  181. margin-top: 24rpx;
  182. }
  183. .statusBox .statusBtn {
  184. margin: 32rpx 0;
  185. }
  186. .statusBox .statusBtn .btn {
  187. width: 152rpx;
  188. height: 60rpx;
  189. line-height: 60rpx;
  190. border-radius: 30rpx;
  191. margin-right: 24rpx;
  192. font-size: 24rpx;
  193. }
  194. .statusBox .statusFooter {
  195. margin-top: 32rpx;
  196. }
  197. .statusFooter .top .lr text {
  198. font-size: 26rpx;
  199. color: #191C27;
  200. }
  201. .statusFooter .top .lr image {
  202. width: 39rpx;
  203. height: 39rpx;
  204. margin-right: 10rpx;
  205. }
  206. .statusFooter .top .le {
  207. font-size: 32rpx;
  208. font-weight: 500;
  209. color: #191C27;
  210. }
  211. .statusFooter .bottom {
  212. font-size: 28rpx;
  213. color: #191C27;
  214. margin-top: 32rpx;
  215. padding: 24rpx;
  216. background: #f6f6f6;
  217. border-radius: 8rpx;
  218. }
  219. .remarks {
  220. padding-top: 32rpx;
  221. font-size: 28rpx;
  222. color: #666666;
  223. }