You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
343 B
14 lines
343 B
3 years ago
|
@import '@/uni_modules/uview-ui/theme.scss';
|
||
|
|
||
|
.u-button--success {
|
||
|
background-color: #5ac725 !important; // TODO 芋艿:莫名不行
|
||
|
}
|
||
|
.u-button--primary {
|
||
|
background-color: #3c9cff !important; // TODO 芋艿:莫名不行
|
||
|
}
|
||
|
.u-button--error {
|
||
|
background-color: #f56c6c !important; // TODO 芋艿:莫名不行
|
||
|
}
|
||
|
|
||
|
$base-color: #ff536f;
|