create-order.wxss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 字体大小变量 */
  16. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. page.data-v-b4eaf48e {
  29. height: auto;
  30. background: #f7f7f7;
  31. }
  32. .container.data-v-b4eaf48e {
  33. height: initial;
  34. }
  35. .btn-hover.data-v-b4eaf48e {
  36. background: #ffffff;
  37. }
  38. .animation.data-v-b4eaf48e {
  39. /* transition: transform 0.3s ease;*/
  40. transition-property: -webkit-transform;
  41. transition-property: transform;
  42. transition-property: transform, -webkit-transform;
  43. transition-duration: 0.3s;
  44. transition-timing-function: ease;
  45. }
  46. .invoice-freight.data-v-b4eaf48e {
  47. width: 702rpx;
  48. padding: 0 24rpx;
  49. height: 86rpx;
  50. line-height: 86rpx;
  51. font-size: 28rpx;
  52. color: #333333;
  53. background: #ffffff;
  54. float: left;
  55. font-weight: bold;
  56. }
  57. .invoice-freight .freight-left.data-v-b4eaf48e {
  58. float: left;
  59. }
  60. .invoice-freight .freight-left .icon-yunfeishuoming.data-v-b4eaf48e {
  61. height: 100%;
  62. padding: 0 15rpx;
  63. color: #ff457b;
  64. font-weight: normal;
  65. }
  66. .invoice-freight .freight-right.data-v-b4eaf48e {
  67. float: right;
  68. color: #2a81ff;
  69. }
  70. .select-coupon.data-v-b4eaf48e {
  71. display: flex;
  72. justify-content: space-between;
  73. align-items: center;
  74. padding: 0 24rpx;
  75. margin: 24rpx 0;
  76. height: 90rpx;
  77. background: #fff;
  78. }
  79. .select-coupon .left-title.data-v-b4eaf48e {
  80. font-weight: bold;
  81. color: #333333;
  82. font-size: 28rpx;
  83. }
  84. .select-coupon .right-content.data-v-b4eaf48e {
  85. display: flex;
  86. justify-content: flex-start;
  87. align-items: center;
  88. }
  89. .select-coupon .right-content .coupon-amount.data-v-b4eaf48e {
  90. font-size: 28rpx;
  91. color: #ff457b;
  92. margin-right: 12rpx;
  93. }
  94. .select-coupon .right-content .iconfont.data-v-b4eaf48e {
  95. font-size: 28rpx;
  96. color: #b2b2b2;
  97. }
  98. .invoice-balance.data-v-b4eaf48e {
  99. width: 702rpx;
  100. height: auto;
  101. padding: 0 24rpx;
  102. background: #ffffff;
  103. float: left;
  104. margin-top: 24rpx;
  105. margin-bottom: 24rpx;
  106. }
  107. .invoice-balance .balabce-t.data-v-b4eaf48e {
  108. width: 100%;
  109. height: 86rpx;
  110. line-height: 86rpx;
  111. font-size: 28rpx;
  112. color: #333333;
  113. float: left;
  114. }
  115. .invoice-balance .balabce-t .balabce-t-le.data-v-b4eaf48e {
  116. float: left;
  117. font-weight: bold;
  118. }
  119. .invoice-balance .balabce-t .balabce-t-ri.data-v-b4eaf48e {
  120. float: right;
  121. display: flex;
  122. align-items: center;
  123. }
  124. .invoice-balance .balabce-t .balabce-t-ri .money.data-v-b4eaf48e {
  125. display: flex;
  126. float: left;
  127. }
  128. .invoice-balance .balabce-t .balabce-t-ri .checkbox-box.data-v-b4eaf48e {
  129. display: flex;
  130. width: 60rpx;
  131. float: left;
  132. height: 100%;
  133. font-size: 24rpx;
  134. }
  135. .invoice-balance .balabce-t .balabce-t-ri .checkbox-box .checkbox.data-v-b4eaf48e {
  136. width: 40rpx;
  137. text-align: right;
  138. box-sizing: border-box;
  139. text-align: center;
  140. text-decoration: none;
  141. border-radius: 0;
  142. -webkit-tap-highlight-color: transparent;
  143. overflow: hidden;
  144. color: #ff457b;
  145. padding: 5rpx;
  146. }
  147. .invoice-balance .balabce-b.data-v-b4eaf48e {
  148. width: 100%;
  149. float: left;
  150. overflow: hidden;
  151. }
  152. .invoice-balance .balabce-b .balabce-b-text.data-v-b4eaf48e {
  153. width: 100%;
  154. line-height: 58rpx;
  155. font-size: 24rpx;
  156. color: #ff457b;
  157. text-align: right;
  158. float: right;
  159. }
  160. .invoice-balance .balabce-b.balabce-b--hide.data-v-b4eaf48e {
  161. padding: 0 0;
  162. height: 0px;
  163. line-height: 0px;
  164. }
  165. .footer.data-v-b4eaf48e {
  166. position: fixed;
  167. left: 0;
  168. bottom: 0;
  169. z-index: 995;
  170. display: flex;
  171. align-items: center;
  172. width: 100%;
  173. height: 110rpx;
  174. justify-content: space-between;
  175. font-size: 28rpx;
  176. background-color: #ffffff;
  177. z-index: 998;
  178. color: #333333;
  179. border-top: 1px solid #f7f7f7;
  180. }
  181. .footer .footer-le.data-v-b4eaf48e {
  182. width: 570rpx;
  183. height: 100%;
  184. float: left;
  185. }
  186. .footer .footer-count.data-v-b4eaf48e {
  187. float: left;
  188. padding-left: 24rpx;
  189. line-height: 110rpx;
  190. width: 170rpx;
  191. box-sizing: border-box;
  192. font-size: 26rpx;
  193. }
  194. .footer .footer-price.data-v-b4eaf48e {
  195. float: right;
  196. text-align: right;
  197. color: #333333;
  198. padding-right: 20rpx;
  199. box-sizing: border-box;
  200. width: 370rpx;
  201. padding-left: 24rpx;
  202. }
  203. .footer .footer-price .sum.data-v-b4eaf48e {
  204. display: flex;
  205. justify-content: center;
  206. flex-direction: column;
  207. align-items: flex-start;
  208. width: 100%;
  209. height: 110rpx;
  210. }
  211. .footer .footer-price .sum .price.data-v-b4eaf48e {
  212. font-size: 32rpx;
  213. color: #ff457b;
  214. }
  215. .footer .footer-price .sum .discount.data-v-b4eaf48e {
  216. font-size: 24rpx;
  217. color: #ff457b;
  218. }
  219. .footer .footer-submit.data-v-b4eaf48e {
  220. display: flex;
  221. align-items: center;
  222. justify-content: center;
  223. width: 210rpx;
  224. height: 100%;
  225. box-sizing: border-box;
  226. padding: 15rpx 5rpx;
  227. }
  228. .footer .footer-submit .btn.data-v-b4eaf48e {
  229. width: 100%;
  230. height: 100%;
  231. color: #ffffff;
  232. background: linear-gradient(270deg, #f83c6c 0%, #fc32b4 100%);
  233. font-size: 26rpx;
  234. text-align: center;
  235. line-height: 80rpx;
  236. border-radius: 40rpx;
  237. }
  238. .footer .footer-submit .btn.disabled.data-v-b4eaf48e {
  239. background: #e4e8eb;
  240. color: #999999;
  241. }
  242. .Rebate.data-v-b4eaf48e {
  243. width: 702rpx;
  244. height: auto;
  245. padding: 0 24rpx;
  246. background: #ffffff;
  247. float: left;
  248. margin-bottom: 24rpx;
  249. margin-bottom: 24rpx;
  250. line-height: 86rpx;
  251. }
  252. .Rebate .rebate-title.data-v-b4eaf48e {
  253. float: left;
  254. font-weight: bold;
  255. color: #333333;
  256. font-size: 28rpx;
  257. }
  258. .Rebate .iconfont.data-v-b4eaf48e {
  259. float: right;
  260. color: #b2b2b2;
  261. font-size: 40rpx;
  262. }
  263. .Rebate .iconfont.icon-yixuanze.data-v-b4eaf48e {
  264. color: #ff457b;
  265. }