create.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. /* pages/order/create/create.wxss */
  2. @import "./create.skeleton.wxss";
  3. page {
  4. background: #f8f8f8;
  5. }
  6. .addr {
  7. /* height: 169rpx; */
  8. /* background: #FFFFFF; */
  9. /* padding: 0 24rpx; */
  10. }
  11. .addr .cellText {
  12. width: 30rpx;
  13. }
  14. .addr .cellText::before {
  15. content: "\e637" !important;
  16. color: #00BC8A !important;
  17. margin: 0 !important;
  18. padding: 0 !important;
  19. left: 0 !important;
  20. font-size: 30rpx;
  21. }
  22. .abelCellItem {
  23. text-align: left !important;
  24. position: relative;
  25. padding-right: 40rpx;
  26. padding: 0 20rpx;
  27. box-sizing: border-box;
  28. /* line-height: 80rpx; */
  29. /* text-align: justify; */
  30. /* text-justify: distribute-all-line; */
  31. }
  32. .abelCellItem::after {
  33. content: "\e615";
  34. position: absolute;
  35. top: 0 !important;
  36. right: 0;
  37. color: #A2A2A2;
  38. }
  39. .addrtop {
  40. padding: 20rpx;
  41. }
  42. .company {
  43. font-weight: 600;
  44. font-size: 28rpx;
  45. color: #202020;
  46. line-height: 50rpx;
  47. }
  48. .addInfo {
  49. font-weight: 400;
  50. font-size: 22rpx;
  51. color: #5C5C5C;
  52. line-height: 28rpx;
  53. }
  54. .customer {
  55. font-weight: 400;
  56. font-size: 20rpx;
  57. color: #202020;
  58. line-height: 36rpx;
  59. }
  60. .goodsInfo {
  61. display: flex;
  62. flex-flow: row;
  63. flex-wrap: nowrap;
  64. align-items: center;
  65. justify-content: space-between;
  66. background: #FFFFFF;
  67. padding: 50rpx 24rpx;
  68. padding-left: 0;
  69. }
  70. .goodsInfo image {
  71. width: 160rpx;
  72. height: 160rpx;
  73. background: #E8E8E8;
  74. }
  75. .goods {
  76. flex: 1;
  77. height: 160rpx;
  78. padding-left: 32rpx;
  79. display: flex;
  80. flex-flow: column;
  81. justify-content: space-between;
  82. }
  83. .goods .name {
  84. font-weight: 500;
  85. font-size: 24rpx;
  86. color: #202020;
  87. }
  88. .goods .brief {
  89. flex: 1;
  90. margin: 10rpx 0;
  91. font-weight: 400;
  92. font-size: 20rpx;
  93. color: #424242;
  94. }
  95. .priceTool {
  96. display: flex;
  97. flex-wrap: nowrap;
  98. flex-flow: row;
  99. align-items: center;
  100. justify-content: space-between;
  101. }
  102. .priceTool>view:first-child {
  103. font-weight: bold;
  104. font-size: 32rpx;
  105. color: #202020;
  106. line-height: 1.2;
  107. }
  108. .number {
  109. flex: 1;
  110. text-align: right;
  111. }
  112. .goodsPrice {
  113. line-height: 120rpx;
  114. font-weight: 400;
  115. font-size: 40rpx;
  116. color: #D1222C;
  117. line-height: 40rpx;
  118. text-align: right;
  119. padding-right: 50rpx;
  120. border-top: 1rpx solid #F8F8F8;
  121. }
  122. .xy-popup {
  123. display: flex;
  124. align-items: center;
  125. justify-self: center;
  126. justify-content: center;
  127. background: rgba(0, 0, 0, 0.2);
  128. }
  129. .showToast {
  130. background: #FFFFFF;
  131. padding: 24rpx 0;
  132. width: 600rpx;
  133. text-align: center;
  134. border-radius: 8rpx;
  135. }
  136. .showToastContent {}
  137. .showTitle {
  138. font-weight: 400;
  139. font-size: 28rpx;
  140. color: #000000;
  141. line-height: 2;
  142. border-bottom: 1rpx solid #E8E8E8;
  143. padding: 0 24rpx;
  144. padding-bottom: 24rpx;
  145. box-sizing: border-box;
  146. }
  147. .showMsg {
  148. font-weight: 500;
  149. font-size: 36rpx;
  150. color: #000000;
  151. line-height: 1.5;
  152. padding: 20rpx 24rpx;
  153. box-sizing: border-box;
  154. max-height: 400rpx;
  155. overflow-y: auto;
  156. }
  157. .showBtn {
  158. text-align: center;
  159. font-size: 28rpx;
  160. color: #000000;
  161. line-height: 2.0;
  162. border-top: 1rpx solid #E8E8E8;
  163. padding-top: 24rpx;
  164. }
  165. .toolBar {
  166. position: fixed;
  167. left: 0;
  168. bottom: 0;
  169. background: #FFFFFF;
  170. width: 100%;
  171. height: 128rpx;
  172. z-index: 999;
  173. padding: 24rpx;
  174. box-sizing: border-box;
  175. display: flex;
  176. align-items: center;
  177. justify-content: space-between;
  178. }
  179. .toolBar .switch-icon {
  180. line-height: 88rpx;
  181. font-size: 24rpx;
  182. color: #000000;
  183. }
  184. .toolBar .switch-icon::before {
  185. color: #00BC8A;
  186. margin-right: 10rpx;
  187. line-height: 88rpx;
  188. font-size: 30rpx;
  189. }
  190. .priceInfo {
  191. flex: 1;
  192. text-align: right;
  193. font-size: 24rpx;
  194. color: #000000;
  195. line-height: 88rpx;
  196. padding: 0 28rpx;
  197. }
  198. .priceInfo view {
  199. display: inline-block;
  200. font-weight: bold;
  201. font-size: 28rpx;
  202. color: #D1222C;
  203. }
  204. .nextBtn {
  205. width: 200rpx;
  206. height: 88rpx;
  207. font-weight: 500;
  208. font-size: 36rpx;
  209. text-align: center;
  210. line-height: 88rpx;
  211. color: #FFFFFF;
  212. background: #00BC8A;
  213. border-radius: 16rpx;
  214. }