order.vue 26 KB

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