新增营销系统、分销系统、会员功能、门店、提现功能

This commit is contained in:
Shaw
2024-02-08 21:01:37 +08:00
parent 68b3f2dcc3
commit 17c043348a
1398 changed files with 81279 additions and 56269 deletions

View File

@ -122,18 +122,21 @@ defineExpose({show, close})
.btn {
box-sizing: border-box;
flex: 1 0 40%;
text-align: center;
flex: 0 0 45%;
height: 80rpx;
font-size: 34rpx;
line-height: 80rpx;
border: 1px solid #ee6d46;
background: #ee6d46;
border: 1px solid #333333;
background: #333333;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.cancel {
background: #fff;
color: #ee6d46;
color: #333333;
}
}
}