index.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. @import '/app.wxss';
  2. .order-details .address .name {
  3. font-size: 30rpx;
  4. color: #282828;
  5. margin-bottom: 10rpx;
  6. }
  7. .order-details .address .name .phone {
  8. margin-left: 40rpx;
  9. }
  10. .order-details .line {
  11. width: 100%;
  12. height: 3rpx;
  13. }
  14. .order-details .line image {
  15. width: 100%;
  16. height: 100%;
  17. display: block;
  18. }
  19. .order-details .wrapper {
  20. background-color: #fff;
  21. margin-top: 12rpx;
  22. padding: 30rpx;
  23. }
  24. .order-details .wrapper .item {
  25. font-size: 28rpx;
  26. color: #282828;
  27. }
  28. .order-details .wrapper .item~.item {
  29. margin-top: 20rpx;
  30. }
  31. .order-details .wrapper .item .conter {
  32. color: #868686;
  33. width: 500rpx;
  34. text-align: right;
  35. }
  36. .order-details .wrapper .item .conter .copy {
  37. font-size: 20rpx;
  38. color: #333;
  39. border-radius: 3rpx;
  40. border: 1px solid #666;
  41. padding: 3rpx 15rpx;
  42. margin-left: 24rpx;
  43. box-sizing: border-box;
  44. }
  45. .order-details .wrapper .actualPay {
  46. border-top: 1rpx solid #eee;
  47. margin-top: 30rpx;
  48. padding-top: 30rpx;
  49. box-sizing: border-box;
  50. }
  51. .order-details .wrapper .actualPay .money {
  52. font-weight: bold;
  53. font-size: 30rpx;
  54. }
  55. .order-details .footer {
  56. width: 100%;
  57. height: 100rpx;
  58. position: fixed;
  59. bottom: 0;
  60. left: 0;
  61. background-color: #fff;
  62. padding: 0 30rpx;
  63. border-top: 1px solid #eee;
  64. }
  65. .order-details .footer .bnt {
  66. width: 176rpx;
  67. height: 60rpx;
  68. text-align: center;
  69. line-height: 60rpx;
  70. border-radius: 50rpx;
  71. color: #fff;
  72. font-size: 27rpx;
  73. }
  74. .order-details .footer .bnt.cancel {
  75. color: #aaa;
  76. border: 1px solid #ddd;
  77. }
  78. .order-details .footer .bnt.default {
  79. color: #444;
  80. border: 1px solid #444;
  81. }
  82. .order-details .footer .bnt~.bnt {
  83. margin-left: 18rpx;
  84. }
  85. .pos-order-details .header {
  86. background: linear-gradient(to right, #2291f8 0%, #1cd1dc 100%);
  87. background: -webkit-linear-gradient(to right, #2291f8 0%, #1cd1dc 100%);
  88. background: -moz-linear-gradient(to right, #2291f8 0%, #1cd1dc 100%);
  89. padding: 0 30rpx;
  90. height: 150rpx;
  91. box-sizing: border-box;
  92. }
  93. .pos-order-details .header .state {
  94. font-size: 36rpx;
  95. color: #fff;
  96. }
  97. .pos-order-details .header .data {
  98. margin-left: 35rpx;
  99. font-size: 28rpx;
  100. color: rgba(255, 255, 255, 0.8);
  101. }
  102. .pos-order-details .header .data .order-num {
  103. font-size: 30rpx;
  104. margin-bottom: 8rpx;
  105. }
  106. .pos-order-details .remarks {
  107. width: 100%;
  108. height: 86rpx;
  109. background-color: #fff;
  110. padding: 0 30rpx;
  111. box-sizing: border-box;
  112. }
  113. .pos-order-details .remarks .iconfont {
  114. font-size: 40rpx;
  115. color: #2a7efb;
  116. }
  117. .pos-order-details .remarks input {
  118. width: 630rpx;
  119. height: 100%;
  120. font-size: 30rpx;
  121. }
  122. .pos-order-details .remarks input::placeholder {
  123. color: #666;
  124. }
  125. .pos-order-details .orderingUser {
  126. font-size: 26rpx;
  127. color: #282828;
  128. padding: 0 30rpx;
  129. height: 67rpx;
  130. background-color: #fff;
  131. margin-top: 16rpx;
  132. border-bottom: 1px solid #f5f5f5;
  133. }
  134. .pos-order-details .orderingUser .iconfont {
  135. font-size: 40rpx;
  136. color: #2a7efb;
  137. margin-right: 15rpx;
  138. }
  139. .pos-order-details .address {
  140. margin-top: 0;
  141. font-size: 26rpx;
  142. color: #868686;
  143. background-color: #fff;
  144. padding: 25rpx 30rpx 30rpx 30rpx;
  145. }
  146. .pos-order-details .pos-order-goods {
  147. margin-top: 17rpx;
  148. }
  149. .pos-order-details .footer .more {
  150. font-size: 27rpx;
  151. color: #aaa;
  152. width: 100rpx;
  153. height: 64rpx;
  154. text-align: center;
  155. line-height: 64rpx;
  156. margin-right: 25rpx;
  157. position: relative;
  158. }
  159. .pos-order-details .footer .delivery {
  160. background: linear-gradient(to right, #2291f8 0%, #1cd1dc 100%);
  161. background: -webkit-linear-gradient(to right, #2291f8 0%, #1cd1dc 100%);
  162. background: -moz-linear-gradient(to right, #2291f8 0%, #1cd1dc 100%);
  163. }
  164. .pos-order-details .footer .more .order .arrow {
  165. width: 0;
  166. height: 0;
  167. border-left: 11rpx solid transparent;
  168. border-right: 11rpx solid transparent;
  169. border-top: 0.2rem solid #e5e5e5;
  170. position: absolute;
  171. left: 15rpx;
  172. bottom: -18rpx;
  173. }
  174. .pos-order-details .footer .more .order .arrow:before {
  175. content: '';
  176. width: 0;
  177. height: 0;
  178. border-left: 9rpx solid transparent;
  179. border-right: 9rpx solid transparent;
  180. border-top: 19rpx solid #fff;
  181. position: absolute;
  182. left: -10rpx;
  183. bottom: 0;
  184. }
  185. .pos-order-details .footer .more .order {
  186. width: 200rpx;
  187. background-color: #fff;
  188. border: 1px solid #eee;
  189. border-radius: 10rpx;
  190. position: absolute;
  191. top: -200rpx;
  192. z-index: 9;
  193. }
  194. .pos-order-details .footer .more .order .item {
  195. height: 77rpx;
  196. line-height: 77rpx;
  197. }
  198. .pos-order-details .footer .more .order .item~.item {
  199. border-top: 1px solid #f5f5f5;
  200. }
  201. .pos-order-details .footer .more .moreName {
  202. width: 100%;
  203. height: 100%;
  204. }