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 {
|
||||
|
||||
@@ -6,26 +6,26 @@ $uni-radius-root:5px;
|
||||
|
||||
// 主色
|
||||
$uni-primary: #2979ff;
|
||||
$uni-primary-disable:mix(#ffffff,$uni-primary,50%);
|
||||
$uni-primary-light: mix(#ffffff,$uni-primary,80%);
|
||||
$uni-primary-disable:mix(#fff,$uni-primary,50%);
|
||||
$uni-primary-light: mix(#fff,$uni-primary,80%);
|
||||
|
||||
// 辅助色
|
||||
// 除了主色外的场景色,需要在不同的场景中使用(例如危险色表示危险的操作)。
|
||||
$uni-success: #18bc37;
|
||||
$uni-success-disable:mix(#ffffff,$uni-success,50%);
|
||||
$uni-success-light: mix(#ffffff,$uni-success,80%);
|
||||
$uni-success-disable:mix(#fff,$uni-success,50%);
|
||||
$uni-success-light: mix(#fff,$uni-success,80%);
|
||||
|
||||
$uni-warning: #f3a73f;
|
||||
$uni-warning-disable:mix(#ffffff,$uni-warning,50%);
|
||||
$uni-warning-light: mix(#ffffff,$uni-warning,80%);
|
||||
$uni-warning-disable:mix(#fff,$uni-warning,50%);
|
||||
$uni-warning-light: mix(#fff,$uni-warning,80%);
|
||||
|
||||
$uni-error: #e43d33;
|
||||
$uni-error-disable:mix(#ffffff,$uni-error,50%);
|
||||
$uni-error-light: mix(#ffffff,$uni-error,80%);
|
||||
$uni-error-disable:mix(#fff,$uni-error,50%);
|
||||
$uni-error-light: mix(#fff,$uni-error,80%);
|
||||
|
||||
$uni-info: #8f939c;
|
||||
$uni-info-disable:mix(#ffffff,$uni-info,50%);
|
||||
$uni-info-light: mix(#ffffff,$uni-info,80%);
|
||||
$uni-info-disable:mix(#fff,$uni-info,50%);
|
||||
$uni-info-light: mix(#fff,$uni-info,80%);
|
||||
|
||||
// 中性色
|
||||
// 中性色用于文本、背景和边框颜色。通过运用不同的中性色,来表现层次结构。
|
||||
|
||||
Reference in New Issue
Block a user