order.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. .container {
  2. background-color: #F7F7F7;
  3. }
  4. .container .timer {
  5. background-color: #DF3361;
  6. width: 100%;
  7. height: 60rpx;
  8. font-size: 14px;
  9. text-align: center;
  10. line-height: 60rpx;
  11. color: #fff;
  12. }
  13. .container .code-info {
  14. width: 100%;
  15. height: 390rpx;
  16. background-color: #fff;
  17. }
  18. .container .code-info .code {
  19. width: 320rpx;
  20. height: 320rpx;
  21. border: 1px solid #ebeef5;
  22. margin: 20rpx auto;
  23. position: relative;
  24. }
  25. .container .code-info .code .canvas-code {
  26. background-color: #fff;
  27. width: 280rpx;
  28. height: 280rpx;
  29. margin: 20rpx auto;
  30. }
  31. .container .code-info .code .code-text {
  32. text-align: center;
  33. margin: 30rpx auto;
  34. }
  35. .container .code-info .code .refresh {
  36. width: 280rpx;
  37. height: 280rpx;
  38. background-color: rgba(238, 238, 238, 0.95);
  39. position: absolute;
  40. top: 20rpx;
  41. left: 20rpx;
  42. font-size: 26px;
  43. text-align: center;
  44. color: #5c5c5c;
  45. line-height: 280rpx;
  46. }
  47. .container .order {
  48. margin-top: 20rpx;
  49. display: flex;
  50. height: 250rpx;
  51. background-color: #fff;
  52. justify-content: flex-start;
  53. }
  54. .container .order .order-img {
  55. width: 200rpx;
  56. height: 190rpx;
  57. margin: 20rpx 20rpx;
  58. padding-top: 25rpx;
  59. }
  60. .container .order .order-img image {
  61. width: 100%;
  62. height: 100%;
  63. }
  64. .container .order .order-info {
  65. flex: 1;
  66. padding-top: 10rpx;
  67. padding-left: 30rpx;
  68. }
  69. .container .order .order-info .order-id {
  70. height: 50rpx;
  71. text-align: right;
  72. }
  73. .container .order .order-info .order-title {
  74. height: 60rpx;
  75. }
  76. .container .order .order-info .order-price {
  77. height: 80rpx;
  78. }
  79. .container .order .order-info .order-date {
  80. height: 50rpx;
  81. }
  82. .container .shop-info {
  83. height: 250rpx;
  84. margin-top: 20rpx;
  85. padding: 20rpx 30rpx;
  86. background-color: #fff;
  87. }
  88. .container .shop-info .shop {
  89. height: 50rpx;
  90. line-height: 50rpx;
  91. }
  92. .container .shop-info .address,
  93. .container .shop-info .tel {
  94. height: 30rpx;
  95. line-height: 30rpx;
  96. margin: 20rpx;
  97. position: relative;
  98. }
  99. .container .shop-info .address image,
  100. .container .shop-info .tel image {
  101. width: 40rpx;
  102. height: 40rpx;
  103. position: absolute;
  104. right: 0;
  105. bottom: 0;
  106. }
  107. .container .order-btn {
  108. position: fixed;
  109. bottom: 0;
  110. left: 0;
  111. width: 100%;
  112. height: 100rpx;
  113. display: flex;
  114. justify-content: flex-end;
  115. align-items: center;
  116. border-top: 1rpx solid #ECECEC;
  117. }
  118. .container .order-btn .confirm-btn,
  119. .container .order-btn .pay-btn {
  120. background-color: #DF3361;
  121. width: 180rpx;
  122. height: 50rpx;
  123. font-size: 14px;
  124. text-align: center;
  125. line-height: 50rpx;
  126. border-radius: 25rpx;
  127. color: #fff;
  128. margin-right: 20rpx;
  129. }
  130. .container .order-btn .delete-btn {
  131. width: 180rpx;
  132. height: 50rpx;
  133. font-size: 14px;
  134. text-align: center;
  135. line-height: 50rpx;
  136. border-radius: 25rpx;
  137. color: #999;
  138. border: 1rpx solid #999;
  139. margin: 0 20rpx;
  140. }
  141. .xiaofei {
  142. background-color: #DF3361;
  143. width: 180rpx;
  144. height: 50rpx;
  145. font-size: 14px;
  146. text-align: center;
  147. line-height: 50rpx;
  148. border-radius: 25rpx;
  149. color: #fff;
  150. margin-right: 20rpx;
  151. }