ios 首页 任务 我的 修改
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/* #ifndef APP-NVUE */
|
||||
|
||||
$-color-white:#ffffff;
|
||||
$-color-white:#fff;
|
||||
$-color-black:#000;
|
||||
@mixin base-style($color) {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
background-color: $color;
|
||||
border-color: mix($-color-black, $color, 8%);
|
||||
&:not([hover-class]):active {
|
||||
|
||||
Reference in New Issue
Block a user