order.wxss 4.2 KB

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