order.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .capsule-tag {
  7. float: right;
  8. /* padding-right: 10rpx; */
  9. }
  10. .zan-capsule + .zan-capsule {
  11. margin-left: 5px;
  12. }
  13. .orders-switch {
  14. width: 100%;
  15. background: #fff;
  16. height: 84rpx;
  17. border-bottom: 1px solid #a78845;
  18. }
  19. .orders-switch .item {
  20. display: inline-block;
  21. height: 82rpx;
  22. width: 18%;
  23. padding: 0 15rpx;
  24. text-align: center;
  25. }
  26. .orders-switch .item .txt {
  27. display: inline-block;
  28. height: 82rpx;
  29. padding: 0 20rpx;
  30. line-height: 82rpx;
  31. color: #333;
  32. font-size: 30rpx;
  33. width: 170rpx;
  34. }
  35. .orders-switch .item.active .txt {
  36. color: #a78845;
  37. border-bottom: 4rpx solid #a78845;
  38. }
  39. .no-order {
  40. width: 100%;
  41. height: auto;
  42. margin: 0 auto;
  43. }
  44. .no-order .c {
  45. width: 100%;
  46. height: auto;
  47. margin-top: 200rpx;
  48. }
  49. .no-order .c image {
  50. margin: 0 auto;
  51. display: block;
  52. text-align: center;
  53. width: 258rpx;
  54. height: 258rpx;
  55. }
  56. .no-order .c text {
  57. margin: 0 auto;
  58. display: block;
  59. width: 258rpx;
  60. height: 29rpx;
  61. line-height: 29rpx;
  62. text-align: center;
  63. font-size: 29rpx;
  64. color: #999;
  65. }
  66. .orders {
  67. height: auto;
  68. width: 100%;
  69. overflow: hidden;
  70. }
  71. .order {
  72. margin-top: 20rpx;
  73. background: #fff;
  74. }
  75. .order .h {
  76. height: 83.3rpx;
  77. line-height: 83.3rpx;
  78. margin-left: 31.25rpx;
  79. padding-right: 31.25rpx;
  80. border-bottom: 1px solid #f4f4f4;
  81. font-size: 30rpx;
  82. color: #333;
  83. }
  84. .order .h .l {
  85. float: left;
  86. }
  87. .order .h .r {
  88. float: right;
  89. color: #a78845;
  90. font-size: 24rpx;
  91. }
  92. .order .goods {
  93. display: flex;
  94. align-items: center;
  95. height: 199rpx;
  96. margin-left: 31.25rpx;
  97. }
  98. .order .goods .img {
  99. height: 145.83rpx;
  100. width: 145.83rpx;
  101. background: #f4f4f4;
  102. }
  103. .order .goods .img image {
  104. height: 145.83rpx;
  105. width: 145.83rpx;
  106. }
  107. .order .goods .info {
  108. height: 145.83rpx;
  109. flex: 1;
  110. padding-left: 20rpx;
  111. }
  112. .order .goods .name {
  113. margin-top: 30rpx;
  114. display: block;
  115. height: 44rpx;
  116. line-height: 44rpx;
  117. color: #333;
  118. font-size: 30rpx;
  119. }
  120. .order .goods .number {
  121. display: block;
  122. height: 37rpx;
  123. line-height: 37rpx;
  124. color: #666;
  125. font-size: 25rpx;
  126. }
  127. .order .goods .status {
  128. width: 105rpx;
  129. color: #a78845;
  130. font-size: 25rpx;
  131. }
  132. .order .b {
  133. height: 103rpx;
  134. line-height: 103rpx;
  135. margin-left: 31.25rpx;
  136. padding-right: 31.25rpx;
  137. border-top: 1px solid #f4f4f4;
  138. font-size: 30rpx;
  139. color: #333;
  140. }
  141. .order .b .l {
  142. float: left;
  143. }
  144. .order .b .r {
  145. float: right;
  146. }
  147. .order .b .btn {
  148. margin-top: 19rpx;
  149. height: 64.5rpx;
  150. line-height: 64.5rpx;
  151. text-align: center;
  152. padding: 0 20rpx;
  153. border-radius: 5rpx;
  154. font-size: 28rpx;
  155. color: #fff;
  156. background: #a78845;
  157. }