index.wxss 3.2 KB

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