index.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. .header {
  2. width: 100%;
  3. height: 88rpx;
  4. border-bottom: 1rpx solid #e4e4e4;
  5. display: flex;
  6. background: #fff;
  7. line-height: 88rpx;
  8. position: fixed;
  9. top: 0;
  10. z-index: 100;
  11. }
  12. .header view {
  13. flex: 1;
  14. text-align: center;
  15. padding: 0 15rpx;
  16. }
  17. .header view text {
  18. display: block;
  19. }
  20. .header view.active {
  21. color: #fd4a5f;
  22. }
  23. .header view.active text {
  24. border-bottom: 1px solid #fd4a5f;
  25. }
  26. .order-box {
  27. padding: 0 15px;
  28. }
  29. .order-header {
  30. /* border-bottom: 1rpx solid #e4e4e4; */
  31. padding-top: 10rpx;
  32. }
  33. .order-header .title {
  34. font-size: 30rpx;
  35. color: #333;
  36. }
  37. .order-header .cont {
  38. /* display: block; */
  39. font-size: 30rpx;
  40. color: #fd4a5f;
  41. }
  42. .order-cont {
  43. padding: 15rpx 0;
  44. justify-content: space-between;
  45. }
  46. .order-cont .order-num text, .order-cont .order-time text {
  47. color: #777;
  48. font-size: 26rpx;
  49. }
  50. .order-shop {
  51. padding: 16rpx 0 16rpx 0;
  52. }
  53. .order-shop-left, .order-shop-left image {
  54. width: 160rpx;
  55. height: 160rpx;
  56. /* border: 1rpx solid #e4e4e4; */
  57. margin-right: 15rpx;
  58. display: inline-block;
  59. background: #fff;
  60. }
  61. .order-shop .num {
  62. float: right;
  63. }
  64. .order-btn {
  65. padding: 18rpx 0 18rpx 0;
  66. }
  67. .order-btn .order-left {
  68. flex: 3;
  69. }
  70. .order-btn .order-left text, .order-btn .order-left .text {
  71. font-size: 29rpx;
  72. }
  73. .order-btn .order-left .text {
  74. color: #888;
  75. }
  76. .order-btn .order-right {
  77. flex: 3;
  78. }
  79. .order-btn .order-right .btn-group {
  80. justify-content: flex-end;
  81. }
  82. .order-list-box .left {
  83. flex: 4;
  84. overflow: hidden;
  85. position: relative;
  86. }
  87. .order-list-box .right {
  88. flex: 1;
  89. }
  90. .goods-number {
  91. font-size: 28rpx;
  92. color: #777;
  93. }
  94. .btn-default {
  95. border-radius: 4px;
  96. border: 1rpx solid #ccc;
  97. padding: 6rpx 20rpx;
  98. font-size: 28rpx;
  99. color: #555;
  100. float: right;
  101. }
  102. .btn-main {
  103. border-radius: 4px;
  104. border: 1rpx solid #fd4a5f;
  105. padding: 6rpx 20rpx;
  106. font-size: 28rpx;
  107. color: #fd4a5f;
  108. margin-left: 10rpx;
  109. float: right;
  110. }
  111. .user-orderJtou {
  112. font-size: 24rpx;
  113. }
  114. .order-img_list {
  115. background: #fff;
  116. border-top: 1rpx solid #f1f1f1;
  117. border-bottom: 1rpx solid #f1f1f1;
  118. }
  119. .order-right-name {
  120. position: absolute;
  121. top: 50%;
  122. left: 180rpx;
  123. font-size: 30rpx;
  124. color: #555;
  125. width: 100%;
  126. margin-top: -46rpx;
  127. line-height: 1.6;
  128. }
  129. /* 弹出层 */
  130. .pop-example__container {
  131. background: #fff;
  132. padding: 30rpx 40rpx;
  133. border-radius: 10rpx;
  134. min-width: 460rpx;
  135. }
  136. .pop-example__container .pop-title {
  137. text-align: center;
  138. }
  139. .pop-content {
  140. margin-top: 30rpx;
  141. }
  142. /* 弹出层:核销码 */
  143. .pop-qrcode .pop-content image {
  144. display: block;
  145. width: 460rpx;
  146. height: 460rpx;
  147. }
  148. /* 弹出层:支付方式 */
  149. .pop-orderPay .pop-title {
  150. text-align: left;
  151. }
  152. .pay-method .pay-item {
  153. padding: 20rpx 0;
  154. font-size: 28rpx;
  155. /* border-bottom: 1rpx solid rgb(248, 248, 248); */
  156. }
  157. .pay-method .pay-item .item-left_icon {
  158. margin-right: 20rpx;
  159. font-size: 32rpx;
  160. }
  161. .pay-method .pay-item .item-left_icon.wechat {
  162. color: #00c800;
  163. }
  164. .pay-method .pay-item .item-left_icon.balance {
  165. color: #ff9700;
  166. }