64 lines
1.3 KiB
Plaintext
64 lines
1.3 KiB
Plaintext
page {
|
|
background-color: #f3f3f4;
|
|
}
|
|
.parking_payment_card {
|
|
margin: 30rpx;
|
|
background-color: #fff;
|
|
border-radius: 15rpx;
|
|
}
|
|
.parking_payment_card .parking_payment_content {
|
|
background: linear-gradient(180deg, #f3f9ff 0%, #ffffff 27%, #ffffff 100%);
|
|
padding: 0 30rpx;
|
|
border-radius: 15rpx;
|
|
border: 1rpx solid #fff;
|
|
}
|
|
.parking_payment_card .parking_payment_header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 30rpx 0;
|
|
font-size: 32rpx;
|
|
color: #3d3d3d;
|
|
font-weight: 500;
|
|
}
|
|
button:after {
|
|
border: none !important;
|
|
}
|
|
.license_plate_number {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 20rpx 0 0 0;
|
|
position: relative;
|
|
}
|
|
.license_plate_number .item {
|
|
width: 65rpx;
|
|
height: 80rpx;
|
|
background-color: #f8f8f8;
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: 1rpx solid #aaccff;
|
|
}
|
|
.license_plate_number .item:nth-child(1), .license_plate_number .item:nth-child(2) {
|
|
background-color: #2a7efb;
|
|
color: #fff;
|
|
}
|
|
.query_btn {
|
|
padding: 50rpx 0 40rpx 0;
|
|
}
|
|
.member_benefits {
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 0 0 30rpx 0;
|
|
color: #999;
|
|
}
|
|
.new_energy {
|
|
font-size: 17rpx;
|
|
text-align: center;
|
|
color: #2a7efb;
|
|
} |