order.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768
  1. <template>
  2. <view class="back">
  3. <!-- 地址 -->
  4. <view class="address" @click="toadd">
  5. <view class="u-flex u-row-between">
  6. <view class="add">102 Huangjiao Road,</view>
  7. <u-icon name="arrow-right" size='16'></u-icon>
  8. </view>
  9. <view class="info">
  10. <text>Curtis Morris</text>
  11. <text style="margin-left: 20rpx;">041***8314</text>
  12. </view>
  13. </view>
  14. <!-- 商品 -->
  15. <view class="shop">
  16. <view class="">
  17. <image :src="goodinfo.merchant.image" style="width: 38rpx;height: 38rpx;" mode=""></image>
  18. <text class="name">{{goodinfo.merchant.merchant_name}}</text>
  19. </view>
  20. <view class="u-flex" style="margin-top: 32rpx;">
  21. <image :src="sku_info.image" style="width: 184rpx;height: 184rpx;" mode=""></image>
  22. <view class=" "
  23. style="margin-left: 20rpx;flex-direction: column;justify-content: space-between;height: 184rpx;display: flex;flex:1">
  24. <view class="">
  25. <text>{{goodinfo.name_cn}}</text>
  26. <view class="weight">{{sku_info.item}} {{Number(sku_info.weight)*value}}kg</view>
  27. </view>
  28. <view class="u-flex u-row-between">
  29. <view class="">
  30. <text class="money">¥</text>
  31. <text class="money"
  32. style="font-size: 34rpx;">{{goodinfo.is_discount==1? Number(sku_info.price)*Number(value):Number(sku_info.discount_price)*Number(value)}}</text>
  33. </view>
  34. <u-number-box v-model="value">
  35. <!-- <view class="bu"> -->
  36. <view slot="minus" class="">
  37. <u-icon name="minus" size="12"></u-icon>
  38. </view>
  39. <text slot="input" style="width: 40px;text-align: center;" class="input">{{value}}</text>
  40. <view slot="plus" class="">
  41. <u-icon name="plus" size="12"></u-icon>
  42. </view>
  43. <!-- </view> -->
  44. </u-number-box>
  45. </view>
  46. </view>
  47. </view>
  48. </view>
  49. <!-- 物流 -->
  50. <view class="logistics u-flex u-row-between">
  51. <text style="font-weight: 600;">{{i18n.flow}}</text>
  52. <view class="u-flex" @click="show = true">
  53. <text class="change">{{i18n.selection}}</text>
  54. <u-icon name="arrow-right" size='16'></u-icon>
  55. </view>
  56. </view>
  57. <!-- 推荐 -->
  58. <view class="recommend">
  59. <view class="top">
  60. <image src="static/images/recommend.png" style="width: 124rpx;height: 30rpx;" mode=""></image>
  61. </view>
  62. <view class="bottom">
  63. <scroll-view scroll-x class="u-flex" style="column: gap 28rpx; display: flex;">
  64. <view class="u-flex">
  65. <view class="" v-for="(item,idx) in swiptlist" :key="idx">
  66. <image :src="item.image" style="width: 156rpx;height: 156rpx;" mode="">
  67. </image>
  68. <view class="title" v-if="language =='zh-CN'">
  69. {{item.name_cn}}
  70. </view>
  71. <view class="title" v-if="language =='en-US'">
  72. {{item.name_en}}
  73. </view>
  74. <view class="title" v-if="language =='es-ES'">
  75. {{item.name_es}}
  76. </view>
  77. <view class="title" v-if="language =='it-IT'">
  78. {{item.name_ita}}
  79. </view>
  80. <view class="money" style="color: #F83224;font-size: 20rpx;">
  81. <text>¥</text>
  82. <text style="font-size: 28rpx;">{{item.is_discount==0?item.discount_price.slice(0,-3):item.price.slice(0,-3)}}</text>
  83. <text>{{item.is_discount==0?item.discount_price.slice(-3):item.price.slice(-3)}}</text>
  84. </view>
  85. </view>
  86. </view>
  87. </scroll-view>
  88. </view>
  89. </view>
  90. <!-- 商品相关 -->
  91. <view class="abount" style="margin-top: 20rpx;">
  92. <view class="u-flex u-row-between" style='margin-bottom:40rpx'>
  93. <view class="name">{{i18n.Commodityamount}}</view>
  94. <view class="money">
  95. ¥{{goodinfo.is_discount==1? Number(sku_info.price)*Number(value):Number(sku_info.discount_price)*Number(value)}}
  96. </view>
  97. </view>
  98. <view class="u-flex u-row-between">
  99. <view class="name">{{i18n.Grosscommodityweight}}</view>
  100. <view class="money">{{Number(sku_info.weight)*value}}kg</view>
  101. </view>
  102. <view class="back u-flex">
  103. <image src="static/images/warning.png" style="width: 32rpx;height: 32rpx;" mode=""></image>
  104. <text style="margin-left: 12rpx;">{{i18n.buy}}378-380kg{{i18n.price}}¥21,{{i18n.morefavorable}}</text>
  105. </view>
  106. <view class="u-flex u-row-between" style='margin-bottom:40rpx'>
  107. <view class="name">{{i18n.Costperkilogram}}</view>
  108. <view class="money">需先选择货运方式</view>
  109. </view>
  110. <view class="u-flex u-row-between">
  111. <view class="name">{{i18n.freight}}</view>
  112. <view class="money">需先选择货运方式</view>
  113. </view>
  114. <view class="zong u-flex u-row-right">
  115. <view class="">
  116. <text class="small">{{i18n.subtotal}}</text>
  117. <text class="mon">¥</text>
  118. <text class="mon" style="font-size: 40rpx;">2642.5</text>
  119. </view>
  120. </view>
  121. </view>
  122. <view class="" style="height: 166rpx;"></view>
  123. <view class="btn u-flex u-row-right">
  124. <view class="">
  125. <text class="kg">{{i18n.Atotalof}}39kg,</text>
  126. <text>{{i18n.total}}:</text>
  127. <text class="money" style="font-size: 28rpx;">¥</text>
  128. <text class="money" style="font-weight: bold;">2792.5</text>
  129. </view>
  130. <view class="order" @click="topay">
  131. {{i18n.Submitorder}}
  132. </view>
  133. </view>
  134. <!-- 跨境物流 -->
  135. <u-popup :show="show" @close="close" @open="open" mode="bottom" closeIconPos='top-right' round='28'>
  136. <view style="padding: 40rpx 28rpx;box-sizing:border-box;">
  137. <view class="u-flex u-row-between">
  138. <view class="" style="width: 28px;height: 28px;"></view>
  139. <view class="poptitle">
  140. {{i18n.flow}}
  141. </view>
  142. <u-icon name="close" @click="close" color="background: #333333;" size="28"></u-icon>
  143. </view>
  144. <view class="u-flex u-row-between" style="margin-top: 60rpx;flex-wrap: wrap;">
  145. <view :class="index==idx?'active':'unactive'" v-for="(item,idx) in containerList"
  146. @click="change(idx)"
  147. style="display: flex;flex-direction: column;align-items: center;justify-content: center;margin-bottom: 28rpx;position: relative;">
  148. <image v-if="index==idx" src="static/images/change.png"
  149. style="width: 36rpx;height: 32rpx;position: absolute;top: 0;right: 0;" mode=""></image>
  150. <view class="logname" v-if="language =='zh-CN'">{{item.name_cn}}</view>
  151. <view class="logname" v-if="language =='en-US'">{{item.name_en}}</view>
  152. <view class="logname" v-if="language =='es-ES'">{{item.name_es}}</view>
  153. <view class="logname" v-if="language =='it-IT'">{{item.name_ita}}</view>
  154. <view class="wei">¥{{goodinfo.cate==0?item.normal_delivery_fee:item.special_delivery_fee}}/kg</view>
  155. </view>
  156. </view>
  157. <view class="nextto" @click="next">{{i18n.next}}</view>
  158. </view>
  159. </u-popup>
  160. <!-- 跨境物流下一步 -->
  161. <u-popup :safeAreaInsetTop='true' :show="show1" @close="close" @open="open" mode="bottom"
  162. closeIconPos='top-right' round='28' bgColor='#F4F4F4'>
  163. <view style="padding: 40rpx 28rpx;box-sizing:border-box;position: relative;">
  164. <view class="u-flex u-row-between">
  165. <view class="" style="width: 28px;height: 28px;"></view>
  166. <view class="poptitle">
  167. {{i18n.flow}}
  168. </view>
  169. <u-icon name="close" @click="close" color="background: #333333;" size="28"></u-icon>
  170. </view>
  171. <scroll-view :scroll-y="true" style="500rpx">
  172. <view class="transport" style="margin-top: 32rpx;" @click="activea(idx)" v-for="(item,idx) in 5">
  173. <view class="u-flex u-row-between">
  174. <text class="yundate">{{i18n.Shipmentdate}} 2023-12-09</text>
  175. <image v-if="datechan==idx" src="/pageA/static/images/active.png"
  176. style="width: 36rpx;height: 36rpx;" mode=""></image>
  177. <image v-else src="/pageA/static/images/unactive.png" style="width: 36rpx;height: 36rpx;"
  178. mode=""></image>
  179. </view>
  180. <view class="u-flex u-row-between" style="margin-top: 28rpx;">
  181. <view class="chest">
  182. <text>2号海运柜</text>
  183. <text style="margin: 0 16rpx;">|</text>
  184. <text>{{i18n.Estimatedtimeofarrival}}22{{i18n.Workingday}}</text>
  185. </view>
  186. <view class="mone">
  187. <text>¥</text>
  188. <text style="font-size: 32rpx;">1820</text>
  189. </view>
  190. </view>
  191. </view>
  192. </scroll-view>
  193. <view class="" style="height: 166rpx;"></view>
  194. <view class="enbottom u-flex u-row-between">
  195. <view class="cancel" @click="close">{{i18n.Cancel}}</view>
  196. <view class="confirm" @click="confirm">{{i18n.enter}}</view>
  197. </view>
  198. </view>
  199. </u-popup>
  200. </view>
  201. </template>
  202. <script>
  203. export default {
  204. data() {
  205. return {
  206. value: 1,
  207. show: false,
  208. index: '',
  209. show1: false,
  210. datechan: '',
  211. sku_info: {},
  212. goodinfo: {},
  213. swiptlist: [], //推荐列表
  214. language: 'zh-CN',
  215. containerList: [], //列表
  216. province_id:'',
  217. transport_type_id:''
  218. };
  219. },
  220. computed: {
  221. i18n() {
  222. return this.$t('index')
  223. }
  224. },
  225. onLoad(options) {
  226. // url: '/pageA/order?sku=' + this.sku_info + '&value=' + this.value+'&goodinfo='+this.goodinfo
  227. if (options) {
  228. this.value = options.value
  229. this.sku_info = JSON.parse(decodeURIComponent(options.sku));
  230. this.goodinfo = JSON.parse(decodeURIComponent(options.goodinfo))
  231. console.log(this.goodinfo);
  232. }
  233. },
  234. onShow() {
  235. if (uni.getStorageSync('language') != '') {
  236. this.language = uni.getStorageSync('language')
  237. }
  238. this.recommend()
  239. this.container()
  240. },
  241. methods: {
  242. //货运类型列表
  243. container() {
  244. uni.$u.http.get('/api/transport-type', {
  245. params: {
  246. province_id: this.province_id,
  247. }
  248. }).then((res) => {
  249. this.containerList = res
  250. this.transport_type_id = res.id
  251. }).catch(() => {
  252. })
  253. },
  254. //跳转到填写地址
  255. toadd(){
  256. uni.navigateTo({
  257. url:'/pageC/addressManagement/addressManagement'
  258. })
  259. },
  260. //货柜列表
  261. container() {
  262. uni.$u.http.get('/api/container', {
  263. params: {
  264. is_page: 0,
  265. province_id: this.province_id,
  266. transport_type_id:this.transport_type_id
  267. }
  268. }).then((res) => {
  269. }).catch(() => {
  270. })
  271. },
  272. //商品推荐
  273. recommend() {
  274. uni.$u.http.post('/api/goods/recommend',{
  275. keyword:''
  276. }).then((res) => {
  277. // this.swiptlist = res.reduce((a, b) => {
  278. // let lastIndex = a.length - 1
  279. // if (a[lastIndex].length < 3) {
  280. // a[lastIndex].push(b)
  281. // } else {
  282. // a.push([b])
  283. // }
  284. // return a
  285. // }, [
  286. // []
  287. // ])
  288. this.swiptlist = res
  289. }).catch(() => {
  290. })
  291. },
  292. change(index) {
  293. this.index = index
  294. },
  295. next() {
  296. this.show = false
  297. this.show1 = true
  298. },
  299. activea(idx) {
  300. this.datechan = idx
  301. },
  302. //确定
  303. confirm() {
  304. this.show1 = false
  305. },
  306. // 取消
  307. close() {
  308. this.show = false
  309. this.show1 = false
  310. },
  311. //提交订单
  312. topay() {
  313. uni.navigateTo({
  314. url: '/pageA/payorder'
  315. })
  316. }
  317. }
  318. }
  319. </script>
  320. <style lang="scss" scoped>
  321. ::v-deep .u-status-bar {
  322. height: 0 !important;
  323. }
  324. .confirm {
  325. width: 398rpx;
  326. height: 84rpx;
  327. background: #F83224;
  328. border-radius: 42rpx;
  329. text-align: center;
  330. font-family: PingFangSC, PingFang SC;
  331. font-weight: 500;
  332. font-size: 32rpx;
  333. color: #FFFFFF;
  334. line-height: 84rpx;
  335. text-align: center;
  336. font-style: normal;
  337. }
  338. .cancel {
  339. width: 280rpx;
  340. height: 84rpx;
  341. border-radius: 42rpx;
  342. border: 2rpx solid rgba(151, 151, 151, 0.3);
  343. font-family: PingFangSC, PingFang SC;
  344. font-weight: 400;
  345. font-size: 32rpx;
  346. color: #444444;
  347. line-height: 84rpx;
  348. text-align: center;
  349. font-style: normal;
  350. }
  351. .enbottom {
  352. width: 750rpx;
  353. height: 166rpx;
  354. background: #FFFFFF;
  355. position: absolute;
  356. left: 0rpx;
  357. bottom: 0;
  358. padding: 0 24rpx;
  359. box-sizing: border-box;
  360. }
  361. .mone {
  362. font-family: JDZhengHT, JDZhengHT;
  363. font-weight: 400;
  364. font-size: 26rpx;
  365. color: #F83224;
  366. line-height: 32rpx;
  367. text-align: left;
  368. font-style: normal;
  369. }
  370. .yundate {
  371. font-family: PingFangSC, PingFang SC;
  372. font-weight: 550;
  373. font-size: 32rpx;
  374. color: #333333;
  375. line-height: 44rpx;
  376. text-align: left;
  377. font-style: normal;
  378. }
  379. .chest {
  380. font-family: SFPro, SFPro;
  381. font-weight: 400;
  382. font-size: 24rpx;
  383. color: #555555;
  384. line-height: 28rpx;
  385. text-align: left;
  386. font-style: normal;
  387. }
  388. .act {
  389. width: 702rpx;
  390. height: 164rpx;
  391. background: #FFFFFF;
  392. border-radius: 12rpx;
  393. padding: 24rpx 20rpx;
  394. box-sizing: border-box;
  395. border: 1rpx solid #F83224;
  396. }
  397. .transport {
  398. width: 702rpx;
  399. height: 164rpx;
  400. background: #FFFFFF;
  401. border-radius: 12rpx;
  402. padding: 24rpx 20rpx;
  403. box-sizing: border-box;
  404. }
  405. .nextto {
  406. width: 702rpx;
  407. height: 84rpx;
  408. background: #F83224;
  409. border-radius: 44rpx;
  410. font-family: PingFangSC, PingFang SC;
  411. font-weight: 500;
  412. font-size: 32rpx;
  413. color: #FFFFFF;
  414. line-height: 84rpx;
  415. text-align: center;
  416. font-style: normal;
  417. margin-top: 108rpx;
  418. }
  419. .logname {
  420. font-family: PingFangSC, PingFang SC;
  421. font-weight: 400;
  422. font-size: 28rpx;
  423. color: #333333;
  424. line-height: 40rpx;
  425. text-align: right;
  426. font-style: normal;
  427. overflow: hidden;
  428. width: 220rpx ;
  429. white-space: nowrap;
  430. text-overflow: ellipsis;
  431. }
  432. .wei {
  433. font-family: JDZhengHT, JDZhengHT;
  434. font-weight: 400;
  435. font-size: 32rpx;
  436. color: #F83224;
  437. line-height: 40rpx;
  438. text-align: right;
  439. font-style: normal;
  440. margin-top: 8rpx;
  441. }
  442. .active {
  443. width: 218rpx;
  444. height: 148rpx;
  445. background: rgba(247, 50, 36, 0.05);
  446. border-radius: 8rpx;
  447. border: 1rpx solid #F83224;
  448. }
  449. .unactive {
  450. width: 218rpx;
  451. height: 148rpx;
  452. border-radius: 12rpx;
  453. border: 1rpx solid #C3C3C3;
  454. }
  455. .poptitle {
  456. width: 142rpx;
  457. height: 50rpx;
  458. font-family: PingFangSC, PingFang SC;
  459. font-weight: 600;
  460. font-size: 36rpx;
  461. color: #333333;
  462. text-align: center;
  463. width: 100%;
  464. }
  465. .back {
  466. background: rgba(244, 244, 244, 1);
  467. padding: 20rpx 24rpx;
  468. box-sizing: border-box;
  469. .btn {
  470. width: 750rpx;
  471. height: 166rpx;
  472. background: #FFFFFF;
  473. box-shadow: 0rpx -1rpx 0rpx 0rpx rgba(0, 0, 0, 0.05);
  474. position: fixed;
  475. bottom: 0;
  476. left: 0;
  477. padding: 0 24rpx 5rpx 5rpx;
  478. box-sizing: border-box;
  479. .money {
  480. font-family: HarmonyOS_Sans_Medium;
  481. font-size: 48rpx;
  482. color: #F83224;
  483. line-height: 38rpx;
  484. text-align: left;
  485. font-style: normal;
  486. // font-weight: 500;
  487. font-weight: bold;
  488. }
  489. .kg {
  490. font-family: PingFangSC, PingFang SC;
  491. font-weight: 400;
  492. font-size: 24rpx;
  493. color: #333333;
  494. line-height: 34rpx;
  495. text-align: left;
  496. font-style: normal;
  497. }
  498. .order {
  499. width: 232rpx;
  500. height: 80rpx;
  501. background: #F83224;
  502. border-radius: 40rpx;
  503. font-family: PingFangTC, PingFangTC;
  504. font-weight: 500;
  505. font-size: 32rpx;
  506. color: #FFFFFF;
  507. line-height: 80rpx;
  508. text-align: center;
  509. font-style: normal;
  510. margin-left: 20rpx;
  511. }
  512. }
  513. //商品相关
  514. .abount {
  515. padding: 28rpx 24rpx;
  516. box-sizing: border-box;
  517. background: #FFFFFF;
  518. border-radius: 16rpx;
  519. width: 702rpx;
  520. .zong {
  521. width: 654rpx;
  522. padding: 22rpx 0 0 0;
  523. border-top: 2rpx solid rgba(151, 151, 151, 0.1);
  524. margin-top: 32rpx;
  525. .small {
  526. font-family: PingFangTC, PingFangTC;
  527. font-weight: 400;
  528. font-size: 24rpx;
  529. color: #444444;
  530. line-height: 34rpx;
  531. text-align: left;
  532. font-style: normal;
  533. }
  534. .mon {
  535. font-family: HarmonyOS_Sans_Medium;
  536. font-size: 28rpx;
  537. color: #F83224;
  538. line-height: 38rpx;
  539. text-align: left;
  540. font-style: normal;
  541. margin-left: 12rpx;
  542. font-weight: bold;
  543. }
  544. }
  545. .back {
  546. background: rgba(244, 244, 244, 1);
  547. padding: 22rpx 16rpx;
  548. box-sizing: border-box;
  549. margin-top: 10rpx;
  550. margin-bottom: 20rpx;
  551. }
  552. .name {
  553. font-family: PingFangSC, PingFang SC;
  554. font-weight: 400;
  555. font-size: 28rpx;
  556. color: #333333;
  557. line-height: 40rpx;
  558. text-align: left;
  559. font-style: normal;
  560. }
  561. .money {
  562. font-family: HarmonyOS_Sans_Medium;
  563. font-size: 28rpx;
  564. color: #222222;
  565. line-height: 38rpx;
  566. text-align: left;
  567. font-style: normal;
  568. font-weight: 600;
  569. }
  570. }
  571. .recommend {
  572. margin-top: 20rpx;
  573. .title {
  574. font-family: PingFangSC, PingFang SC;
  575. font-weight: 400;
  576. font-size: 22rpx;
  577. color: #222222;
  578. line-height: 32rpx;
  579. text-align: left;
  580. font-style: normal;
  581. width: 148rpx;
  582. }
  583. .top {
  584. width: 702rpx;
  585. height: 64rpx;
  586. background: linear-gradient(180deg, #FFE7E3 0%, rgba(255, 255, 255, 1) 100%);
  587. border-radius: 16rpx 16rpx 0 0;
  588. padding: 24rpx 22rpx;
  589. box-sizing: border-box;
  590. }
  591. .bottom {
  592. padding: 0 20rpx 22rpx;
  593. box-sizing: border-box;
  594. background: #fff;
  595. }
  596. }
  597. //物流
  598. .logistics {
  599. width: 702rpx;
  600. height: 96rpx;
  601. background: #FFFFFF;
  602. border-radius: 16rpx;
  603. padding: 28rpx 22rpx;
  604. box-sizing: border-box;
  605. margin-top: 20rpx;
  606. .change {
  607. font-family: PingFangSC, PingFang SC;
  608. font-weight: 400;
  609. font-size: 28rpx;
  610. color: #F83224;
  611. line-height: 40rpx;
  612. text-align: left;
  613. font-style: normal;
  614. margin-right: 8rpx;
  615. }
  616. }
  617. //商城
  618. .shop {
  619. width: 702rpx;
  620. // height: 322rpx;
  621. background: #FFFFFF;
  622. border-radius: 16rpx;
  623. padding: 30rpx 24rpx;
  624. margin-top: 20rpx;
  625. box-sizing: border-box;
  626. .bu {
  627. width: 120rpx;
  628. height: 40rpx;
  629. border-radius: 20rpx;
  630. border: 1rpx solid rgba(151, 151, 151, 0.3);
  631. }
  632. .money {
  633. font-family: HarmonyOS_Sans_Medium;
  634. font-size: 24rpx;
  635. color: #F83224;
  636. line-height: 34rpx;
  637. text-align: left;
  638. font-style: normal;
  639. font-weight: 600;
  640. }
  641. .name {
  642. font-family: PingFangSC, PingFang SC;
  643. font-weight: 400;
  644. font-size: 30rpx;
  645. color: #222222;
  646. line-height: 42rpx;
  647. text-align: left;
  648. font-style: normal;
  649. margin-left: 10rpx;
  650. }
  651. .weight {
  652. font-family: PingFangSC, PingFang SC;
  653. font-weight: 400;
  654. font-size: 24rpx;
  655. color: rgba(34, 34, 34, 0.6);
  656. line-height: 34rpx;
  657. text-align: left;
  658. font-style: normal;
  659. margin-top: 16rpx;
  660. }
  661. }
  662. // 地址
  663. .address {
  664. width: 702rpx;
  665. // height: 182rpx;
  666. background: #FFFFFF;
  667. border-radius: 16rpx;
  668. padding: 32rpx 24rpx;
  669. box-sizing: border-box;
  670. .add {
  671. font-family: SFPro, SFPro;
  672. font-weight: 500;
  673. font-size: 32rpx;
  674. color: #222222;
  675. line-height: 36rpx;
  676. text-align: left;
  677. font-style: normal;
  678. }
  679. .info {
  680. font-family: SFPro, SFPro;
  681. font-weight: 400;
  682. font-size: 24rpx;
  683. color: #555555;
  684. line-height: 28rpx;
  685. text-align: left;
  686. font-style: normal;
  687. margin-top: 20rpx;
  688. }
  689. }
  690. }
  691. .minus {
  692. width: 22px;
  693. height: 22px;
  694. border-width: 1px;
  695. border-color: #E6E6E6;
  696. border-style: solid;
  697. border-top-left-radius: 100px;
  698. border-top-right-radius: 100px;
  699. border-bottom-left-radius: 100px;
  700. border-bottom-right-radius: 100px;
  701. @include flex;
  702. justify-content: center;
  703. align-items: center;
  704. }
  705. .input {
  706. padding: 0 10px;
  707. }
  708. .plus {
  709. width: 22px;
  710. height: 22px;
  711. background-color: #FF0000;
  712. border-radius: 50%;
  713. /* #ifndef APP-NVUE */
  714. display: flex;
  715. /* #endif */
  716. justify-content: center;
  717. align-items: center;
  718. }
  719. </style>