You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
2.6 KiB
117 lines
2.6 KiB
<template>
|
|
<view class="">
|
|
<div class="df Product-Introduction">
|
|
<div class="Product-img"><image :src="$util.img(`/upload/weapp/pageSalesman/customer/add.png`)"></image></div>
|
|
<div class="Product-name">
|
|
<div class="Product-eijnaij">路易拉菲 法国 原瓶进口红酒…</div>
|
|
<div class="Product-time">×4</div>
|
|
</div>
|
|
</div>
|
|
<div class="df Product-Introduction">
|
|
<div class="Product-img"><image :src="$util.img(`/upload/weapp/pageSalesman/customer/add.png`)"></image></div>
|
|
<div class="Product-name">
|
|
<div class="Product-eijnaij">路易拉菲 法国 原瓶进口红酒…</div>
|
|
<div class="Product-time">×4</div>
|
|
</div>
|
|
</div>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
.Product-Introduction{
|
|
margin-top: 32rpx;
|
|
.time{
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 34rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.Product-img{
|
|
width: 176rpx;
|
|
height: 176rpx;
|
|
border-radius: 8rpx;
|
|
position: relative;
|
|
image{
|
|
width: 176rpx;
|
|
height: 176rpx;
|
|
border-radius: 8rpx;
|
|
|
|
}
|
|
.Product-collect{
|
|
position: absolute;
|
|
width: 66rpx;
|
|
height: 36rpx;
|
|
|
|
border-radius: 0rpx 21rpx 21rpx 0rpx;
|
|
opacity: 0.83;
|
|
font-size: 20rpx;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
line-height: 28rpx;
|
|
left: 0;
|
|
top: 12rpx;
|
|
z-index: 10;
|
|
}
|
|
|
|
}
|
|
.Product-name{
|
|
margin-left: 24rpx;
|
|
.Product-eijnaij{
|
|
font-size: 28rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 40rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.unit-price{
|
|
font-size: 24rpx;
|
|
font-family: DINAlternate-Bold, DINAlternate;
|
|
font-weight: bold;
|
|
color: #F33B50;
|
|
line-height: 40rpx;
|
|
margin-top: 46rpx;
|
|
span{
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
line-height: 34rpx;
|
|
}
|
|
}
|
|
.Product-production{
|
|
margin-top: 16rpx;
|
|
.Product-Shandong{
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 34rpx;
|
|
}
|
|
.Product-specifications{
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 34rpx;
|
|
margin-left: 16rpx;
|
|
}
|
|
}
|
|
.Product-time{
|
|
font-size: 28rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #585858;
|
|
line-height: 40rpx;
|
|
margin-top: 52rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
</style>
|