鸿宇研学生前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
548 B

.card {
justify-content: flex-start;
column-gap: 24rpx;
padding: 40rpx 32rpx;
font-family: PingFang SC;
font-weight: 400;
line-height: 1.4;
background: #FFFFFF;
border-radius: 32rpx;
}
.title {
font-size: 32rpx;
font-weight: 500;
color: #181818;
}
.row {
margin-top: 16rpx;
display: flex;
align-items: center;
justify-content: flex-start;
column-gap: 4rpx;
font-size: 28rpx;
&-label {
color: #8B8B8B;
}
&-content {
color: #393939;
}
}