|
|
|
@ -3,14 +3,15 @@ |
|
|
|
|
|
|
|
|
|
<u-navbar> |
|
|
|
|
<view class="slot-wrap"> |
|
|
|
|
<input type="text" placeholder="iPhone15" class="searInput" /> |
|
|
|
|
<input type="text" @click="toSearch()" disabled placeholder="iPhone15" class="searInput" /> |
|
|
|
|
</view> |
|
|
|
|
</u-navbar> |
|
|
|
|
|
|
|
|
|
<view class="head"> |
|
|
|
|
<view class="share"> |
|
|
|
|
<view class="sp"></view> |
|
|
|
|
<image src="/static/detail/share.png" mode="" class="shareIcon"></image> |
|
|
|
|
<button open-type="share"></button> |
|
|
|
|
<image src="/static/detail/share.png" mode="" class="shareIcon" @click="shareImg"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="swiper"> |
|
|
|
|
<swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="autoplay" |
|
|
|
@ -42,17 +43,18 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="pro" @click="goMember" v-if="userInfo.user_type==10"> |
|
|
|
|
<!-- v-if="userInfo.user_type==10" --> |
|
|
|
|
<view class="pro"> |
|
|
|
|
<view class="proMem"> |
|
|
|
|
<text v-if="userInfo.user_type==10">Plus</text> |
|
|
|
|
<text v-if="userInfo.user_type==20">分销</text> |
|
|
|
|
会员 |
|
|
|
|
PRO会员 |
|
|
|
|
</view> |
|
|
|
|
<view class="proInfo"> |
|
|
|
|
开通<text v-if="userInfo.user_type==10">Plus</text> |
|
|
|
|
<text v-if="userInfo.user_type==20">分销</text>会员 预计再省 |
|
|
|
|
<text v-if="userInfo.user_type==20">分销</text>会员预计再省 |
|
|
|
|
</view> |
|
|
|
|
<view class="proBtn"> |
|
|
|
|
<view class="proBtn" @click="goMember"> |
|
|
|
|
立即开通 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -61,7 +63,7 @@ |
|
|
|
|
{{goods.goods_name}} |
|
|
|
|
</view> |
|
|
|
|
<view class="goodsOpera"> |
|
|
|
|
<view class="goodsNum" @click="copyNum"> |
|
|
|
|
<view class="goodsNum" @click="copyNum" v-if="goods.skuList.length>0"> |
|
|
|
|
<text>{{goods.skuList[0].goods_sku_id}}</text> |
|
|
|
|
<image src="/static/detail/copy.png" mode=""></image> |
|
|
|
|
</view> |
|
|
|
@ -90,7 +92,7 @@ |
|
|
|
|
<image src="../../static/detail/rightIcon.png" mode=""></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="address"> |
|
|
|
|
{{}} |
|
|
|
|
{{addressInfo.region.province +'-'+addressInfo.region.city+'-'+addressInfo.region.region}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -107,15 +109,12 @@ |
|
|
|
|
<view class="busSour"> |
|
|
|
|
<text>商家来源:平台认证商户</text> |
|
|
|
|
</view> |
|
|
|
|
<!-- <view class="busName"> |
|
|
|
|
<text>商家名称:北京伊莫电子科技有限公司</text> |
|
|
|
|
</view> --> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="chosed"> |
|
|
|
|
<view class="chosed" v-if="serveList.length>0"> |
|
|
|
|
<view class="title">服务</view> |
|
|
|
|
<image src="/static/detail/buy.png" mode="" class="buy"></image> |
|
|
|
|
<view class="info">枪色 1件</view> |
|
|
|
|
<!-- <image src="/static/detail/buy.png" mode="" class="buy"></image> --> |
|
|
|
|
<view class="info" v-for="(item,index) in serveList" :key="index">{{item.name}}</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="about"> |
|
|
|
@ -123,12 +122,12 @@ |
|
|
|
|
<view class="aboutSuggest"> |
|
|
|
|
相关推荐 |
|
|
|
|
</view> |
|
|
|
|
<view class="more"> |
|
|
|
|
<!-- <view class="more"> |
|
|
|
|
查看更多 |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
</view> |
|
|
|
|
<view class="goodsList"> |
|
|
|
|
<view class="goodsItem" v-for="(item,index) in suggestGoodsList" :key="index"> |
|
|
|
|
<view class="goodsItem" v-for="(item,index) in suggestGoodsList" :key="index" @click="toDetail(item.goods_id)"> |
|
|
|
|
<view class="img"> |
|
|
|
|
<image :src="item.goods_image" mode="" class="goodsImg"></image> |
|
|
|
|
</view> |
|
|
|
@ -141,9 +140,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="vacancy"> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view class="detail-content" v-html="goods.content"></view> |
|
|
|
|
<view class="footer"> |
|
|
|
|
<view class="fooLeft"> |
|
|
|
|
<view class="footerCus firstBtn"> |
|
|
|
@ -153,6 +150,7 @@ |
|
|
|
|
<view class="customer"> |
|
|
|
|
客服 |
|
|
|
|
</view> |
|
|
|
|
<button open-type="contact"></button> |
|
|
|
|
</view> |
|
|
|
|
<view class="footerCus " @click="shoppingCart"> |
|
|
|
|
<view class="cusIcon"> |
|
|
|
@ -178,7 +176,7 @@ |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view class="dia" v-if="openDialog"> |
|
|
|
|
<view class="preSuc" v-if="diaShow"> |
|
|
|
|
<view class="preSuc" v-if="shareType=='pre'"> |
|
|
|
|
<view class="preImg"> |
|
|
|
|
<image src="../../static/order/ld.png" mode="" class="ldImg"></image> |
|
|
|
|
</view> |
|
|
|
@ -189,7 +187,7 @@ |
|
|
|
|
查看预约记录 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="setMs" v-if="setPrice"> |
|
|
|
|
<view class="setMs" v-if="shareType=='setPrice'"> |
|
|
|
|
<view class="msprice"> |
|
|
|
|
设置秒杀价格 |
|
|
|
|
</view> |
|
|
|
@ -232,33 +230,33 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="shareWechat" v-if="goodShow"> |
|
|
|
|
<view class="shareWechat" v-if="shareType=='share'"> |
|
|
|
|
<view class="shareGoods"> |
|
|
|
|
<image src="/static/detail/tv.png" mode="" class="shareImg"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="shareInfo"> |
|
|
|
|
<view class="shareGoodsInfo"> |
|
|
|
|
夏普4T-M70H7DA 70英寸 4K 高清进口屏智能语音平板液晶电视机6575 |
|
|
|
|
{{goods.goods_name}} |
|
|
|
|
</view> |
|
|
|
|
<view class="sharePrice"> |
|
|
|
|
¥4980 |
|
|
|
|
¥{{goods.goods_price_min}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="shareOpera"> |
|
|
|
|
<view class="operaItem"> |
|
|
|
|
<view class="operaItem" @click="copyText(goods.goods_name)"> |
|
|
|
|
<view class="imgIcon"> |
|
|
|
|
<u-icon name="order" class="iconIm"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="shareText"> |
|
|
|
|
<view class="shareText" > |
|
|
|
|
复制文案 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="operaItem"> |
|
|
|
|
<view class="operaItem" @click="goShare"> |
|
|
|
|
<view class="imgIcon weChatIcon"> |
|
|
|
|
<u-icon name="order" class="iconIm"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="shareText"> |
|
|
|
|
微信好友 |
|
|
|
|
<button open-type="share" @click="shareWechat">微信好友</button> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="operaItem"> |
|
|
|
@ -301,26 +299,97 @@ |
|
|
|
|
setPrice: false, |
|
|
|
|
openDialog: false, |
|
|
|
|
goodsId: '', |
|
|
|
|
goods: {}, |
|
|
|
|
goods: { |
|
|
|
|
skuList: [] |
|
|
|
|
}, |
|
|
|
|
suggestGoodsList: [], |
|
|
|
|
userInfo: {}, |
|
|
|
|
addressList: [], |
|
|
|
|
addressInfo: {}, |
|
|
|
|
serveList:[], |
|
|
|
|
token:'', |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad(options) { |
|
|
|
|
|
|
|
|
|
this.isPre = options.isPre |
|
|
|
|
this.goodsId = options.goodsId |
|
|
|
|
this.pre_id = options.pre_id; |
|
|
|
|
this.goodsId=options.goodsId; |
|
|
|
|
this.getGoodsDetail(options.goodsId) |
|
|
|
|
}, |
|
|
|
|
onShow() { |
|
|
|
|
this.getAddressList() |
|
|
|
|
this.getSuggestGoods() |
|
|
|
|
this.userInfo = uni.getStorageSync('userInfo'); |
|
|
|
|
|
|
|
|
|
if(uni.getStorageSync('AccessToken')){ |
|
|
|
|
this.getAddressList() |
|
|
|
|
this.getSuggestGoods() |
|
|
|
|
this.getServeList() |
|
|
|
|
this.userInfo = uni.getStorageSync('userInfo'); |
|
|
|
|
}else{ |
|
|
|
|
this.userInfo = {} |
|
|
|
|
} |
|
|
|
|
this.getGoodsDetail() |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
copyText(val){ |
|
|
|
|
// 获取要复制的文本内容 |
|
|
|
|
let text = val; |
|
|
|
|
|
|
|
|
|
uni.setClipboardData({ |
|
|
|
|
data: text, |
|
|
|
|
success(res) { |
|
|
|
|
console.log('成功复制到剪贴板'); |
|
|
|
|
}, |
|
|
|
|
fail(err) { |
|
|
|
|
console.error('复制失败', err); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
shareWechat(){ |
|
|
|
|
uni.share({ |
|
|
|
|
provider: "weixin", |
|
|
|
|
scene: "WXSceneSession", |
|
|
|
|
type: 2, |
|
|
|
|
imageUrl: this.goods.goods_image, |
|
|
|
|
success: function (res) { |
|
|
|
|
console.log("success:" + JSON.stringify(res)); |
|
|
|
|
}, |
|
|
|
|
fail: function (err) { |
|
|
|
|
console.log("fail:" + JSON.stringify(err)); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
shareImg(){ |
|
|
|
|
this.openDialog =true |
|
|
|
|
this.shareType= 'share' |
|
|
|
|
}, |
|
|
|
|
preNow(){ |
|
|
|
|
const that = this |
|
|
|
|
let params={ |
|
|
|
|
goods_id:that.goods.goods_id, |
|
|
|
|
pre_id:1 |
|
|
|
|
} |
|
|
|
|
GoodsApi.presale(params).then(res => { |
|
|
|
|
if (res.status == 200) { |
|
|
|
|
that.$toast(res.message) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
.catch() |
|
|
|
|
}, |
|
|
|
|
getServeList(){ |
|
|
|
|
const that = this |
|
|
|
|
let params = { |
|
|
|
|
goodsId:that.goodsId |
|
|
|
|
} |
|
|
|
|
return new Promise((resolve, reject) => { |
|
|
|
|
GoodsApi.serveList(params).then(res => { |
|
|
|
|
if (res.status == 200) { |
|
|
|
|
that.serveList = res.data.list |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
.catch() |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
// 预约成功去列表 |
|
|
|
|
onKonw(){ |
|
|
|
|
uni.navigateTo({ |
|
|
|
@ -346,9 +415,9 @@ |
|
|
|
|
const that = this |
|
|
|
|
return new Promise((resolve, reject) => { |
|
|
|
|
address.list().then(res => { |
|
|
|
|
if (res.code == 200) { |
|
|
|
|
if (res.status == 200) { |
|
|
|
|
that.addressList = res.data.list |
|
|
|
|
console.log('58555559999') |
|
|
|
|
console.log('58555559999',that.addressList) |
|
|
|
|
that.getDefaultAddress() |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
@ -360,10 +429,12 @@ |
|
|
|
|
const that = this |
|
|
|
|
return new Promise((resolve, reject) => { |
|
|
|
|
address.defaultId().then(res => { |
|
|
|
|
if (res.code == 200) { |
|
|
|
|
if (res.status == 200) { |
|
|
|
|
for (var i = 0; i < that.addressList.length; i++) { |
|
|
|
|
if (res.data.defaultId == that.addressList[i].address_id) { |
|
|
|
|
that.addressInfo = that.addressList[i] |
|
|
|
|
that.addressInfo = that.addressList[i]; |
|
|
|
|
|
|
|
|
|
console.log(that.addressInfo,'获取地址') |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -371,17 +442,26 @@ |
|
|
|
|
.catch() |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
toSearch() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: "/pages/search/index" |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
choseSku() { |
|
|
|
|
this.showSkuPopup = true |
|
|
|
|
}, |
|
|
|
|
// 获取商品信息 |
|
|
|
|
getGoodsDetail(goodsId) { |
|
|
|
|
getGoodsDetail() { |
|
|
|
|
const that = this |
|
|
|
|
return new Promise((resolve, reject) => { |
|
|
|
|
GoodsApi.detail(goodsId) |
|
|
|
|
GoodsApi.detail(this.goodsId) |
|
|
|
|
.then(result => { |
|
|
|
|
that.goods = result.data.detail; |
|
|
|
|
that.allPicture = result.data.detail.goods_images.length |
|
|
|
|
let info = result.data.detail; |
|
|
|
|
info.content = info.content |
|
|
|
|
.replace(/style=""/g,'') |
|
|
|
|
.replace(/<img src=/g,'<img style="width: 100%; display:block" src=') |
|
|
|
|
that.goods = info; |
|
|
|
|
that.allPicture = info.goods_images.length |
|
|
|
|
}) |
|
|
|
|
.catch() |
|
|
|
|
}) |
|
|
|
@ -397,7 +477,7 @@ |
|
|
|
|
.catch() |
|
|
|
|
}, |
|
|
|
|
goHome() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
uni.switchTab({ |
|
|
|
|
url: '/pages/index/index' |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
@ -408,6 +488,12 @@ |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
goMember() { |
|
|
|
|
if(!uni.getStorageSync("AccessToken")) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: "/pages/login/index" |
|
|
|
|
}) |
|
|
|
|
return ; |
|
|
|
|
} |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/member/index' |
|
|
|
|
}) |
|
|
|
@ -418,16 +504,16 @@ |
|
|
|
|
url: '/pages/cart/index' |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
goSearch() { |
|
|
|
|
// 购物车 |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/search/index' |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
addCar() { |
|
|
|
|
if(!uni.getStorageSync("AccessToken")) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: "/pages/login/index" |
|
|
|
|
}) |
|
|
|
|
return ; |
|
|
|
|
} |
|
|
|
|
// 加入购物车 |
|
|
|
|
const that = this |
|
|
|
|
goodsCar.add(that.goods.goods_id, that.goods.skuList[0].goods_sku_id, that.goods.spec_type == 20 ? 1 : 1) |
|
|
|
|
goodsCar.add(that.goods.goods_id, (that.goods.skuList && that.goods.skuList.length >0?that.goods.skuList[0].goods_sku_id:''), that.goods.spec_type == 20 ? 1 : 1) |
|
|
|
|
.then(res => { |
|
|
|
|
if (res.status == 200) { |
|
|
|
|
that.$toast(res.message) |
|
|
|
@ -436,9 +522,27 @@ |
|
|
|
|
.catch() |
|
|
|
|
}, |
|
|
|
|
buyNow() { |
|
|
|
|
if(!uni.getStorageSync("AccessToken")) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: "/pages/login/index" |
|
|
|
|
}) |
|
|
|
|
return ; |
|
|
|
|
} |
|
|
|
|
// 立即下单 |
|
|
|
|
console.log(this.token,'登录信息') |
|
|
|
|
// if(!this.token){ |
|
|
|
|
// this.$toast('请登录') |
|
|
|
|
// uni.navigateTo({ |
|
|
|
|
// url:'/pages/login/index' |
|
|
|
|
// }) |
|
|
|
|
// } |
|
|
|
|
if(this.goods.stock_total==0){ |
|
|
|
|
return this.$toast('库存不足,请选择其他商品购买') |
|
|
|
|
} |
|
|
|
|
const item = JSON.stringify(this.goods) |
|
|
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/sureOrder/index?goodsInfo=' + JSON.stringify(this.goods) |
|
|
|
|
url: '/pages/sureOrder/index?goodsID=' +encodeURIComponent(item) |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
shareCancel() { |
|
|
|
@ -451,8 +555,18 @@ |
|
|
|
|
.detail { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
|
|
&-content{ |
|
|
|
|
padding: 30rpx; |
|
|
|
|
font-size: 26rpx; |
|
|
|
|
line-height: 50rpx; |
|
|
|
|
width: 710rpx; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
margin-top: 30rpx; |
|
|
|
|
background-color: #fff; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.slot-wrap { |
|
|
|
|
width: 400rpx; |
|
|
|
|
margin-left: 60rpx; |
|
|
|
@ -498,15 +612,26 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.share { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
margin-top: 28rpx; |
|
|
|
|
|
|
|
|
|
z-index: 22; |
|
|
|
|
top: 128rpx; |
|
|
|
|
width: 54rpx; |
|
|
|
|
height: 54rpx; |
|
|
|
|
position: absolute; |
|
|
|
|
right: 30rpx; |
|
|
|
|
.sp { |
|
|
|
|
width: 54rpx; |
|
|
|
|
height: 54rpx; |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
button{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
position: absolute; |
|
|
|
|
left: 0; |
|
|
|
|
top: 0; |
|
|
|
|
z-index: 2; |
|
|
|
|
opacity: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.shareIcon { |
|
|
|
|
width: 54rpx; |
|
|
|
|
height: 54rpx; |
|
|
|
@ -709,12 +834,11 @@ |
|
|
|
|
.goodsDetail { |
|
|
|
|
.goodsName { |
|
|
|
|
width: 672rpx; |
|
|
|
|
height: 80rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #000000; |
|
|
|
|
line-height: 33rpx; |
|
|
|
|
line-height: 50rpx; |
|
|
|
|
margin: 28rpx 0 0 28rpx; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
@ -931,10 +1055,10 @@ |
|
|
|
|
display: flex; |
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
margin-top: 30rpx; |
|
|
|
|
|
|
|
|
|
padding-bottom: 20rpx; |
|
|
|
|
overflow: hidden; |
|
|
|
|
.goodsItem { |
|
|
|
|
margin-right: 18rpx; |
|
|
|
|
|
|
|
|
|
.img { |
|
|
|
|
width: 204rpx; |
|
|
|
|
height: 168rpx; |
|
|
|
@ -957,10 +1081,9 @@ |
|
|
|
|
width: 184rpx; |
|
|
|
|
height: 80rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #000000; |
|
|
|
|
line-height: 33rpx; |
|
|
|
|
line-height: 40rpx; |
|
|
|
|
display: -webkit-box; |
|
|
|
|
overflow: hidden; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
@ -1020,25 +1143,33 @@ |
|
|
|
|
|
|
|
|
|
.footerCus { |
|
|
|
|
margin-right: 44rpx; |
|
|
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
position: relative; |
|
|
|
|
.cusIcon { |
|
|
|
|
width: 38rpx; |
|
|
|
|
height: 38rpx; |
|
|
|
|
|
|
|
|
|
margin: 0 auto; |
|
|
|
|
image { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
button{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
position: absolute; |
|
|
|
|
left: 0; |
|
|
|
|
top: 0; |
|
|
|
|
z-index: 2; |
|
|
|
|
opacity: 0; |
|
|
|
|
} |
|
|
|
|
.customer { |
|
|
|
|
width: 40rpx; |
|
|
|
|
height: 28rpx; |
|
|
|
|
font-size: 20rpx; |
|
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #3D3D3D; |
|
|
|
|
line-height: 28rpx; |
|
|
|
|
line-height: 40rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.car { |
|
|
|
|