feat: 停车卡片

This commit is contained in:
2025-09-20 11:45:29 +08:00
parent f585c83554
commit 64db5ebaf3
8 changed files with 35 additions and 370 deletions

View File

@@ -1,31 +1,7 @@
.add-car-card {
display: flex;
flex-direction: column;
.header-image {
display: flex;
justify-content: center;
align-items: center;
margin: -24rpx -24rpx 0 -24rpx;
.header-img {
width: 100%;
height: 150px;
}
}
.content {
display: flex;
align-items: start;
flex-direction: column;
padding: 24rpx 0;
}
.title {
font-size: 36rpx;
font-weight: 600;
color: #333;
}
align-items: center;
.description {
font-size: 28rpx;
@@ -33,19 +9,17 @@
line-height: 1.5;
}
.confirm-btn {
height: 88rpx;
background: linear-gradient(135deg, #1898ff 0%, #77e5f9 100%);
border-radius: 44rpx;
margin-bottom: 24rpx;
display: flex;
align-items: center;
justify-content: center;
.confirm-text {
font-size: 28rpx;
font-weight: 500;
color: #fff;
}
.code-img {
margin-top: 12px;
width: 250px;
height: 250px;
border-radius: 4px;
}
}
.tips {
padding: 12px;
font-size: 36rpx;
font-weight: 600;
color: #333;
}
}