order.vue 24 KB

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