order.wxss 3.5 KB

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