新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user