123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979 |
- <template>
- <view class="back">
- <!-- 地址 -->
- <view class="address" @click="toadd">
- <view class="u-flex u-row-between">
- <view class="add" v-if="addinfo">{{addinfo.full_address}}</view>
- <view class="" v-else>请添加您的收货地址</view>
- <u-icon name="arrow-right" size='16'></u-icon>
- </view>
- <view class="info" v-if="addinfo">
- <text>{{addinfo.name}}</text>
- <text style="margin-left: 20rpx;">{{replacePhoneToStar(addinfo.mobile)}}</text>
- </view>
- </view>
- <!-- 商品 -->
- <view class="shop">
- <view class="">
- <image :src="goodinfo.merchant.image" style="width: 38rpx;height: 38rpx;" mode=""></image>
- <text class="name">{{goodinfo.merchant.merchant_name}}</text>
- </view>
- <view class="u-flex" style="margin-top: 32rpx;">
- <image :src="sku_info.image" style="width: 184rpx;height: 184rpx;" mode=""></image>
- <view class=" "
- style="margin-left: 20rpx;flex-direction: column;justify-content: space-between;height: 184rpx;display: flex;flex:1">
- <view class="">
- <text class="toptitle">{{goodinfo.name_cn}}</text>
- <view class="weight">{{sku_info.item}} </view>
- <!-- <view class="">{{Number(sku_info.weight)*value}}kg</view> -->
- </view>
- <view class="u-flex u-row-between">
- <view class="">
- <text class="money">¥</text>
- <text class="money"
- 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>
- </view>
- <u-number-box v-model="value">
- <!-- <view class="bu"> -->
- <view slot="minus" class="">
- <u-icon name="minus" size="12"></u-icon>
- </view>
- <input slot="input" v-model="value" style="width: 40px;text-align: center;"
- class="input"></input>
- <view slot="plus" class="">
- <u-icon name="plus" size="12"></u-icon>
- </view>
- <!-- </view> -->
- </u-number-box>
- </view>
- </view>
- </view>
- </view>
- <!-- 物流 -->
- <view class="logistics u-flex u-row-between">
- <text style="font-weight: 600;">{{i18n.flow}}</text>
- <view class="u-flex" @click="show = true">
- <text class="change">{{containname1?type1+' | '+containname1 :i18n.selection}}</text>
- <u-icon name="arrow-right" size='16'></u-icon>
- </view>
- </view>
- <!-- 推荐 -->
- <view class="recommend">
- <view class="top">
- <image src="static/images/recommend.png" style="width: 124rpx;height: 30rpx;" mode=""></image>
- </view>
- <view class="bottom">
- <scroll-view scroll-x class="u-flex" style="column: gap 28rpx; display: flex;">
- <view class="u-flex" style="column-gap: 16rpx; ">
- <view class="" v-for="(item,idx) in swiptlist" :key="idx" @click="todetail(item.id)">
- <image :src="item.image" style="width: 156rpx;height: 156rpx;" mode="">
- </image>
- <view class="title" v-if="language =='zh-CN'">
- {{item.name_cn}}
- </view>
- <view class="title" v-if="language =='en-US'">
- {{item.name_en}}
- </view>
- <view class="title" v-if="language =='es-ES'">
- {{item.name_es}}
- </view>
- <view class="title" v-if="language =='it-IT'">
- {{item.name_ita}}
- </view>
- <view class="money" style="color: #F83224;font-size: 20rpx;">
- <text>¥</text>
- <text
- style="font-size: 28rpx;">{{item.is_discount==0?item.discount_price.slice(0,-3):item.price.slice(0,-3)}}</text>
- <text>{{item.is_discount==0?item.discount_price.slice(-3):item.price.slice(-3)}}</text>
- </view>
- </view>
- </view>
- </scroll-view>
- </view>
- </view>
- <!-- 商品相关 -->
- <view class="abount" style="margin-top: 20rpx;">
- <view class="u-flex u-row-between" style='margin-bottom:40rpx'>
- <view class="name">{{i18n.Commodityamount}}</view>
- <view class="money">
- ¥{{goodinfo.is_discount==1? (Number(sku_info.price*100)*Number(value*100))/10000:(Number(sku_info.discount_price*100)*Number(value*100))/10000}}
- </view>
- </view>
- <view class="u-flex u-row-between">
- <view class="name">{{i18n.Grosscommodityweight}}</view>
- <view class="money">{{Number(sku_info.weight)*value}}kg</view>
- </view>
- <view class="back u-flex" v-if="containname1">
- <image src="static/images/warning.png" style="width: 32rpx;height: 32rpx;" mode=""></image>
- <text
- style="margin-left: 12rpx;">{{i18n.buy}}{{max_weight}}kg{{i18n.price}}¥{{unit_fee}},{{i18n.morefavorable}}</text>
- </view>
- <view class="u-flex u-row-between" style='margin-bottom:40rpx;margin-top: 20rpx;'>
- <view class="name">{{i18n.Costperkilogram}}</view>
- <view class="money">{{containname1?unit_price:'需先选择货运方式'}}</view>
- </view>
- <view class="u-flex u-row-between">
- <view class="name">{{i18n.freight}}</view>
- <view class="money">{{containname1?sum:'需先选择货运方式'}}</view>
- </view>
- <view class="zong u-flex u-row-right">
- <view class="">
- <text class="small">{{i18n.subtotal}}</text>
- <text class="mon">¥</text>
- <text class="mon"
- 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>
- </view>
- </view>
- </view>
- <view class="" style="height: 166rpx;"></view>
- <view class="btn u-flex u-row-right">
- <view class="">
- <text class="kg">{{i18n.Atotalof}}{{Number(sku_info.weight) * value}}kg,</text>
- <text>{{i18n.total}}:</text>
- <text class="money" style="font-size: 28rpx;">¥</text>
- <text class="money" v-if="goodinfo.is_discount==1"
- style="font-weight: bold;">{{(Number(sum*10000+ Number(sku_info.price)*Number(value)*10000))/10000}}</text>
- <text class="money" v-if="goodinfo.is_discount==0"
- style="font-weight: bold;">{{(Number(sum*10000+ Number(sku_info.discount_price)*Number(value)*10000))/10000}}</text>
- </view>
- <view class="order" @click="topay">
- {{i18n.Submitorder}}
- </view>
- </view>
- <!-- 跨境物流 -->
- <u-popup :show="show" @close="close" mode="bottom" closeIconPos='top-right' round='28'>
- <view style="padding: 40rpx 28rpx;box-sizing:border-box;">
- <view class="u-flex u-row-between">
- <view class="" style="width: 28px;height: 28px;"></view>
- <view class="poptitle">
- {{i18n.flow}}
- </view>
- <u-icon name="close" @click="close" color="background: #333333;" size="28"></u-icon>
- </view>
- <view class="u-flex " style="margin-top: 60rpx;flex-wrap: wrap;column-gap: 16rpx;">
- <view :class="index==idx?'active':'unactive'" v-for="(item,idx) in containerList"
- @click="change(item,idx)"
- style="display: flex;flex-direction: column;align-items: center;justify-content: center;margin-bottom: 28rpx;position: relative;">
- <image v-if="index==idx" src="static/images/change.png"
- style="width: 36rpx;height: 32rpx;position: absolute;top: 0;right: 0;" mode=""></image>
- <view class="logname" v-if="language =='zh-CN'">{{item.name_cn}}</view>
- <view class="logname" v-if="language =='en-US'">{{item.name_en}}</view>
- <view class="logname" v-if="language =='es-ES'">{{item.name_es}}</view>
- <view class="logname" v-if="language =='it-IT'">{{item.name_ita}}</view>
- <!-- <view class="wei">¥{{goodinfo.cate==0?item.normal_delivery_fee:item.special_delivery_fee}}/kg</view> -->
- <view class="wei">¥{{item.unit_price}}/kg</view>
- </view>
- </view>
- <view class="nextto" @click="next">{{i18n.next}}</view>
- </view>
- </u-popup>
- <!-- 跨境物流下一步 -->
- <u-popup :safeAreaInsetTop='true' :show="show1" @close="close" mode="bottom" closeIconPos='top-right' round='28'
- bgColor='#F4F4F4'>
- <view style="padding: 40rpx 28rpx;box-sizing:border-box;position: relative;">
- <view class="u-flex u-row-between">
- <view class="" style="width: 28px;height: 28px;"></view>
- <view class="poptitle">
- {{i18n.flow}}
- </view>
- <u-icon name="close" @click="close" color="background: #333333;" size="28"></u-icon>
- </view>
- <scroll-view :scroll-y="true" style="500rpx">
- <view class="transport" style="margin-top: 32rpx;" @click="activea(item,idx)"
- v-for="(item,idx) in containlist" v-if="item.sum !=0">
- <view class="u-flex u-row-between">
- <text class="yundate">{{i18n.Shipmentdate}} {{item.end_date}}</text>
- <image v-if="datechan==idx" src="/pageA/static/images/active.png"
- style="width: 36rpx;height: 36rpx;" mode=""></image>
- <image v-else src="/pageA/static/images/unactive.png" style="width: 36rpx;height: 36rpx;"
- mode=""></image>
- </view>
- <view class="u-flex u-row-between" style="margin-top: 28rpx;">
- <view class="chest">
- <text v-if="language =='zh-CN'">{{item.name_cn}}</text>
- <text v-if="language =='en-US'">{{item.name_en}}</text>
- <text v-if="language =='es-ES'">{{item.name_es}}</text>
- <text v-if="language =='it-IT'">{{item.name_ita}}</text>
- <text style="margin: 0 16rpx;">|</text>
- <text>{{i18n.Estimatedtimeofarrival}}{{item.transport_days}}{{i18n.Workingday}}</text>
- </view>
- <view class="mone">
- <text>¥</text>
- <text style="font-size: 32rpx;">{{item.sum}}</text>
- </view>
- </view>
- </view>
- </scroll-view>
- <view class="" style="height: 166rpx;"></view>
- <view class="enbottom u-flex u-row-between">
- <view class="cancel" @click="close">{{i18n.Cancel}}</view>
- <view class="confirm" @click="confirm">{{i18n.enter}}</view>
- </view>
- </view>
- </u-popup>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- value: 1,
- show: false,
- index: '',
- show1: false,
- datechan: '',
- sku_info: {},
- goodinfo: {},
- swiptlist: [], //推荐列表
- language: 'zh-CN',
- containerList: [], //列表
- province_id: '',
- transport_type_id: '',
- containlist: [],
- containid: '', //货柜id
- containname: '', //货柜名称
- type: '', //货运方式名称
- containname1: '',
- type1: '',
- sum: '',
- unit_price: '',
- recommend_weight: '',
- sum1: '',
- unit_price1: '',
- recommend_weight1: '',
- max_weight: '',
- min_weight: '',
- unit_fee: '',
- addinfo: '',
- huoid: ''
- };
- },
- computed: {
- i18n() {
- return this.$t('index')
- },
- },
- onLoad(options) {
- // url: '/pageA/order?sku=' + this.sku_info + '&value=' + this.value+'&goodinfo='+this.goodinfo
- if (options) {
- this.value = options.value
- this.sku_info = JSON.parse(decodeURIComponent(options.sku));
- this.goodinfo = JSON.parse(decodeURIComponent(options.goodinfo))
- console.log(this.goodinfo);
- console.log(this.sku_info);
- }
- },
- onShow() {
- if (uni.getStorageSync('language') != '') {
- this.language = uni.getStorageSync('language')
- }
- this.recommend()
- // this.container()
- },
- methods: {
- todetail(id) {
- uni.reLaunch({
- url: '/pageA/productdetails?id=' + id
- })
- },
- //正则匹配手机号
- replacePhoneToStar: function(phone) {
- if (phone) {
- return phone.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2');
- }
- },
- //推荐重量
- recommendweight() {
- uni.$u.http.get('/api/express-order/recommend-container', {
- params: {
- container_id: this.containid,
- type: this.goodinfo.cate == 0 ? 'normal' : 'special'
- }
- }).then((res) => {
- console.log(res);
- this.max_weight = res.max_weight
- this.min_weight = res.min_weight
- this.unit_fee = res.unit_fee
- }).catch(() => {
- })
- },
- //货运类型列表
- transport() {
- uni.$u.http.get('/api/transport-type', {
- params: {
- province_id: this.province_id,
- }
- }).then((res) => {
- this.containerList = res
- this.transport_type_id = res[0].id
- if (this.language == 'zh-CN') {
- this.type = res[0].name_cn
- }
- if (this.language == 'en-US') {
- this.type = res[0].name_en
- }
- if (this.language == 'es-ES') {
- this.type = res[0].name_es
- }
- if (this.language == 'it-IT') {
- this.type = res[0].name_ita
- }
- }).catch(() => {
- })
- },
- //跳转到填写地址
- toadd() {
- var that = this
- uni.navigateTo({
- url: '/pageC/addressManagement/addressManagement',
- events: {
- getadd(res) {
- that.addinfo = res
- that.province_id = res.province_id
- // console.log(res);
- that.transport()
- }
- }
- })
- },
- //货柜列表
- container() {
- uni.$u.http.get('/api/container-base', {
- params: {
- is_page: 0,
- province_id: this.province_id,
- transport_type_id: this.transport_type_id,
- weight: Number(this.sku_info.weight) * this.value,
- type: this.goodinfo.cate == 0 ? 'normal' : 'special',
- length: Number(this.goodinfo.length) * this.value, // 是 String 长
- width: this.goodinfo.width, // 是 String 宽
- height: this.goodinfo.height, // 是 String 高
- }
- }).then((res) => {
- // this.containlist = res
- this.containlist = []
- res.forEach((item) => {
- if (item.sum != 0) {
- this.containlist.push(item)
- }
- })
- this.sum = this.containlist[0].sum
- this.unit_price = this.containlist[0].unit_price
- this.recommend_weight = this.containlist[0].recommend_weight
- this.containid = this.containlist[0].id
- if (this.language == 'zh-CN') {
- this.containname = this.containlist[0].name_cn
- }
- if (this.language == 'en-US') {
- this.containname = this.containlist[0].name_en
- }
- if (this.language == 'es-ES') {
- this.containname = this.containlist[0].name_es
- }
- if (this.language == 'it-IT') {
- this.containname = this.containlist[0].name_ita
- }
- }).catch(() => {
- })
- },
- //运费满减
- config() {
- var that = this
- uni.$u.http.get('/api/config', {
- params: {
- module: 'free_shipping'
- }
- }).then((res) => {
- let goodsum = ''
- if (that.goodinfo.is_discount == 1) {
- goodsum = Number(that.sku_info.price * 100) * Number(that.value * 100) / 10000
- console.log('that.sum', that.sum);
- console.log('that.goodsum', goodsum);
- if (goodsum > res.free_shipping) {
- that.sum = 0;
- that.unit_price = 0;
- }
- } else {
- goodsum = Number(that.sku_info.discount_price * 100) * Number(that.value * 100) / 10000
- if (goodsum > res.free_shipping) {
- that.sum = 0
- that.unit_price = 0
- }
- }
- }).catch(() => {
- })
- },
- //商品推荐
- recommend() {
- uni.$u.http.post('/api/goods/recommend', {
- keyword: ''
- }).then((res) => {
- // this.swiptlist = res.reduce((a, b) => {
- // let lastIndex = a.length - 1
- // if (a[lastIndex].length < 3) {
- // a[lastIndex].push(b)
- // } else {
- // a.push([b])
- // }
- // return a
- // }, [
- // []
- // ])
- this.swiptlist = res
- }).catch(() => {
- })
- },
- change(item, index) {
- this.transport_type_id = item.id
- this.index = index
- if (this.language == 'zh-CN') {
- this.type = item.name_cn
- }
- if (this.language == 'en-US') {
- this.type = item.name_en
- }
- if (this.language == 'es-ES') {
- this.type = item.name_es
- }
- if (this.language == 'it-IT') {
- this.type = item.name_ita
- }
- },
- next() {
- this.show = false
- this.show1 = true
- this.type1 = this.type
- this.container()
- },
- activea(item, idx) {
- this.datechan = idx
- this.sum = item.sum
- this.unit_price = item.unit_price
- this.recommend_weight = item.recommend_weight
- this.containid = item.id
- if (this.language == 'zh-CN') {
- this.containname = item.name_cn
- }
- if (this.language == 'en-US') {
- this.containname = item.name_en
- }
- if (this.language == 'es-ES') {
- this.containname = item.name_es
- }
- if (this.language == 'it-IT') {
- this.containname = item.name_ita
- }
- },
- //确定
- confirm() {
- this.show1 = false
- this.containname1 = this.containname
- this.recommendweight()
- this.config()
- },
- // 取消
- close() {
- this.show = false
- this.show1 = false
- },
- //提交订单
- topay() {
- uni.$u.http.post('/api/order', {
- address_id: this.addinfo.id, //3 是 String 地址ID
- goods_id: this.goodinfo.id, //65 是 String 商品id
- goods_num: this.value, //2 是 String 商品数量
- sku_item_id: this.sku_info.id, //60 是 String 规格id
- cart_ids: '', //8,9 是 String 购物车id
- remark: '', //备注 是 String 备注
- merchant_goods_id: this.goodinfo.merchant_goods_id, //39 是 String 团长商品id
- container_id: this.containid, //1 是 String 货柜id
- share_merchant_id: '', // 是 String 分享团长id 分享商品的时候传
- belong: 0 //0 是 String 商品归属 0团长 1平台自营 2团长发布或者分享的平台自营商品、供应链商品
- }).then((res) => {
- console.log(res);
- uni.navigateTo({
- // url: '/pageA/payorder?sum=' + (Number(this.sum*10000+ Number(this.sku_info.discount_price)*Number(this.value)*10000))/10000 +'&orderid=' + res.id
- url: '/pageA/payorder?orderid=' + res.id + '&sum=' + res.amount
- })
- }).catch(() => {})
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .toptitle {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- // font-size: 22rpx;
- color: #222222;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- // width: 148rpx;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 1;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- word-break: break-all;
- }
- ::v-deep .u-status-bar {
- height: 0 !important;
- }
- .confirm {
- width: 398rpx;
- height: 84rpx;
- background: #F83224;
- border-radius: 42rpx;
- text-align: center;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #FFFFFF;
- line-height: 84rpx;
- text-align: center;
- font-style: normal;
- }
- .cancel {
- width: 280rpx;
- height: 84rpx;
- border-radius: 42rpx;
- border: 2rpx solid rgba(151, 151, 151, 0.3);
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 32rpx;
- color: #444444;
- line-height: 84rpx;
- text-align: center;
- font-style: normal;
- }
- .enbottom {
- width: 750rpx;
- height: 166rpx;
- background: #FFFFFF;
- position: absolute;
- left: 0rpx;
- bottom: 0;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .mone {
- font-family: JDZhengHT, JDZhengHT;
- font-weight: 400;
- font-size: 26rpx;
- color: #F83224;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- }
- .yundate {
- font-family: PingFangSC, PingFang SC;
- font-weight: 550;
- font-size: 32rpx;
- color: #333333;
- line-height: 44rpx;
- text-align: left;
- font-style: normal;
- }
- .chest {
- font-family: SFPro, SFPro;
- font-weight: 400;
- font-size: 24rpx;
- color: #555555;
- line-height: 28rpx;
- text-align: left;
- font-style: normal;
- }
- .act {
- width: 702rpx;
- height: 164rpx;
- background: #FFFFFF;
- border-radius: 12rpx;
- padding: 24rpx 20rpx;
- box-sizing: border-box;
- border: 1rpx solid #F83224;
- }
- .transport {
- width: 702rpx;
- height: 164rpx;
- background: #FFFFFF;
- border-radius: 12rpx;
- padding: 24rpx 20rpx;
- box-sizing: border-box;
- }
- .nextto {
- width: 702rpx;
- height: 84rpx;
- background: #F83224;
- border-radius: 44rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #FFFFFF;
- line-height: 84rpx;
- text-align: center;
- font-style: normal;
- margin-top: 108rpx;
- }
- .logname {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #333333;
- line-height: 40rpx;
- text-align: right;
- font-style: normal;
- overflow: hidden;
- width: 220rpx;
- white-space: nowrap;
- text-overflow: ellipsis;
- text-align: center;
- word-break: break-all;
- }
- .wei {
- font-family: JDZhengHT, JDZhengHT;
- font-weight: 400;
- font-size: 32rpx;
- color: #F83224;
- line-height: 40rpx;
- text-align: right;
- font-style: normal;
- margin-top: 8rpx;
- }
- .active {
- width: 218rpx;
- height: 148rpx;
- background: rgba(247, 50, 36, 0.05);
- border-radius: 8rpx;
- border: 1rpx solid #F83224;
- }
- .unactive {
- width: 218rpx;
- height: 148rpx;
- border-radius: 12rpx;
- border: 1rpx solid #C3C3C3;
- }
- .poptitle {
- width: 142rpx;
- height: 50rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 600;
- font-size: 36rpx;
- color: #333333;
- text-align: center;
- width: 100%;
- }
- .back {
- background: rgba(244, 244, 244, 1);
- padding: 20rpx 24rpx;
- box-sizing: border-box;
- .btn {
- width: 750rpx;
- height: 166rpx;
- background: #FFFFFF;
- box-shadow: 0rpx -1rpx 0rpx 0rpx rgba(0, 0, 0, 0.05);
- position: fixed;
- bottom: 0;
- left: 0;
- padding: 0 24rpx 5rpx 5rpx;
- box-sizing: border-box;
- .money {
- font-family: HarmonyOS_Sans_Medium;
- font-size: 48rpx;
- color: #F83224;
- line-height: 38rpx;
- text-align: left;
- font-style: normal;
- // font-weight: 500;
- font-weight: bold;
- }
- .kg {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #333333;
- line-height: 34rpx;
- text-align: left;
- font-style: normal;
- }
- .order {
- width: 232rpx;
- height: 80rpx;
- background: #F83224;
- border-radius: 40rpx;
- font-family: PingFangTC, PingFangTC;
- font-weight: 500;
- font-size: 32rpx;
- color: #FFFFFF;
- line-height: 80rpx;
- text-align: center;
- font-style: normal;
- margin-left: 20rpx;
- }
- }
- //商品相关
- .abount {
- padding: 28rpx 24rpx;
- box-sizing: border-box;
- background: #FFFFFF;
- border-radius: 16rpx;
- width: 702rpx;
- .zong {
- width: 654rpx;
- padding: 22rpx 0 0 0;
- border-top: 2rpx solid rgba(151, 151, 151, 0.1);
- margin-top: 32rpx;
- .small {
- font-family: PingFangTC, PingFangTC;
- font-weight: 400;
- font-size: 24rpx;
- color: #444444;
- line-height: 34rpx;
- text-align: left;
- font-style: normal;
- }
- .mon {
- font-family: HarmonyOS_Sans_Medium;
- font-size: 28rpx;
- color: #F83224;
- line-height: 38rpx;
- text-align: left;
- font-style: normal;
- margin-left: 12rpx;
- font-weight: bold;
- }
- }
- .back {
- background: rgba(244, 244, 244, 1);
- padding: 22rpx 16rpx;
- box-sizing: border-box;
- margin-top: 10rpx;
- // margin-bottom: 20rpx;
- }
- .name {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #333333;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- }
- .money {
- font-family: HarmonyOS_Sans_Medium;
- font-size: 28rpx;
- color: #222222;
- line-height: 38rpx;
- text-align: left;
- font-style: normal;
- font-weight: 600;
- }
- }
- .recommend {
- margin-top: 20rpx;
- .title {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 22rpx;
- color: #222222;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- width: 148rpx;
- height: 64rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 2;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- word-break: break-all;
- }
- .top {
- width: 702rpx;
- height: 64rpx;
- background: linear-gradient(180deg, #FFE7E3 0%, rgba(255, 255, 255, 1) 100%);
- border-radius: 16rpx 16rpx 0 0;
- padding: 24rpx 22rpx;
- box-sizing: border-box;
- }
- .bottom {
- padding: 0 20rpx 22rpx;
- box-sizing: border-box;
- background: #fff;
- }
- }
- //物流
- .logistics {
- width: 702rpx;
- height: 96rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- padding: 28rpx 22rpx;
- box-sizing: border-box;
- margin-top: 20rpx;
- .change {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #F83224;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- margin-right: 8rpx;
- }
- }
- //商城
- .shop {
- width: 702rpx;
- // height: 322rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- padding: 30rpx 24rpx;
- margin-top: 20rpx;
- box-sizing: border-box;
- .bu {
- width: 120rpx;
- height: 40rpx;
- border-radius: 20rpx;
- border: 1rpx solid rgba(151, 151, 151, 0.3);
- }
- .money {
- font-family: HarmonyOS_Sans_Medium;
- font-size: 24rpx;
- color: #F83224;
- line-height: 34rpx;
- text-align: left;
- font-style: normal;
- font-weight: 600;
- }
- .name {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 30rpx;
- color: #222222;
- line-height: 42rpx;
- text-align: left;
- font-style: normal;
- margin-left: 10rpx;
- }
- .weight {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: rgba(34, 34, 34, 0.6);
- line-height: 34rpx;
- text-align: left;
- font-style: normal;
- margin-top: 16rpx;
- }
- }
- // 地址
- .address {
- width: 702rpx;
- // height: 182rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- padding: 32rpx 24rpx;
- box-sizing: border-box;
- .add {
- font-family: SFPro, SFPro;
- font-weight: 500;
- font-size: 32rpx;
- color: #222222;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- }
- .info {
- font-family: SFPro, SFPro;
- font-weight: 400;
- font-size: 24rpx;
- color: #555555;
- line-height: 28rpx;
- text-align: left;
- font-style: normal;
- margin-top: 20rpx;
- }
- }
- }
- .minus {
- width: 22px;
- height: 22px;
- border-width: 1px;
- border-color: #E6E6E6;
- border-style: solid;
- border-top-left-radius: 100px;
- border-top-right-radius: 100px;
- border-bottom-left-radius: 100px;
- border-bottom-right-radius: 100px;
- @include flex;
- justify-content: center;
- align-items: center;
- }
- .input {
- padding: 0 10px;
- }
- .plus {
- width: 22px;
- height: 22px;
- background-color: #FF0000;
- border-radius: 50%;
- /* #ifndef APP-NVUE */
- display: flex;
- /* #endif */
- justify-content: center;
- align-items: center;
- }
- </style>
|