新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
@ -21,6 +21,10 @@ $tips-color: #999;
|
||||
$white-color: #fff;
|
||||
$black-color: #000;
|
||||
|
||||
.primary-color {
|
||||
color: $primary-color;
|
||||
}
|
||||
|
||||
|
||||
.animation-button {
|
||||
background: $primary-color;
|
||||
@ -41,7 +45,7 @@ $black-color: #000;
|
||||
height: var(--window-bottom); // docs https://zh.uniapp.dcloud.io/matter.html#h5-%E5%BC%80%E5%8F%91%E6%B3%A8%E6%84%8F
|
||||
}
|
||||
|
||||
.tabbar-height{
|
||||
.tabbar-height {
|
||||
height: 118rpx;
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
|
Reference in New Issue
Block a user