order.wxss 3.3 KB

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