|
@@ -66,7 +66,7 @@
|
|
<view>VIN详情</view>
|
|
<view>VIN详情</view>
|
|
<view class="st-detailList-item-con flex">
|
|
<view class="st-detailList-item-con flex">
|
|
<view class="pimgs">
|
|
<view class="pimgs">
|
|
- <u-image :src="tempData.icon?tempData.icon:`../../static/${tempData.icon}/def_img@2x.png`" width="100" height="100" border-radius="10"></u-image>
|
|
|
|
|
|
+ <u-image :src="tempData.icon?tempData.icon:`../../static/${theme}/def_img@2x.png`" width="100" height="100" border-radius="10"></u-image>
|
|
</view>
|
|
</view>
|
|
<view class="flex_1 pimgs_right">
|
|
<view class="flex_1 pimgs_right">
|
|
<view class="padding_3">{{tempData.modelInfo || '--'}} </view>
|
|
<view class="padding_3">{{tempData.modelInfo || '--'}} </view>
|
|
@@ -89,10 +89,10 @@
|
|
>
|
|
>
|
|
<view class="nav-right-item flex">
|
|
<view class="nav-right-item flex">
|
|
<view class="uni-col-2">
|
|
<view class="uni-col-2">
|
|
- <u-image :src="item.icon?item.icon:`../../static/${item.icon}/def_img@2x.png`" width="100" height="100" border-radius="30"></u-image>
|
|
|
|
|
|
+ <u-image :src="item.productImageUrl?'http:'+item.productImageUrl:`../../static/${theme}/def_img@2x.png`" width="100" height="100" border-radius="30"></u-image>
|
|
</view>
|
|
</view>
|
|
<view class="item-info uni-col-10">
|
|
<view class="item-info uni-col-10">
|
|
- <view class="item-name">
|
|
|
|
|
|
+ <view class="item-name u-line-2">
|
|
{{item.productName}}
|
|
{{item.productName}}
|
|
</view>
|
|
</view>
|
|
<view class="item-detail">
|
|
<view class="item-detail">
|
|
@@ -458,30 +458,34 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.cpb_cart-list{
|
|
.cpb_cart-list{
|
|
|
|
+ width: 75%;
|
|
|
|
+ height: 100%;
|
|
padding: 20rpx;
|
|
padding: 20rpx;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
flex-grow: 1;
|
|
flex-grow: 1;
|
|
|
|
+ box-sizing: border-box;
|
|
> view{
|
|
> view{
|
|
margin-bottom: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
}
|
|
.nav-right-item{
|
|
.nav-right-item{
|
|
- padding: 0 30upx;
|
|
|
|
|
|
+ padding: 0 20upx 20rpx;
|
|
}
|
|
}
|
|
.item-name{
|
|
.item-name{
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
- text{
|
|
|
|
- background: rgba(3, 54, 146, 0.15);
|
|
|
|
- color: #1c588a;
|
|
|
|
- border-radius: 1em;
|
|
|
|
- font-size: 0.8em;
|
|
|
|
- padding: 0 0.5em;
|
|
|
|
- margin-right: 10upx;
|
|
|
|
- }
|
|
|
|
|
|
+ width:100%;
|
|
|
|
+ // text{
|
|
|
|
+ // background: rgba(3, 54, 146, 0.15);
|
|
|
|
+ // color: #1c588a;
|
|
|
|
+ // border-radius: 1em;
|
|
|
|
+ // font-size: 0.8em;
|
|
|
|
+ // padding: 0 0.5em;
|
|
|
|
+ // margin-right: 10upx;
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
.item-info{
|
|
.item-info{
|
|
border-bottom:2rpx solid #eee;
|
|
border-bottom:2rpx solid #eee;
|
|
flex-grow: 1;
|
|
flex-grow: 1;
|
|
- padding-left: 0.2em;
|
|
|
|
|
|
+ padding-left: 20rpx;
|
|
}
|
|
}
|
|
.item-detail{
|
|
.item-detail{
|
|
.item-detail-info{
|
|
.item-detail-info{
|