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.
38 lines
578 B
38 lines
578 B
.mb-20{
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.mb-24{
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.mb-30{
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
.pt-44{
|
|
padding-top: 44rpx;
|
|
}
|
|
|
|
|
|
/* ========布局========== */
|
|
.flex{
|
|
display: flex;
|
|
}
|
|
.justify-center{
|
|
justify-content: center;
|
|
}
|
|
.justify-between{
|
|
justify-content: space-between;
|
|
}
|
|
.items-center{
|
|
align-items: center;
|
|
}
|
|
/* -=======背景======= */
|
|
// .bg{
|
|
// min-height: 100vh;
|
|
// background-image: url('/static/image/bg.png');
|
|
// background-repeat: no-repeat;
|
|
// background-size: cover;
|
|
// } |