submitOrder.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. .submitPage{
  2. width: 100%;
  3. height: 100%;
  4. background-color: #F5F5F5;
  5. }
  6. .submitadress{
  7. width: 703rpx;
  8. height: 413rpx;
  9. background: #ffffff;
  10. border-radius: 25rpx;
  11. margin: auto;
  12. margin-top: 16rpx;
  13. }
  14. .autoFill{
  15. width: 158rpx;
  16. height: 39rpx;
  17. border: 2rpx solid #afd250;
  18. border-radius: 10rpx;
  19. text-align: center;
  20. margin-right: 24rpx;
  21. color: #AFD250;
  22. margin-top: 5rpx;
  23. }
  24. .detail_center {
  25. width: 709rpx;
  26. /* min-height: 420rpx; */
  27. background: #ffffff;
  28. border-radius: 25rpx;
  29. margin: auto;
  30. margin-top: 19rpx;
  31. padding-bottom: 35rpx;
  32. }
  33. .coupon_sum{
  34. /* width: 127rpx; */
  35. height: 36rpx;
  36. background: #ffffff;
  37. border: 2rpx solid #d65065;
  38. border-radius: 20rpx;
  39. font-size: 24rpx;
  40. font-weight: 400;
  41. text-align: center;
  42. color: #d65065;
  43. padding-left: 10rpx;
  44. padding-right: 10rpx;
  45. margin-right: 16rpx;
  46. }
  47. .detail_stroe {
  48. width: 100%;
  49. height: 65rpx;
  50. justify-content: space-between;
  51. margin-top: 19rpx;
  52. align-items: center;
  53. text-align: center;
  54. line-height: 65rpx;
  55. margin-top: 19rpx;
  56. }
  57. .detail_stroe_name {
  58. font-size: 32rpx;
  59. font-weight: 700;
  60. text-align: center;
  61. color: #000000;
  62. margin-left: 25rpx;
  63. margin-top: 26rpx;
  64. }
  65. .sosoinput{
  66. width: 180rpx;
  67. }
  68. .for_detail_good {
  69. /* max-height: 325rpx; */
  70. max-height: 372rpx;
  71. width: 100%;
  72. display: flex;
  73. flex-flow: column nowrap;
  74. justify-content: flex-start;
  75. align-items: flex-start;
  76. margin-top: 48rpx;
  77. margin-left: 25rpx;
  78. margin-top: 48rpx;
  79. overflow-y: auto;
  80. }
  81. .coupon_have{
  82. /* color: #979797;
  83. font-size: 24rpx; */
  84. font-size: 24rpx;
  85. font-weight: 400;
  86. line-height: 0px;
  87. color: #AFD250;
  88. opacity: 1;
  89. margin-right: 20rpx;
  90. }
  91. /* 滚动条消失术 */
  92. .for_detail_good::-webkit-scrollbar {
  93. display: none;
  94. }
  95. .for_detail_good.fold {
  96. max-height: 325rpx;
  97. overflow: hidden;
  98. }
  99. .for_detail_good_title {
  100. /* width: 204px; */
  101. height: 37rpx;
  102. font-size: 28rpx;
  103. font-weight: 700;
  104. text-align: left;
  105. color: #000000;
  106. }
  107. .goods_detail {
  108. justify-content: space-between !important;
  109. width: 700rpx;
  110. }
  111. .for_detail_good_price {
  112. font-size: 32rpx;
  113. font-weight: 700;
  114. text-align: left;
  115. color: #afd250;
  116. margin-right: 61rpx;
  117. }
  118. .hide{
  119. display: none !important;
  120. }
  121. .combo_detail {
  122. width: 248px;
  123. height: 32rpx;
  124. font-size: 24rpx;
  125. font-weight: 400;
  126. text-align: left;
  127. color: #9b9b9b;
  128. display: inline-block;
  129. margin-top: 10rpx;
  130. }
  131. .exten-flod {
  132. width: 220rpx;
  133. height: 58rpx;
  134. background: #ffffff;
  135. border: 2rpx solid #d8d8d8;
  136. border-radius: 8rpx;
  137. margin: auto;
  138. text-align: center;
  139. line-height: 58rpx;
  140. margin-top: 39rpx;
  141. display: flex;
  142. flex-flow: row nowrap;
  143. justify-content: center;
  144. align-items: center;
  145. font-size: 24rpx;
  146. font-weight: 400;
  147. color: #6b6b6b;
  148. }
  149. .coupon{
  150. width: 100%;
  151. height: 33rpx;
  152. margin-top: 30rpx;
  153. padding-bottom: 20rpx;
  154. }
  155. .all_price{
  156. width: 100%;
  157. height: 41rpx;
  158. justify-content: flex-end;
  159. align-items: center;
  160. margin-top: 23.5rpx;
  161. /* margin-bottom: 35rpx; */
  162. }
  163. .invoice{
  164. width: 703rpx;
  165. height: 86rpx;
  166. background: #ffffff;
  167. border-radius: 25rpx;
  168. margin: auto;
  169. margin-top: 18rpx;
  170. justify-content: space-between;
  171. }
  172. .allSum{
  173. width: 100%;
  174. height: 141rpx;
  175. /* border-radius: 41px; */
  176. background: #ffffff;
  177. justify-content: space-between;
  178. position: fixed;
  179. bottom: 20rpx;
  180. left: 0rpx;
  181. z-index: 100;
  182. }
  183. .submit_pay{
  184. width: 207rpx;
  185. height: 81rpx;
  186. background: #afd250;
  187. border-radius: 41rpx;
  188. text-align: center;
  189. line-height: 81rpx;
  190. color: #ffffff;
  191. margin-right: 23rpx;
  192. }.bg-zindex{
  193. position: fixed;
  194. width: 100%;
  195. height: 100%;
  196. top: 0;
  197. background: rgba(0, 0, 0, 0.8);
  198. display: flex;
  199. justify-content: center;
  200. align-items: center;
  201. flex-direction: column;
  202. z-index: 999;
  203. }
  204. .success_window{
  205. width: 328px;
  206. height: 227px;
  207. background: #FFFFFF;
  208. border-radius: 20rpx;
  209. position: relative;
  210. z-index: 9999;
  211. align-items: center;
  212. }
  213. .w_title{
  214. font-size: 36rpx;
  215. font-weight: 600;
  216. color: #444444;
  217. margin-top: 27px;
  218. }
  219. .w_text{
  220. margin-top: 50px;
  221. width: 300px;
  222. height: 50rpx;
  223. }
  224. .hsay_text{
  225. margin-top: 8px;
  226. font-size: 12px;
  227. font-weight: 500;
  228. color: #444444;
  229. }
  230. .w_border{
  231. width: 300px;
  232. height: 1px;
  233. background: #A0A0A0;
  234. margin-top: 16px;
  235. }
  236. .w_go_order{
  237. font-size: 18px;
  238. font-weight: 500;
  239. color: #444444;
  240. margin-top: 32rpx;
  241. }
  242. .w_button{
  243. width: 300px;
  244. height: 70px;
  245. }
  246. .w_go_order{
  247. width: 150px;
  248. text-align: center;
  249. }