diff --git a/pages/passCar/passCar.wxml b/pages/passCar/passCar.wxml
index 7cb3620..960dd3b 100644
--- a/pages/passCar/passCar.wxml
+++ b/pages/passCar/passCar.wxml
@@ -17,16 +17,28 @@
-
- {{item.carNumber}}
-
- 待缴金额:¥500
-
+
+
+
+
+
+
+
+ {{'待支付金额:¥'+item.remainingFee}}
+
+
+
+
+
+
-
-
+
-
+
+添加爱车
diff --git a/pages/passCar/passCar.wxss b/pages/passCar/passCar.wxss
index 0261b61..3d063d7 100644
--- a/pages/passCar/passCar.wxss
+++ b/pages/passCar/passCar.wxss
@@ -118,19 +118,16 @@ color: transparent;
position: relative;
background-color: white;
border-bottom: 1rpx #f8f8f8 solid;
- display: flex;
- justify-content: space-between;
}
.passNumber{
- width: 450rpx;
+ width: 400rpx;
height: 150rpx;
- margin-left: 55rpx;
- position: relative;
- display: flex;
- justify-content: space-between;
- line-height: 150rpx;
+
+ font-size: 32rpx;
font-weight: 600;
- color: #333;
+ line-height: 150rpx;
+ left: 55rpx;
+ position: absolute;
}
.nopay{
height: 80rpx;
@@ -244,3 +241,51 @@ color: transparent;
line-height: 88rpx;
border-radius: 6rpx;
}
+.borderBox{
+ width: 750rpx;
+ margin-top: 26rpx;
+
+}
+.orderBox {
+ width: 100%;
+ height: 100rpx;
+ border-top: 1rpx #cbcbcb dashed;
+ position: relative;
+ display: flex;
+}
+
+.passUp {
+ width: 100%;
+ height: 150rpx;
+ position: relative;
+}
+.priceBox{
+ width: 500rpx;
+}
+.priceBox text{
+ margin-top: 35rpx;
+ color: #333;
+ font-size: 24rpx;
+ margin-left: 50rpx;
+ display: block;
+}
+.payBox{
+ width: 250rpxpx;
+}
+.payBox button{
+ width: 230rpx;
+ border:0;
+ font-size: 32rpx;
+ margin-top: 13rpx;
+ margin-right: 20rpx;
+ background-color: lightgreen;
+ color: white;
+}
+input{
+ outline:none;
+ border:none;
+ list-style: none;
+}
+button::after{
+border:none;
+}