guo 2 years ago
parent
commit
e35139da9c
2 changed files with 21 additions and 6 deletions
  1. 19 5
      pages/index/paint.vue
  2. 2 1
      pages/user/bespeakDetail.vue

+ 19 - 5
pages/index/paint.vue

@@ -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>

+ 2 - 1
pages/user/bespeakDetail.vue

@@ -517,7 +517,8 @@
 	}
 
 	.informationNum {
-		color: #333333;
+		color: #333333;
+		width: 524rpx;
 	}
 
 	.copyBtn {