增加分销页面,订单增加会员折扣
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user