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.
|
.mb-20{
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.mb-24{
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.mb-30{
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* ========布局========== */
|
|
.flex{
|
|
display: flex;
|
|
}
|
|
.justify-center{
|
|
justify-content: center;
|
|
}
|
|
.justify-between{
|
|
justify-content: space-between;
|
|
}
|
|
.items-center{
|
|
align-items: center;
|
|
} |