order.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .orders-switch {
  7. width: 100%;
  8. background: #fff;
  9. height: 84rpx;
  10. /* border-bottom: 1px solid rgba(0,0,0,.15); */
  11. }
  12. .orders-switch .item {
  13. display: inline-block;
  14. height: 82rpx;
  15. width: 18%;
  16. padding: 0 15rpx;
  17. text-align: center;
  18. }
  19. .orders-switch .item .txt {
  20. display: inline-block;
  21. height: 82rpx;
  22. padding: 0 20rpx;
  23. line-height: 82rpx;
  24. color: #9a9ba1;
  25. font-size: 30rpx;
  26. width: 170rpx;
  27. }
  28. .orders-switch .item.active .txt {
  29. color: #ab956d;
  30. border-bottom: 4rpx solid #ab956d;
  31. }
  32. .no-order {
  33. width: 100%;
  34. height: auto;
  35. margin: 0 auto;
  36. }
  37. .no-order .c {
  38. width: 100%;
  39. height: auto;
  40. margin-top: 400rpx;
  41. }
  42. .no-order .c text {
  43. margin: 0 auto;
  44. display: block;
  45. width: 258rpx;
  46. height: 29rpx;
  47. line-height: 29rpx;
  48. text-align: center;
  49. font-size: 29rpx;
  50. color: #999;
  51. }
  52. .orders {
  53. height: auto;
  54. width: 100%;
  55. overflow: hidden;
  56. }
  57. .order {
  58. margin-top: 20rpx;
  59. background: #fff;
  60. padding:0 0 20rpx
  61. }
  62. .order .h {
  63. height: 83.3rpx;
  64. line-height: 83.3rpx;
  65. margin-left: 31.25rpx;
  66. padding-right: 31.25rpx;
  67. border-bottom: 1px solid #f4f4f4;
  68. font-size: 30rpx;
  69. color: #333;
  70. }
  71. .order .h .l {
  72. float: left;
  73. }
  74. .order .h .r {
  75. float: right;
  76. color: #b4282d;
  77. font-size: 24rpx;
  78. }
  79. .order .goods {
  80. display: flex;
  81. align-items: center;
  82. height: 199rpx;
  83. margin-left: 31.25rpx;
  84. }
  85. .order .goods .img {
  86. height: 145.83rpx;
  87. width: 145.83rpx;
  88. background: #f4f4f4;
  89. }
  90. .order .goods .img image {
  91. height: 145.83rpx;
  92. width: 145.83rpx;
  93. }
  94. .order .goods .info {
  95. height: 145.83rpx;
  96. flex: 1;
  97. padding-left: 20rpx;
  98. }
  99. .order .goods .name {
  100. /* margin-top: 30rpx; */
  101. display: block;
  102. /*height: 44rpx;
  103. line-height: 44rpx;*/
  104. color: #333;
  105. font-size: 30rpx;
  106. overflow: hidden;
  107. white-space: nowrap;
  108. }
  109. .order .goods .number {
  110. display: block;
  111. height: 37rpx;
  112. line-height: 37rpx;
  113. color: #666;
  114. font-size: 25rpx;
  115. /* margin-top: 4rpx; */
  116. }
  117. .order .goods .status {
  118. width: 105rpx;
  119. color: #b4282d;
  120. font-size: 25rpx;
  121. }
  122. .order .b {
  123. height: 103rpx;
  124. line-height: 103rpx;
  125. margin-left: 31.25rpx;
  126. padding-right: 31.25rpx;
  127. border-top: 1px solid #f4f4f4;
  128. font-size: 30rpx;
  129. color: #333;
  130. }
  131. .order .b .l {
  132. float: left;
  133. }
  134. .order .b .r {
  135. float: right;
  136. }
  137. .order .b .btn {
  138. margin-top: 19rpx;
  139. height: 64.5rpx;
  140. line-height: 64.5rpx;
  141. text-align: center;
  142. padding: 0 20rpx;
  143. border-radius: 5rpx;
  144. font-size: 28rpx;
  145. color: #fff;
  146. background: #b4282d;
  147. }
  148. .order-item-operate{
  149. height: 80rpx;
  150. display: flex;
  151. align-items: center;
  152. justify-content: space-between;
  153. padding:0 32rpx;
  154. }
  155. .order-operate-wrapper{
  156. height: 80rpx;
  157. display: flex;
  158. align-items: center;
  159. justify-content: flex-end;
  160. }
  161. .order-operate-wrapper>view{
  162. height: 44rpx;
  163. width:148rpx;
  164. text-align: center;
  165. line-height: 44rpx;
  166. text-align: center;
  167. border-radius:44rpx;
  168. border:1rpx solid #09afff;
  169. font-size: 28rpx;
  170. margin-left:20rpx;
  171. }
  172. .myqr{
  173. position: fixed;
  174. z-index: 999;
  175. width: 100%;
  176. text-align: center;
  177. height: auto;
  178. padding-top: 50rpx;
  179. top:0;
  180. left:0;
  181. right:0;
  182. bottom:0;
  183. }
  184. .myqr .cancel{
  185. width: 60rpx;
  186. height: 60rpx;
  187. margin-top: 30rpx;
  188. margin-left: 480rpx;
  189. }
  190. .myqr .img{
  191. width: 480rpx;
  192. }
  193. .myqr .btn{
  194. width: 120rpx;
  195. height: 120rpx;
  196. line-height: 120rpx;
  197. margin-top: 20rpx;
  198. padding: 30rpx;
  199. background: #ffffff;
  200. border-radius:60rpx;
  201. }
  202. /* 会员卡蒙层的样式 */
  203. .poster{
  204. position: fixed;
  205. top: 0;
  206. bottom: 0;
  207. right: 0;
  208. left: 0;
  209. background-color: #333333d1;
  210. /* padding: 0rpx 80rpx;
  211. padding-top: 20%;*/
  212. z-index: 99;
  213. height: 100%;
  214. text-align: center;
  215. justify-content: center;
  216. align-items: center;
  217. display: flex;
  218. }
  219. .title{
  220. color: #fff;
  221. margin: 20rpx 0;
  222. font-size: 30rpx;
  223. }
  224. .ads{
  225. margin: 10rpx 0rpx;
  226. color: #fff;
  227. }
  228. .tool{
  229. display: flex;
  230. text-align: center;
  231. justify-content: baseline;
  232. width: 100%;
  233. margin-top: 20rpx;
  234. }
  235. .tool view{
  236. flex: 1;
  237. }
  238. .img{
  239. width: 99rpx;
  240. }
  241. .closeImg{
  242. width: 57rpx;
  243. height: 57rpx;
  244. }
  245. .share-btn{
  246. background-color:transparent;
  247. }
  248. .share-btn::after {
  249. border: none;
  250. }
  251. .m-card{
  252. width: 100%;
  253. height: 230rpx;
  254. margin: 20rpx 0;
  255. }
  256. .m-card image{
  257. width: 100%;
  258. height: 230rpx;
  259. }
  260. .detail-btn{
  261. height: 44rpx;
  262. width: 148rpx;
  263. text-align: center;
  264. line-height: 44rpx;
  265. text-align: center;
  266. border-radius: 44rpx;
  267. font-size: 28rpx;
  268. margin-left:320rpx;
  269. background:#09afff;
  270. color:#fff;
  271. margin-top:-20rpx;
  272. margin-left:380rpx;
  273. }