26 lines
364 B
SCSS
26 lines
364 B
SCSS
.add-car-card {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
.description {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.code-img {
|
|
margin-top: 12px;
|
|
width: 250px;
|
|
height: 250px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.tips {
|
|
padding: 12px;
|
|
font-size: 36rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|
|
}
|