index.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. @charset "UTF-8";
  2. .text-center.data-v-2d77edf4 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-2d77edf4 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-2d77edf4 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-2d77edf4 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-2d77edf4 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-2d77edf4 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-2d77edf4 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-2d77edf4 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-2d77edf4 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .dialog-bg.data-v-2d77edf4 {
  39. position: fixed;
  40. top: 0;
  41. left: 0;
  42. width: 100%;
  43. height: 100%;
  44. background-color: rgba(0, 0, 0, 0.3);
  45. z-index: 101;
  46. }
  47. .jump-dialog.data-v-2d77edf4 {
  48. position: fixed;
  49. bottom: 120rpx;
  50. right: 24rpx;
  51. width: 100rpx;
  52. height: 100rpx;
  53. border-radius: 50%;
  54. background-color: rgba(0, 0, 0, 0.3);
  55. font-size: 16rpx;
  56. color: #fff;
  57. z-index: 100;
  58. }
  59. .jump-dialog.tabbarbool.data-v-2d77edf4 {
  60. bottom: 240rpx;
  61. }
  62. .jump-dialog image.data-v-2d77edf4 {
  63. width: 54rpx;
  64. height: 54rpx;
  65. margin-bottom: 3rpx;
  66. display: block;
  67. }
  68. .use-info.data-v-2d77edf4 {
  69. position: fixed;
  70. bottom: 64rpx;
  71. text-align: center;
  72. font-size: 28rpx;
  73. width: 200rpx;
  74. margin: 0 auto;
  75. left: 0;
  76. right: 0;
  77. }
  78. .use-info.tabbarbool.data-v-2d77edf4 {
  79. bottom: 204rpx;
  80. }
  81. .scan.data-v-2d77edf4 {
  82. position: absolute;
  83. top: 0;
  84. left: 0;
  85. width: 100%;
  86. height: 100%;
  87. background-color: #fff;
  88. text-align: center;
  89. padding-top: 184rpx;
  90. font-size: 28rpx;
  91. color: #353535;
  92. }
  93. .scan .scan-input.data-v-2d77edf4 {
  94. height: 94rpx;
  95. width: 580rpx;
  96. margin: 40rpx auto;
  97. background-color: #f9f9f9;
  98. border: 2rpx solid #e2e2e2;
  99. border-radius: 16rpx;
  100. position: relative;
  101. box-shadow: 1rpx 1rpx 4rpx 4rpx #f5f5f5;
  102. }
  103. .scan .scan-input input.data-v-2d77edf4 {
  104. border-radius: 16rpx;
  105. width: 100%;
  106. height: 100%;
  107. padding: 10rpx 80rpx 10rpx 20rpx;
  108. text-align: left;
  109. }
  110. .scan .scan-input image.data-v-2d77edf4 {
  111. width: 48rpx;
  112. height: 44rpx;
  113. position: absolute;
  114. right: 24rpx;
  115. top: 23rpx;
  116. z-index: 2;
  117. }
  118. .scan .scan-button.data-v-2d77edf4 {
  119. height: 300rpx;
  120. width: 300rpx;
  121. border-radius: 50%;
  122. text-align: center;
  123. line-height: 300rpx;
  124. box-shadow: 2rpx 2rpx 8rpx 8rpx #f3f3f3;
  125. margin: 112rpx auto;
  126. font-size: 42rpx;
  127. font-weight: 600;
  128. color: #fff;
  129. }
  130. .item.data-v-2d77edf4 {
  131. margin: 24rpx 24rpx 0;
  132. background-color: #fff;
  133. border-radius: 16rpx;
  134. }
  135. .item .status.data-v-2d77edf4 {
  136. padding: 28rpx 30rpx;
  137. border-bottom: 2rpx solid #e2e2e2;
  138. }
  139. .item .status .item-code.data-v-2d77edf4 {
  140. padding: 16rpx 30rpx;
  141. border-radius: 40rpx;
  142. font-size: 28rpx;
  143. font-weight: 600;
  144. }
  145. .item .status .item-status.data-v-2d77edf4 {
  146. font-size: 28rpx;
  147. }
  148. .item .status .item-status view.data-v-2d77edf4:first-of-type {
  149. margin-right: 16rpx;
  150. }
  151. .item .status .item-status image.data-v-2d77edf4 {
  152. height: 22rpx;
  153. width: 14rpx;
  154. display: block;
  155. }
  156. .item .item-time.data-v-2d77edf4 {
  157. height: 72rpx;
  158. line-height: 72rpx;
  159. font-size: 28rpx;
  160. color: #666666;
  161. padding: 0 30rpx;
  162. }
  163. .dialog.data-v-2d77edf4 {
  164. margin: 270rpx auto;
  165. background-color: #fff;
  166. border-radius: 16rpx;
  167. width: 600rpx;
  168. padding: 60rpx 0;
  169. text-align: center;
  170. }
  171. .dialog .dialog-img.data-v-2d77edf4 {
  172. width: 200rpx;
  173. height: 200rpx;
  174. margin: 0 auto 20rpx;
  175. }
  176. .dialog .dialog-msg.data-v-2d77edf4 {
  177. font-size: 32rpx;
  178. color: #353535;
  179. }
  180. .dialog .dialog-other.data-v-2d77edf4 {
  181. font-size: 24rpx;
  182. color: #999999;
  183. }
  184. .dialog .dialog-button.data-v-2d77edf4 {
  185. font-size: 26rpx;
  186. width: 520rpx;
  187. height: 90rpx;
  188. border-radius: 45rpx;
  189. line-height: 90rpx;
  190. text-align: center;
  191. color: #fff;
  192. margin: 50rpx auto 0;
  193. }
  194. .u-rules.data-v-2d77edf4 {
  195. border-top-left-radius: 16rpx;
  196. border-top-right-radius: 16rpx;
  197. width: 100%;
  198. position: fixed;
  199. z-index: 1005;
  200. left: 0;
  201. background-color: #fff;
  202. }
  203. .u-rules.iphone_x.tabbarbool.data-v-2d77edf4 {
  204. padding-bottom: 50rpx;
  205. }
  206. .u-rules .u-rules-top.data-v-2d77edf4 {
  207. border-top-left-radius: 16rpx;
  208. border-top-right-radius: 16rpx;
  209. background-color: #fff;
  210. height: 80rpx;
  211. }
  212. .u-rules .u-rules-top .end-close.data-v-2d77edf4 {
  213. width: 80rpx;
  214. height: 80rpx;
  215. padding: 25rpx;
  216. }
  217. .u-rules .u-rules-top .end-close image.data-v-2d77edf4 {
  218. width: 30rpx;
  219. height: 30rpx;
  220. }
  221. .u-rules .u-rules-content.data-v-2d77edf4 {
  222. padding: 0 20rpx;
  223. min-height: 160rpx;
  224. max-height: 918rpx;
  225. overflow: auto;
  226. }