增加分销页面,订单增加会员折扣

This commit is contained in:
2025-10-25 16:31:38 +08:00
parent 26532150b5
commit 845d9f7b40
39 changed files with 5988 additions and 43 deletions

View File

@@ -103,4 +103,16 @@ page,
}
.justify-center{
justify-content: center;
}
.u-flex-col{
flex-direction: column!important;
}
.min-h-100vh{
min-height: 100vh;
}
.bg-gray{
background-color: #F7F7F7;
}
.align-center{
align-items: center;
}