/**passCar.wxss**/ page{ background-color: #f8f8f8; } .headBox{ margin-top: 13rpx; width: 750rpx; height: 210rpx; box-sizing: border-box; padding: 30rpx 40rpx; display: flex; background-color: white } .headBox image{ width: 150rpx; height: 150rpx; margin-right: 62rpx; border: 1px #cbcbcb solid; } .numberBox{ width: 400rpx; height: 150rpx } .titleName{ line-height: 60rpx; height:60rpx; color: #333; font-size: 36rpx; width: 400rpx; word-break:break-all; text-align: justify; } ::-webkit-scrollbar{ width: 0; height: 0; color: transparent; } .carLocation,.locationNumber{ width: 400rpx; height: 50rpx; color: #333; font-size: 28rpx; line-height: 50rpx; } .borderBox{ width: 750rpx; margin-top: 26rpx; } .borderUp{ padding: 50rpx; width: 750rpx; height: 50rpx; line-height: 50rpx; font-size: 36rpx; color: #333; border-bottom: 1rpx #f8f8f8 solid; background-color: white; } .carNumber{ padding: 50rpx; height: 50rpx; line-height: 50rpx; font-size: 28rpx; color: #cbcbcb; background-color: white; } .addBox{ width: 750rpx; height: 220rpx; position: relative; background-color: white; } .add{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 36rpx; color: #333; } .bottonBox{ width: 750rpx; margin-top: 75rpx; background-color: white; } .textStyle{ height: 90rpx; line-height: 90rpx; padding-left: 130rpx; color: #333; font-size: 28rpx; letter-spacing: 1rpx; margin-top: 30rpx; border-bottom: 1rpx #f8f8f8 solid; position: relative; } .textStyle image{ width: 50rpx; height: 50rpx; top: 20rpx; left: 50rpx; position: absolute; } .passNumberBox{ width: 750rpx; height: 150rpx; position: relative; background-color: white; border-bottom: 1rpx #f8f8f8 solid; } .passNumber{ width: 400rpx; height: 150rpx; font-size: 32rpx; font-weight: 600; line-height: 150rpx; left: 55rpx; position: absolute; } .deleteButton{ font-size: 28rpx; line-height: 50rpx; top: 50rpx; right: 30rpx; position: absolute; } .detail{ width: 32rpx; height: 32rpx; right: 50rpx; top: 32rpx; position: absolute; } .detail image{ width: 32rpx; height: 32rpx; position: absolute; left: 0; top: 0; } .voucher{ width: 88%; margin-left: 6%; height: 80rpx; background-color: #cbcbcb; position: relative; } .textV1,.textV2{ line-height: 80rxp; font-size: 28rpx; color: white; } .textV1{ position: absolute; left: 10rpx; top: 22rpx; } .textV2{ position: absolute; top: 22rpx; right: 80rpx; } .choice{ width: 80rpx; height: 80rpx; position: absolute; top: 0; right: 0; } .choice image{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 30rpx; height: 30rpx; }