submitOrder.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. .submitPage{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .submitadress{
  6. width: 703rpx;
  7. height: 413rpx;
  8. background: #ffffff;
  9. border-radius: 25rpx;
  10. margin: auto;
  11. margin-top: 16rpx;
  12. }
  13. .autoFill{
  14. width: 158rpx;
  15. height: 39rpx;
  16. border: 2rpx solid #afd250;
  17. border-radius: 10rpx;
  18. text-align: center;
  19. margin-right: 24rpx;
  20. color: #AFD250;
  21. margin-top: 5rpx;
  22. }
  23. .detail_center {
  24. width: 709rpx;
  25. min-height: 620rpx;
  26. background: #ffffff;
  27. border-radius: 25rpx;
  28. margin: auto;
  29. margin-top: 19rpx;
  30. }
  31. .coupon_sum{
  32. /* width: 127rpx; */
  33. height: 36rpx;
  34. background: #ffffff;
  35. border: 2rpx solid #d65065;
  36. border-radius: 20rpx;
  37. font-size: 24rpx;
  38. font-weight: 400;
  39. text-align: center;
  40. color: #d65065;
  41. padding-left: 10rpx;
  42. padding-right: 10rpx;
  43. margin-right: 16rpx;
  44. }
  45. .detail_stroe {
  46. width: 100%;
  47. height: 65rpx;
  48. justify-content: space-between;
  49. margin-top: 19rpx;
  50. align-items: center;
  51. text-align: center;
  52. line-height: 65rpx;
  53. margin-top: 19rpx;
  54. }
  55. .detail_stroe_name {
  56. font-size: 32rpx;
  57. font-weight: 700;
  58. text-align: center;
  59. color: #000000;
  60. margin-left: 25rpx;
  61. margin-top: 26rpx;
  62. }
  63. .sosoinput{
  64. width: 180rpx;
  65. }
  66. .for_detail_good {
  67. /* max-height: 325rpx; */
  68. max-height: 372rpx;
  69. width: 100%;
  70. display: flex;
  71. flex-flow: column nowrap;
  72. justify-content: flex-start;
  73. align-items: flex-start;
  74. margin-top: 48rpx;
  75. margin-left: 25rpx;
  76. margin-top: 48rpx;
  77. overflow-y: auto;
  78. }
  79. /* 滚动条消失术 */
  80. .for_detail_good::-webkit-scrollbar {
  81. display: none;
  82. }
  83. .for_detail_good.fold {
  84. max-height: 325rpx;
  85. overflow: hidden;
  86. }
  87. .for_detail_good_title {
  88. /* width: 204px; */
  89. height: 37rpx;
  90. font-size: 28rpx;
  91. font-weight: 700;
  92. text-align: left;
  93. color: #000000;
  94. }
  95. .goods_detail {
  96. justify-content: space-between !important;
  97. width: 700rpx;
  98. }
  99. .for_detail_good_price {
  100. font-size: 32rpx;
  101. font-weight: 700;
  102. text-align: left;
  103. color: #afd250;
  104. margin-right: 61rpx;
  105. }
  106. .hide{
  107. display: none !important;
  108. }
  109. .combo_detail {
  110. width: 248px;
  111. height: 32rpx;
  112. font-size: 24rpx;
  113. font-weight: 400;
  114. text-align: left;
  115. color: #9b9b9b;
  116. display: inline-block;
  117. margin-top: 10rpx;
  118. }
  119. .exten-flod {
  120. width: 220rpx;
  121. height: 58rpx;
  122. background: #ffffff;
  123. border: 2rpx solid #d8d8d8;
  124. border-radius: 8rpx;
  125. margin: auto;
  126. text-align: center;
  127. line-height: 58rpx;
  128. margin-top: 39rpx;
  129. display: flex;
  130. flex-flow: row nowrap;
  131. justify-content: center;
  132. align-items: center;
  133. font-size: 24rpx;
  134. font-weight: 400;
  135. color: #6b6b6b;
  136. }
  137. .coupon{
  138. width: 100%;
  139. height: 33rpx;
  140. margin-top: 30rpx;
  141. }
  142. .all_price{
  143. width: 100%;
  144. height: 41rpx;
  145. justify-content: flex-end;
  146. align-items: center;
  147. margin-top: 23.5rpx;
  148. /* margin-bottom: 35rpx; */
  149. }
  150. .invoice{
  151. width: 703rpx;
  152. height: 86rpx;
  153. background: #ffffff;
  154. border-radius: 25rpx;
  155. margin: auto;
  156. margin-top: 18rpx;
  157. justify-content: space-between;
  158. }
  159. .allSum{
  160. width: 100%;
  161. height: 141rpx;
  162. /* border-radius: 41px; */
  163. background: #ffffff;
  164. justify-content: space-between;
  165. position: fixed;
  166. bottom: 20rpx;
  167. left: 0rpx;
  168. z-index: 100;
  169. }
  170. .submit_pay{
  171. width: 207rpx;
  172. height: 81rpx;
  173. background: #afd250;
  174. border-radius: 41rpx;
  175. text-align: center;
  176. line-height: 81rpx;
  177. color: #ffffff;
  178. margin-right: 23rpx;
  179. }