submitOrder.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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. .for_detail_good {
  64. /* max-height: 325rpx; */
  65. max-height: 372rpx;
  66. width: 100%;
  67. display: flex;
  68. flex-flow: column nowrap;
  69. justify-content: flex-start;
  70. align-items: flex-start;
  71. margin-top: 48rpx;
  72. margin-left: 25rpx;
  73. margin-top: 48rpx;
  74. overflow-y: auto;
  75. }
  76. /* 滚动条消失术 */
  77. .for_detail_good::-webkit-scrollbar {
  78. display: none;
  79. }
  80. .for_detail_good.fold {
  81. max-height: 325rpx;
  82. overflow: hidden;
  83. }
  84. .for_detail_good_title {
  85. /* width: 204px; */
  86. height: 37rpx;
  87. font-size: 28rpx;
  88. font-weight: 700;
  89. text-align: left;
  90. color: #000000;
  91. }
  92. .goods_detail {
  93. justify-content: space-between !important;
  94. width: 700rpx;
  95. }
  96. .for_detail_good_price {
  97. font-size: 32rpx;
  98. font-weight: 700;
  99. text-align: left;
  100. color: #afd250;
  101. margin-right: 61rpx;
  102. }
  103. .combo_detail {
  104. /* width: 168px; */
  105. height: 32rpx;
  106. font-size: 24rpx;
  107. font-weight: 400;
  108. text-align: left;
  109. color: #9b9b9b;
  110. display: inline-block;
  111. margin-top: 10rpx;
  112. }
  113. .exten-flod {
  114. width: 220rpx;
  115. height: 58rpx;
  116. background: #ffffff;
  117. border: 2rpx solid #d8d8d8;
  118. border-radius: 8rpx;
  119. margin: auto;
  120. text-align: center;
  121. line-height: 58rpx;
  122. margin-top: 39rpx;
  123. display: flex;
  124. flex-flow: row nowrap;
  125. justify-content: center;
  126. align-items: center;
  127. font-size: 24rpx;
  128. font-weight: 400;
  129. color: #6b6b6b;
  130. }
  131. .coupon{
  132. width: 100%;
  133. height: 33rpx;
  134. margin-top: 30rpx;
  135. }
  136. .all_price{
  137. width: 100%;
  138. height: 41rpx;
  139. justify-content: flex-end;
  140. align-items: center;
  141. margin-top: 23.5rpx;
  142. /* margin-bottom: 35rpx; */
  143. }
  144. .invoice{
  145. width: 703rpx;
  146. height: 86rpx;
  147. background: #ffffff;
  148. border-radius: 25rpx;
  149. margin: auto;
  150. margin-top: 18rpx;
  151. justify-content: space-between;
  152. }
  153. .allSum{
  154. width: 100%;
  155. height: 141rpx;
  156. /* border-radius: 41px; */
  157. background: #ffffff;
  158. justify-content: space-between;
  159. position: fixed;
  160. bottom: 20rpx;
  161. left: 0rpx;
  162. z-index: 100;
  163. }
  164. .submit_pay{
  165. width: 207rpx;
  166. height: 81rpx;
  167. background: #afd250;
  168. border-radius: 41rpx;
  169. text-align: center;
  170. line-height: 81rpx;
  171. color: #ffffff;
  172. margin-right: 23rpx;
  173. }