goods.vue 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <template>
  2. <!-- 物品信息 -->
  3. <view class="back">
  4. <view class="top">
  5. <view class="u-flex">
  6. <text class="title">物品信息</text>
  7. <view class="mast">必填</view>
  8. </view>
  9. <view class="info">填写准确的寄送物品可帮助您推荐更合适的产品</view>
  10. <view class="input">
  11. <input type="text" placeholder="请输入物品名称" style="width: 100%;" />
  12. </view>
  13. <view class="u-flex u-row-between" style="margin-top: 28rpx;flex-wrap: wrap;">
  14. <view class="about" v-for="(item,idx) in 10">文件</view>
  15. </view>
  16. </view>
  17. <view class="type u-flex u-row-between">
  18. <view class="">
  19. <text class="title">商品类型</text>
  20. </view>
  21. <view class="">
  22. <text class="change">请选择</text>
  23. <image src="../static/express/next1.png" style="width: 26rpx;height: 26rpx;" mode=""></image>
  24. </view>
  25. </view>
  26. <view class="abouta">
  27. <view class="u-flex u-row-between">
  28. <view class="title">预估重量</view>
  29. <view class="">
  30. <u-number-box v-model="value">
  31. <view slot="minus" class="minus">
  32. <u-icon name="minus" size="12"></u-icon>
  33. </view>
  34. <text slot="input" style="width: 150rpx;text-align: center;" class="inpu">{{value}}kg</text>
  35. <view slot="plus" class="plus">
  36. <u-icon name="plus" color="#000000" size="12"></u-icon>
  37. </view>
  38. </u-number-box>
  39. </view>
  40. </view>
  41. <view class="u-flex u-row-between" style="border-top: 2rpx solid rgba(151, 151, 151, 0.1);padding-top: 30rpx;margin-top: 32rpx;">
  42. <view class="title">件数</view>
  43. <view class="">
  44. <u-number-box v-model="value">
  45. <view slot="minus" class="minus">
  46. <u-icon name="minus" size="12"></u-icon>
  47. </view>
  48. <text slot="input" style="width: 150rpx;text-align: center;" class="inpu">{{value}}件</text>
  49. <view slot="plus" class="plus">
  50. <u-icon name="plus" color="#000000" size="12"></u-icon>
  51. </view>
  52. </u-number-box>
  53. </view>
  54. </view>
  55. <view class="u-flex" style="margin-top: 28rpx;">
  56. <view class="zhu">
  57. 注:实际重量体积以收派员确定为准,物品在
  58. <text class="rule"> 了解计费规则</text>
  59. </view>
  60. </view>
  61. </view>
  62. <view class="btn">
  63. <view class="button">确定</view>
  64. </view>
  65. </view>
  66. </template>
  67. <script>
  68. export default {
  69. data() {
  70. return {
  71. value:1
  72. };
  73. }
  74. }
  75. </script>
  76. <style lang="scss" scoped>
  77. .minus {
  78. width: 22px;
  79. height: 22px;
  80. border-width: 1px;
  81. border-color: rgba(0, 0, 0, 0);
  82. border-style: solid;
  83. border-top-left-radius: 100px;
  84. border-top-right-radius: 100px;
  85. border-bottom-left-radius: 100px;
  86. border-bottom-right-radius: 100px;
  87. @include flex;
  88. justify-content: center;
  89. align-items: center;
  90. }
  91. .inpu {
  92. padding: 0 20px;
  93. width: 150rpx;
  94. height: 52rpx;
  95. background: #F4F4F4;
  96. text-align: center;
  97. line-height: 52rpx;
  98. }
  99. .plus {
  100. width: 22px;
  101. height: 22px;
  102. // background-color: #FF0000;
  103. border-radius: 50%;
  104. /* #ifndef APP-NVUE */
  105. display: flex;
  106. /* #endif */
  107. justify-content: center;
  108. align-items: center;
  109. }
  110. .back {
  111. padding: 20rpx 24rpx;
  112. .btn {
  113. width: 750rpx;
  114. height: 166rpx;
  115. background: #FFFFFF;
  116. position: fixed;
  117. bottom: 0;
  118. left: 0;
  119. padding: 18rpx 32rpx;
  120. box-sizing: border-box;
  121. .button {
  122. width: 686rpx;
  123. height: 88rpx;
  124. background: #F83224;
  125. border-radius: 44rpx;
  126. font-family: PingFangSC, PingFang SC;
  127. font-weight: 500;
  128. font-size: 32rpx;
  129. color: #FFFFFF;
  130. line-height: 88rpx;
  131. text-align: center;
  132. font-style: normal;
  133. }
  134. }
  135. .abouta {
  136. padding: 38rpx 20rpx;
  137. box-sizing: border-box;
  138. width: 702rpx;
  139. height: 352rpx;
  140. background: #FFFFFF;
  141. border-radius: 16rpx;
  142. margin-top: 20rpx;
  143. .zhu {
  144. font-family: PingFangSC, PingFang SC;
  145. font-weight: 400;
  146. font-size: 24rpx;
  147. color: #7D7D7D;
  148. line-height: 42rpx;
  149. text-align: left;
  150. font-style: normal;
  151. }
  152. .rule {
  153. font-family: PingFangSC, PingFang SC;
  154. font-weight: 400;
  155. font-size: 24rpx;
  156. color: #F83224;
  157. line-height: 34rpx;
  158. text-align: left;
  159. font-style: normal;
  160. }
  161. }
  162. .title {
  163. font-family: PingFangSC, PingFang SC;
  164. font-weight: 600;
  165. font-size: 28rpx;
  166. color: #222222;
  167. line-height: 40rpx;
  168. text-align: left;
  169. font-style: normal;
  170. }
  171. .type {
  172. width: 704rpx;
  173. height: 96rpx;
  174. background: #FFFFFF;
  175. border-radius: 16rpx;
  176. margin-top: 20rpx;
  177. padding: 28rpx 20rpx;
  178. box-sizing: border-box;
  179. .change {
  180. font-family: PingFangSC, PingFang SC;
  181. font-weight: 400;
  182. font-size: 28rpx;
  183. color: #666666;
  184. line-height: 40rpx;
  185. text-align: left;
  186. font-style: normal;
  187. }
  188. }
  189. .top {
  190. width: 702rpx;
  191. // height: 484rpx;
  192. background: #FFFFFF;
  193. border-radius: 16rpx;
  194. padding: 24rpx 28rpx;
  195. box-sizing: border-box;
  196. .mast {
  197. width: 62rpx;
  198. height: 30rpx;
  199. border-radius: 16rpx;
  200. border: 1rpx solid #F83224;
  201. font-family: PingFangSC, PingFang SC;
  202. font-weight: 400;
  203. font-size: 20rpx;
  204. color: #FF1515;
  205. line-height: 30rpx;
  206. text-align: center;
  207. font-style: normal;
  208. margin-left: 8rpx;
  209. }
  210. .about {
  211. width: 202rpx;
  212. height: 60rpx;
  213. border-radius: 36rpx;
  214. border: 1rpx solid rgba(151, 151, 151, 0.5);
  215. font-family: PingFangSC, PingFang SC;
  216. font-weight: 400;
  217. font-size: 26rpx;
  218. color: #444444;
  219. line-height: 60rpx;
  220. text-align: center;
  221. font-style: normal;
  222. margin-bottom: 20rpx;
  223. }
  224. }
  225. .info {
  226. font-family: PingFangSC, PingFang SC;
  227. font-weight: 400;
  228. font-size: 24rpx;
  229. color: #222222;
  230. line-height: 34rpx;
  231. text-align: left;
  232. font-style: normal;
  233. margin-top: 20rpx;
  234. }
  235. .input {
  236. width: 646rpx;
  237. height: 68rpx;
  238. background: #F5F5F5;
  239. border-radius: 44rpx;
  240. padding: 14rpx 32rpx;
  241. margin-top: 20rpx;
  242. box-sizing: border-box;
  243. }
  244. }
  245. </style>