|
@@ -45,7 +45,7 @@
|
|
|
<view class="typeName">喷漆</view>
|
|
|
<view class=""><span class="renminbi">¥</span>{{item2.PSalePrice}}</view>
|
|
|
</view>
|
|
|
- <view class="type">
|
|
|
+ <view class="type marginLeft">
|
|
|
<view class="typeName">钣金喷漆</view>
|
|
|
<view class=""><span class="renminbi">¥</span>{{item2.BPSalePrice}}</view>
|
|
|
</view>
|
|
@@ -68,7 +68,8 @@
|
|
|
}
|
|
|
},
|
|
|
onShow() {
|
|
|
- this.carInfo = this.$store.state.carInfo
|
|
|
+ this.carInfo = this.$store.state.carInfo
|
|
|
+ console.log("车=",this.carInfo);
|
|
|
},
|
|
|
onLoad() {
|
|
|
this.getData();
|
|
@@ -220,7 +221,8 @@
|
|
|
}
|
|
|
|
|
|
.itemBox {
|
|
|
- display: flex;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-around;
|
|
|
border-bottom: 1rpx solid #EEEEEE;
|
|
|
padding: 30rpx 0;
|
|
|
}
|
|
@@ -229,8 +231,20 @@
|
|
|
border-radius: 10rpx;
|
|
|
|
|
|
border: 2rpx solid #CCCCCC;
|
|
|
- margin-right: 20rpx;
|
|
|
+
|
|
|
width: 50%;
|
|
|
text-align: center;
|
|
|
- }
|
|
|
+ }
|
|
|
+ .marginLeft{
|
|
|
+ margin-left: 20rpx;
|
|
|
+ }
|
|
|
+ .typeName{
|
|
|
+ height: 57rpx;
|
|
|
+ color: #666666;
|
|
|
+ font-size: 26rpx;
|
|
|
+ line-height: 57rpx;
|
|
|
+ border-bottom: 2rpx solid #EEEEEE;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
</style>
|