profit.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. @charset "UTF-8";
  2. .text-center.data-v-7b15bd3c {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-7b15bd3c {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-7b15bd3c {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-7b15bd3c {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-7b15bd3c {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-7b15bd3c {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-7b15bd3c {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-7b15bd3c {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-7b15bd3c {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .tip.data-v-7b15bd3c {
  39. height: 60rpx;
  40. line-height: 60rpx;
  41. background-color: #f8e5e5;
  42. color: #ff4544;
  43. padding-left: 20rpx;
  44. font-size: 24rpx;
  45. position: fixed;
  46. top: 90rpx;
  47. left: 0;
  48. width: 100%;
  49. z-index: 10;
  50. }
  51. .tip-placeholder.data-v-7b15bd3c {
  52. height: 60rpx;
  53. }
  54. .item.data-v-7b15bd3c {
  55. width: 702rpx;
  56. margin: 16rpx 24rpx 0;
  57. background-color: #fff;
  58. border-radius: 16rpx;
  59. }
  60. .item .item-top.data-v-7b15bd3c {
  61. height: 90rpx;
  62. line-height: 90rpx;
  63. padding: 0 20rpx;
  64. border-bottom: 2rpx solid #e2e2e2;
  65. }
  66. .item .item-top .goods-title.data-v-7b15bd3c {
  67. color: #353535;
  68. font-size: 24rpx;
  69. margin-top: 30rpx;
  70. height: 30rpx;
  71. line-height: 30rpx;
  72. }
  73. .item .item-top .goods-title image.data-v-7b15bd3c {
  74. width: 30rpx;
  75. height: 30rpx;
  76. margin-right: 20rpx;
  77. display: block;
  78. }
  79. .item .item-top .start-time.data-v-7b15bd3c {
  80. color: #999999;
  81. font-size: 24rpx;
  82. }
  83. .item .item-info.data-v-7b15bd3c {
  84. padding: 30rpx 0;
  85. }
  86. .item .item-info .item-bottom.data-v-7b15bd3c {
  87. height: 105rpx;
  88. }
  89. .item .item-info .item-bottom .money-item.data-v-7b15bd3c {
  90. font-size: 24rpx;
  91. color: #999999;
  92. width: 50%;
  93. }
  94. .item .item-info .item-bottom .money-item .money.data-v-7b15bd3c {
  95. margin-top: 10rpx;
  96. font-family: DIN;
  97. font-size: 46rpx;
  98. }
  99. .price.data-v-7b15bd3c {
  100. height: 96rpx;
  101. background-color: #fff;
  102. padding: 0 24rpx;
  103. font-size: 24rpx;
  104. color: #999999;
  105. position: fixed;
  106. top: 90rpx;
  107. left: 0;
  108. width: 100%;
  109. z-index: 100;
  110. }
  111. .price .choose-btn.data-v-7b15bd3c {
  112. border: 2rpx solid;
  113. height: 50rpx;
  114. border-radius: 25rpx;
  115. line-height: 48rpx;
  116. display: inline-block;
  117. padding: 0 24rpx;
  118. }
  119. .price .choose-btn image.data-v-7b15bd3c {
  120. margin-top: 21rpx;
  121. height: 8rpx;
  122. width: 12rpx;
  123. margin-left: 10rpx;
  124. float: right;
  125. display: block;
  126. }
  127. .order.data-v-7b15bd3c {
  128. width: 702rpx;
  129. border-radius: 16rpx;
  130. background-color: #fff;
  131. margin: 114rpx 24rpx 24rpx;
  132. }
  133. .order .order-item.data-v-7b15bd3c {
  134. padding: 24rpx 32rpx;
  135. border-top: 2rpx solid #e2e2e2;
  136. font-size: 26rpx;
  137. color: #353535;
  138. }
  139. .order .order-item.data-v-7b15bd3c:first-of-type {
  140. border-top: 0;
  141. }
  142. .order .order-item .order-bottom.data-v-7b15bd3c {
  143. font-size: 24rpx;
  144. color: #999999;
  145. }
  146. .bg.data-v-7b15bd3c {
  147. position: fixed;
  148. top: 0;
  149. left: 0;
  150. background-color: rgba(0, 0, 0, 0.3);
  151. z-index: 4;
  152. width: 100%;
  153. height: 100%;
  154. }
  155. .bg .dialog.data-v-7b15bd3c {
  156. background-color: #fff;
  157. border-radius: 16rpx;
  158. position: fixed;
  159. bottom: 0;
  160. left: 0;
  161. width: 100%;
  162. z-index: 200;
  163. }
  164. .bg .dialog .dialog-item.data-v-7b15bd3c {
  165. height: 115rpx;
  166. line-height: 115rpx;
  167. border-bottom: 2rpx solid #e2e2e2;
  168. text-align: center;
  169. font-size: 26rpx;
  170. color: #353535;
  171. }
  172. .bg .dialog .cancel.data-v-7b15bd3c {
  173. background-color: #F6F6F6;
  174. height: 140rpx;
  175. }
  176. .bg .dialog .cancel .cancel-btn.data-v-7b15bd3c {
  177. height: 115rpx;
  178. line-height: 115rpx;
  179. text-align: center;
  180. width: 702rpx;
  181. border-radius: 16rpx;
  182. background-color: #fff;
  183. }