|
|
|
@ -88,12 +88,12 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="switch"> |
|
|
|
|
<switch /> |
|
|
|
|
<u-switch v-model="is_street_take"></u-switch> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="time" v-if="buyType=='zq'"> |
|
|
|
|
<view class="timer" v-if="buyType=='zq'"> |
|
|
|
|
<view class="youTime"> |
|
|
|
|
预计到货时间 |
|
|
|
|
预计到店时间 |
|
|
|
|
</view> |
|
|
|
|
<view class="leftImg" @click="openPicker(1)"> |
|
|
|
|
<text v-if="timer" class="leftText">{{timer}}</text> |
|
|
|
@ -101,7 +101,7 @@ |
|
|
|
|
<image :src="$picUrl+'/static/order/left.png'" mode=""></image> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="time" v-if="buyType=='sm'"> |
|
|
|
|
<view class="timer" v-if="buyType=='sm'"> |
|
|
|
|
<view class="youTime"> |
|
|
|
|
您期待的收货时间 |
|
|
|
|
</view> |
|
|
|
@ -112,9 +112,9 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="goodsDetail"> |
|
|
|
|
<view class="goodsType"> |
|
|
|
|
<view class="goodsType" @click="toStore()"> |
|
|
|
|
<image :src="$picUrl+'/static/order/bag.png'" mode="" class="bag"></image> |
|
|
|
|
<text>大白兔家电</text> |
|
|
|
|
<text>{{cityInfo.shop_name}}</text> |
|
|
|
|
<image :src="$picUrl+'/static/order/left.png'" mode="" class="leftIcon"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="goods" v-for="(item, index) in order.goodsList" :key="index"> |
|
|
|
@ -125,6 +125,13 @@ |
|
|
|
|
<view class="goodsName"> |
|
|
|
|
{{ item.goods_name }} |
|
|
|
|
</view> |
|
|
|
|
<!-- 商品规格 --> |
|
|
|
|
<view class="goods-props"> |
|
|
|
|
<view class="goods-props-item" v-for="(props, idx) in item.skuInfo.goods_props" :key="idx"> |
|
|
|
|
<text class="group-name">{{ props.group.name }}: </text> |
|
|
|
|
<text>{{ props.value.name }};</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="goodsPrice"> |
|
|
|
|
¥ <text>{{item.goods_price_min}}</text> |
|
|
|
|
</view> |
|
|
|
@ -134,7 +141,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="time"> |
|
|
|
|
<view class="timer"> |
|
|
|
|
<view class="youTime" style="width: 60rpx;"> |
|
|
|
|
留言 |
|
|
|
|
</view> |
|
|
|
@ -154,7 +161,7 @@ |
|
|
|
|
运费 |
|
|
|
|
</view> |
|
|
|
|
<view class="price" v-if="order.isIntraRegion"> |
|
|
|
|
+¥{{ order.expressPrice }} |
|
|
|
|
¥{{ order.expressPrice }} |
|
|
|
|
</view> |
|
|
|
|
<view class="price" v-else> |
|
|
|
|
不在配送范围 |
|
|
|
@ -165,7 +172,7 @@ |
|
|
|
|
商品数量 |
|
|
|
|
</view> |
|
|
|
|
<view class="price"> |
|
|
|
|
<text class="couponNum">1件</text> |
|
|
|
|
<text class="couponNum">{{order.orderTotalNum}}件</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="orderTitle"> |
|
|
|
@ -177,7 +184,7 @@ |
|
|
|
|
<text class="couponNum" v-else>{{order.couponList.length}}张可用</text> |
|
|
|
|
<image :src="$picUrl+'/static/order/left.png'"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="price" v-else> |
|
|
|
|
<view class="price" v-else @click="handleNotUseCoupon"> |
|
|
|
|
<text class="couponNum">无优惠券可用</text> |
|
|
|
|
<image :src="$picUrl+'/static/order/left.png'"></image> |
|
|
|
|
</view> |
|
|
|
@ -190,12 +197,12 @@ |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view class="right"> |
|
|
|
|
<text class="totalNum">共1件,合计:</text> |
|
|
|
|
<text class="totalNum">共{{order.orderTotalNum}}件,合计:</text> |
|
|
|
|
<text class="allPrice">¥{{ order.orderPayPrice }}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="payType"> |
|
|
|
|
<!-- <view class="payType"> |
|
|
|
|
<view class="itemType"> |
|
|
|
|
<view class="payName"> |
|
|
|
|
<image src="/static/order/wChat.png" mode="" class="payIcon"></image> |
|
|
|
@ -217,7 +224,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="line"> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
<!-- <view class="itemType"> |
|
|
|
|
<view class="payName"> |
|
|
|
|
<image src="/static/order/shop.png" mode="" class="payIcon"></image> |
|
|
|
@ -225,14 +232,14 @@ |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
</view> --> |
|
|
|
|
</view> |
|
|
|
|
<!-- </view> --> |
|
|
|
|
<view class="footer"> |
|
|
|
|
<view class="meetPrice"> |
|
|
|
|
应付款 |
|
|
|
|
<text class="type">¥</text> |
|
|
|
|
<text class="price">{{order.orderPayPrice}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="btn"> |
|
|
|
|
<view class="btn" @click="onSubmitOrder()"> |
|
|
|
|
提交订单 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -277,6 +284,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</u-popup> |
|
|
|
|
<u-toast ref="uToast" /> |
|
|
|
|
<u-picker mode="time" v-model="show1" :params="params" @confirm="confirm"></u-picker> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
@ -343,6 +351,10 @@ |
|
|
|
|
export default { |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
is_street_take: false, |
|
|
|
|
expect_receive_time: "", |
|
|
|
|
to_store_time: "", |
|
|
|
|
cityInfo: {}, |
|
|
|
|
params: { |
|
|
|
|
year: true, |
|
|
|
|
month: true, |
|
|
|
@ -418,11 +430,16 @@ |
|
|
|
|
*/ |
|
|
|
|
onLoad(options) { |
|
|
|
|
this.options = options; |
|
|
|
|
this.cityInfo = uni.getStorageSync("cityInfo") |
|
|
|
|
console.log(options) |
|
|
|
|
// 注册全局事件订阅: 选择自提门店 |
|
|
|
|
uni.$on('syncSelectedId', selectedId => { |
|
|
|
|
this.selectedShopId = selectedId |
|
|
|
|
}) |
|
|
|
|
// 注册全局事件订阅: 选择自提门店 |
|
|
|
|
uni.$on('syncSelectedDistance_unit', distance_unit => { |
|
|
|
|
this.distance_unit = distance_unit |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
@ -442,6 +459,20 @@ |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
methods: { |
|
|
|
|
toStore() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: "/pages/news/consult/about" |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
openMap(info) { |
|
|
|
|
uni.openLocation({ |
|
|
|
|
latitude: Number(info.latitude), |
|
|
|
|
longitude: Number(info.longitude), |
|
|
|
|
complete: function (res) { |
|
|
|
|
console.log('success',res); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
openPicker() { |
|
|
|
|
this.show1 = true; |
|
|
|
|
}, |
|
|
|
@ -503,7 +534,9 @@ |
|
|
|
|
// 切换配送方式 |
|
|
|
|
handleSwichDelivery(key,val) { |
|
|
|
|
this.curDelivery = key |
|
|
|
|
this.getOrderData() |
|
|
|
|
this.getOrderData(); |
|
|
|
|
this.timer = "" |
|
|
|
|
this.is_street_take = false |
|
|
|
|
this.buyType = val; |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -607,6 +640,9 @@ |
|
|
|
|
phone: app.phone, |
|
|
|
|
isUsePoints: app.isUsePoints ? 1 : 0, |
|
|
|
|
remark: app.remark || '', |
|
|
|
|
expect_receive_time: app.buyType == 'sm'?app.timer : '', |
|
|
|
|
is_street_take: app.buyType == 'zq'?(app.is_street_take?1:0) : '', |
|
|
|
|
to_store_time: app.buyType == 'zq'?app.timer : '', |
|
|
|
|
} |
|
|
|
|
// 获取不同模式的参数 |
|
|
|
|
const modeParam = getModeParam(options.mode, options) |
|
|
|
@ -657,9 +693,181 @@ |
|
|
|
|
.sureOrder { |
|
|
|
|
width: 750rpx; |
|
|
|
|
min-height: 750rpx; |
|
|
|
|
padding-bottom: 120rpx; |
|
|
|
|
padding-bottom: 140rpx; |
|
|
|
|
background: url('https://www.royaum.com.cn/static/news/login-bg.png') center top no-repeat; |
|
|
|
|
background-size: 100% auto; |
|
|
|
|
/* 优惠券选择 */ |
|
|
|
|
.popup__coupon { |
|
|
|
|
background: #fff; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
padding: 30rpx; |
|
|
|
|
// 设置ios刘海屏底部横线安全区域 |
|
|
|
|
padding-bottom: calc(constant(safe-area-inset-bottom) + 30rpx); |
|
|
|
|
padding-bottom: calc(env(safe-area-inset-bottom) + 30rpx); |
|
|
|
|
|
|
|
|
|
.coupon__do_not { |
|
|
|
|
.control { |
|
|
|
|
width: 90%; |
|
|
|
|
height: 72rpx; |
|
|
|
|
color: #888; |
|
|
|
|
border: 1rpx solid #e3e3e3; |
|
|
|
|
border-radius: 10rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.coupon__title { |
|
|
|
|
text-align: center; |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.coupon-list { |
|
|
|
|
/* #ifdef H5 */ |
|
|
|
|
max-width: 1120rpx; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
/* #endif */ |
|
|
|
|
margin-bottom: 24rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.coupon-item { |
|
|
|
|
position: relative; |
|
|
|
|
overflow: hidden; |
|
|
|
|
margin-bottom: 22rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item-wrapper { |
|
|
|
|
width: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
background: #fff; |
|
|
|
|
border-radius: 8rpx; |
|
|
|
|
color: #fff; |
|
|
|
|
height: 180rpx; |
|
|
|
|
|
|
|
|
|
.coupon-type { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
right: 0; |
|
|
|
|
z-index: 10; |
|
|
|
|
width: 128rpx; |
|
|
|
|
padding: 6rpx 0; |
|
|
|
|
background: #a771ff; |
|
|
|
|
font-size: 20rpx; |
|
|
|
|
text-align: center; |
|
|
|
|
color: #ffffff; |
|
|
|
|
transform: rotate(45deg); |
|
|
|
|
transform-origin: 64rpx 64rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.color-blue { |
|
|
|
|
background: linear-gradient(-125deg, #57bdbf, #2f9de2); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.color-red { |
|
|
|
|
background: linear-gradient(-128deg, #ff6d6d, #ff3636); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.color-violet { |
|
|
|
|
background: linear-gradient(-113deg, #ef86ff, #b66ff5); |
|
|
|
|
|
|
|
|
|
.coupon-type { |
|
|
|
|
background: #55b5ff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.color-yellow { |
|
|
|
|
background: linear-gradient(-141deg, #f7d059, #fdb054); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.color-gray { |
|
|
|
|
background: linear-gradient(-113deg, #bdbdbd, #a2a1a2); |
|
|
|
|
|
|
|
|
|
.coupon-type { |
|
|
|
|
background: #9e9e9e; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.content { |
|
|
|
|
flex: 1; |
|
|
|
|
padding: 30rpx 20rpx; |
|
|
|
|
border-radius: 16rpx 0 0 16rpx; |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bottom { |
|
|
|
|
.time { |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.receive { |
|
|
|
|
height: 46rpx; |
|
|
|
|
width: 122rpx; |
|
|
|
|
border: 1rpx solid #fff; |
|
|
|
|
border-radius: 30rpx; |
|
|
|
|
color: #fff; |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
&.state { |
|
|
|
|
border: none; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tip { |
|
|
|
|
position: relative; |
|
|
|
|
flex: 0 0 32%; |
|
|
|
|
text-align: center; |
|
|
|
|
border-radius: 0 16rpx 16rpx 0; |
|
|
|
|
|
|
|
|
|
.money { |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 52rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.pay-line { |
|
|
|
|
font-size: 22rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.split-line { |
|
|
|
|
position: relative; |
|
|
|
|
flex: 0 0 0; |
|
|
|
|
border-left: 4rpx solid #fff; |
|
|
|
|
margin: 0 10rpx 0 6rpx; |
|
|
|
|
background: #fff; |
|
|
|
|
|
|
|
|
|
&:before, |
|
|
|
|
{ |
|
|
|
|
border-radius: 0 0 16rpx 16rpx; |
|
|
|
|
top: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&:after { |
|
|
|
|
border-radius: 16rpx 16rpx 0 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&:before, |
|
|
|
|
&:after { |
|
|
|
|
content: ''; |
|
|
|
|
position: absolute; |
|
|
|
|
width: 24rpx; |
|
|
|
|
height: 12rpx; |
|
|
|
|
background: #f7f7f7; |
|
|
|
|
left: -14rpx; |
|
|
|
|
z-index: 1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.buyType { |
|
|
|
@ -710,7 +918,41 @@ |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.timer { |
|
|
|
|
display: flex; |
|
|
|
|
width: 700rpx; |
|
|
|
|
height: 90rpx; |
|
|
|
|
background: #FFFFFF; |
|
|
|
|
border-radius: 10rpx; |
|
|
|
|
opacity: 1; |
|
|
|
|
margin: 12rpx 0 0 26rpx; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
padding: 0 32rpx 0 28rpx; |
|
|
|
|
.youTime { |
|
|
|
|
font-size: 25rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #000000; |
|
|
|
|
} |
|
|
|
|
input{ |
|
|
|
|
flex: 1; |
|
|
|
|
padding: 0 20rpx; |
|
|
|
|
font-size: 25rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #000000; |
|
|
|
|
text-align: right; |
|
|
|
|
} |
|
|
|
|
.leftImg { |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #9E9E9E; |
|
|
|
|
image { |
|
|
|
|
width: 12rpx; |
|
|
|
|
height: 18rpx; |
|
|
|
|
margin-left: 16rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.leftText { |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
@ -910,38 +1152,10 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.time { |
|
|
|
|
display: flex; |
|
|
|
|
width: 694rpx; |
|
|
|
|
height: 90rpx; |
|
|
|
|
background: #FFFFFF; |
|
|
|
|
border-radius: 10rpx; |
|
|
|
|
opacity: 1; |
|
|
|
|
margin: 12rpx 0 0 26rpx; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
padding: 0 32rpx 0 28rpx; |
|
|
|
|
|
|
|
|
|
.youTime { |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #000000; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.leftImg { |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #9E9E9E; |
|
|
|
|
image { |
|
|
|
|
width: 12rpx; |
|
|
|
|
height: 18rpx; |
|
|
|
|
margin-left: 16rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.goodsDetail { |
|
|
|
|
width: 694rpx; |
|
|
|
|
width: 700rpx; |
|
|
|
|
min-height: 266rpx; |
|
|
|
|
background: #FFFFFF; |
|
|
|
|
border-radius: 10rpx 10rpx 10rpx 10rpx; |
|
|
|
@ -953,7 +1167,6 @@ |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #333333; |
|
|
|
|
|
|
|
|
@ -964,7 +1177,7 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.leftIcon { |
|
|
|
|
width: 18rpx; |
|
|
|
|
width: 12rpx; |
|
|
|
|
height: 18rpx; |
|
|
|
|
margin-left: 20rpx; |
|
|
|
|
} |
|
|
|
@ -974,13 +1187,10 @@ |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
margin-top: 28rpx; |
|
|
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
.goodsImg { |
|
|
|
|
width: 162rpx; |
|
|
|
|
height: 148rpx; |
|
|
|
|
border-radius: 0rpx 0rpx 0rpx 0rpx; |
|
|
|
|
opacity: 1; |
|
|
|
|
|
|
|
|
|
image { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
@ -989,7 +1199,7 @@ |
|
|
|
|
|
|
|
|
|
.goodsInfo { |
|
|
|
|
margin-left: 20rpx; |
|
|
|
|
|
|
|
|
|
max-width: 400rpx; |
|
|
|
|
.goodsName { |
|
|
|
|
min-height: 40rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
@ -1003,23 +1213,26 @@ |
|
|
|
|
.goodsPrice { |
|
|
|
|
height: 50rpx; |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
|
font-weight: 600; |
|
|
|
|
color: #F21A1C; |
|
|
|
|
line-height: 50rpx; |
|
|
|
|
|
|
|
|
|
text { |
|
|
|
|
font-size: 36rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.goods-props{ |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
color: #999; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
.goodsNum { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #1E1E1E; |
|
|
|
|
margin-left: 150rpx; |
|
|
|
|
flex: 1; |
|
|
|
|
text-align: right; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -1052,11 +1265,8 @@ |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: #F42B17; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
font-size: 28rpx; |
|
|
|
|
|
|
|
|
|
image { |
|
|
|
|
width: 18rpx; |
|
|
|
|
width: 12rpx; |
|
|
|
|
height: 18rpx; |
|
|
|
|
margin-left: 18rpx; |
|
|
|
|
} |
|
|
|
@ -1158,7 +1368,7 @@ |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
z-index: 22; |
|
|
|
|
.meetPrice { |
|
|
|
|
margin-left: 26rpx; |
|
|
|
|
font-size: 24rpx; |
|
|
|
@ -1196,5 +1406,7 @@ |
|
|
|
|
line-height: 74rpx; |
|
|
|
|
margin-right: 20rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
</style> |