index.wxss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. .order-submission .line {
  2. width: 100%;
  3. height: 3rpx;
  4. }
  5. .order-submission .line image {
  6. width: 100%;
  7. height: 100%;
  8. display: block;
  9. }
  10. .order-submission .address {
  11. padding: 28rpx 30rpx;
  12. background-color: #fff;
  13. }
  14. .order-submission .address .addressCon {
  15. width: 610rpx;
  16. font-size: 26rpx;
  17. color: #666;
  18. }
  19. .order-submission .address .addressCon .name {
  20. font-size: 30rpx;
  21. color: #282828;
  22. font-weight: bold;
  23. margin-bottom: 10rpx;
  24. }
  25. .order-submission .address .addressCon .name .phone {
  26. margin-left: 50rpx;
  27. }
  28. .order-submission .address .addressCon .default {
  29. margin-right: 12rpx;
  30. }
  31. .order-submission .address .addressCon .setaddress {
  32. color: #333;
  33. font-size: 28rpx;
  34. }
  35. .order-submission .address .iconfont {
  36. font-size: 35rpx;
  37. color: #707070;
  38. }
  39. .order-submission .allAddress {
  40. width: 100%;
  41. background-image: linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%);
  42. background-image: -webkit-linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%);
  43. background-image: -moz-linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%);
  44. padding-top: 100rpx;
  45. }
  46. .order-submission .allAddress .nav {
  47. width: 710rpx;
  48. margin: 0 auto;
  49. }
  50. .order-submission .allAddress .nav .item {
  51. width: 355rpx;
  52. }
  53. .order-submission .allAddress .nav .item.on {
  54. position: relative;
  55. width: 250rpx;
  56. }
  57. .order-submission .allAddress .nav .item.on::before {
  58. position: absolute;
  59. bottom: 0;
  60. content: "快递配送";
  61. font-size: 28rpx;
  62. display: block;
  63. height: 0;
  64. width: 336rpx;
  65. border-width: 0 20rpx 80rpx 0;
  66. border-style: none solid solid;
  67. border-color: transparent transparent #fff;
  68. z-index: 2;
  69. border-radius: 7rpx 30rpx 0 0;
  70. text-align: center;
  71. line-height: 80rpx;
  72. }
  73. .order-submission .allAddress .nav .item:nth-of-type(2).on::before {
  74. content: "到店自提";
  75. border-width: 0 0 80rpx 20rpx;
  76. border-radius: 30rpx 7rpx 0 0;
  77. }
  78. .order-submission .allAddress .nav .item.on2 {
  79. position: relative;
  80. }
  81. .order-submission .allAddress .nav .item.on2::before {
  82. position: absolute;
  83. bottom: 0;
  84. content: "到店自提";
  85. font-size: 28rpx;
  86. display: block;
  87. height: 0;
  88. width: 400rpx;
  89. border-width: 0 0 60rpx 60rpx;
  90. border-style: none solid solid;
  91. border-color: transparent transparent #f7c1bd;
  92. border-radius: 40rpx 6rpx 0 0;
  93. text-align: center;
  94. line-height: 60rpx;
  95. }
  96. .order-submission .allAddress .nav .item:nth-of-type(1).on2::before {
  97. content: "快递配送";
  98. border-width: 0 60rpx 60rpx 0;
  99. border-radius: 6rpx 40rpx 0 0;
  100. }
  101. .order-submission .allAddress .address {
  102. width: 710rpx;
  103. height: 150rpx;
  104. margin: 0 auto;
  105. }
  106. .order-submission .allAddress .line {
  107. width: 710rpx;
  108. margin: 0 auto;
  109. }
  110. .order-submission .wrapper .item .discount .placeholder {
  111. color: #ccc;
  112. }
  113. .order-submission .wrapper {
  114. background-color: #fff;
  115. margin-top: 13rpx;
  116. }
  117. .order-submission .wrapper .item {
  118. padding: 27rpx 30rpx;
  119. font-size: 30rpx;
  120. color: #282828;
  121. border-bottom: 1px solid #f0f0f0;
  122. }
  123. .order-submission .wrapper .item .discount {
  124. font-size: 30rpx;
  125. color: #999;
  126. }
  127. .order-submission .wrapper .item .discount input {
  128. text-align: right;
  129. }
  130. .order-submission .wrapper .item .discount .iconfont {
  131. color: #515151;
  132. font-size: 30rpx;
  133. margin-left: 15rpx;
  134. }
  135. .order-submission .wrapper .item .discount .num {
  136. font-size: 32rpx;
  137. margin-right: 20rpx;
  138. }
  139. .order-submission .wrapper .item .shipping {
  140. font-size: 30rpx;
  141. color: #999;
  142. position: relative;
  143. padding-right: 58rpx;
  144. }
  145. .order-submission .wrapper .item .shipping .iconfont {
  146. font-size: 35rpx;
  147. color: #707070;
  148. position: absolute;
  149. right: 0;
  150. top: 50%;
  151. transform: translateY(-50%);
  152. margin-left: 30rpx;
  153. }
  154. .order-submission .wrapper .item textarea {
  155. background-color: #f9f9f9;
  156. width: 690rpx;
  157. height: 140rpx;
  158. border-radius: 3rpx;
  159. margin-top: 30rpx;
  160. padding: 25rpx 28rpx;
  161. box-sizing: border-box;
  162. }
  163. .order-submission .wrapper .item .placeholder {
  164. color: #ccc;
  165. }
  166. .order-submission .wrapper .item .list {
  167. margin-top: 35rpx;
  168. }
  169. .order-submission .wrapper .item .list .payItem {
  170. border: 1px solid #eee;
  171. border-radius: 6rpx;
  172. height: 86rpx;
  173. width: 100%;
  174. box-sizing: border-box;
  175. margin-top: 20rpx;
  176. font-size: 28rpx;
  177. color: #282828;
  178. }
  179. .order-submission .wrapper .item .list .payItem.on {
  180. border-color: #fc5445;
  181. color: #e93323;
  182. }
  183. .order-submission .wrapper .item .list .payItem .name {
  184. width: 50%;
  185. text-align: center;
  186. border-right: 1px solid #eee;
  187. }
  188. .order-submission .wrapper .item .list .payItem .name .iconfont {
  189. width: 44rpx;
  190. height: 44rpx;
  191. border-radius: 50%;
  192. text-align: center;
  193. line-height: 44rpx;
  194. background-color: #fe960f;
  195. color: #fff;
  196. font-size: 30rpx;
  197. margin-right: 15rpx;
  198. }
  199. .order-submission .wrapper .item .list .payItem .name .iconfont.icon-weixin2 {
  200. background-color: #41b035;
  201. }
  202. .order-submission .wrapper .item .list .payItem .tip {
  203. width: 49%;
  204. text-align: center;
  205. font-size: 26rpx;
  206. color: #aaa;
  207. }
  208. .order-submission .moneyList {
  209. margin-top: 12rpx;
  210. background-color: #fff;
  211. padding: 30rpx;
  212. }
  213. .order-submission .moneyList .item {
  214. font-size: 28rpx;
  215. color: #282828;
  216. }
  217. .order-submission .moneyList .item~.item {
  218. margin-top: 20rpx;
  219. }
  220. .order-submission .moneyList .item .money {
  221. color: #868686;
  222. }
  223. .order-submission .footer {
  224. width: 100%;
  225. height: 100rpx;
  226. background-color: #fff;
  227. padding: 0 30rpx;
  228. font-size: 28rpx;
  229. color: #333;
  230. box-sizing: border-box;
  231. position: fixed;
  232. bottom: 0;
  233. left: 0;
  234. }
  235. .order-submission .footer .settlement {
  236. font-size: 30rpx;
  237. color: #fff;
  238. width: 240rpx;
  239. height: 70rpx;
  240. background-color: #e93323;
  241. border-radius: 50rpx;
  242. text-align: center;
  243. line-height: 70rpx;
  244. }
  245. .footer .transparent {
  246. opacity: 0
  247. }