9.20界面
This commit is contained in:
@@ -15,26 +15,26 @@
|
||||
/* 颜色变量 */
|
||||
|
||||
/* 行为相关颜色 */
|
||||
$uni-color-primary: #D7A72E; /* 奢华金色主色 */
|
||||
$uni-color-primary: #4C8DFF; /* 藏青系主色(高亮) */
|
||||
$uni-color-success: #4cd964;
|
||||
$uni-color-warning: #f0ad4e;
|
||||
$uni-color-error: #dd524d;
|
||||
|
||||
/* 文字基本颜色 */
|
||||
$uni-text-color:#333;//基本色
|
||||
$uni-text-color-inverse:#fff;//反色
|
||||
$uni-text-color-grey:#999;//辅助灰色,如加载更多的提示信息
|
||||
$uni-text-color:#111;//基本色(更高对比深色文字)
|
||||
$uni-text-color-inverse:#fff;//反色(浅色背景下的反向场景)
|
||||
$uni-text-color-grey:#444;//辅助灰(提升对比度)
|
||||
$uni-text-color-placeholder: #808080;
|
||||
$uni-text-color-disable:#c0c0c0;
|
||||
|
||||
/* 背景颜色 */
|
||||
$uni-bg-color:#ffffff;
|
||||
$uni-bg-color-grey:#f8f8f8;
|
||||
$uni-bg-color:#ffffff; // 浅色基础背景
|
||||
$uni-bg-color-grey:#ffffff; // 面板/卡片统一白底
|
||||
$uni-bg-color-hover:#f1f1f1;//点击状态颜色
|
||||
$uni-bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色
|
||||
$uni-bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色回调为浅色适配
|
||||
|
||||
/* 边框颜色 */
|
||||
$uni-border-color:#c8c7cc;
|
||||
$uni-border-color:#e5e7eb;
|
||||
|
||||
/* 尺寸变量 */
|
||||
|
||||
@@ -68,7 +68,7 @@ $uni-spacing-col-lg: 12px;
|
||||
$uni-opacity-disabled: 0.3; // 组件禁用态的透明度
|
||||
|
||||
/* 文章场景相关 */
|
||||
$uni-color-title: #2C405A; // 文章标题颜色
|
||||
$uni-color-title: #2C405A; // 文章标题颜色(深色)
|
||||
$uni-font-size-title:20px;
|
||||
$uni-color-subtitle: #555555; // 二级标题颜色
|
||||
$uni-font-size-subtitle:26px;
|
||||
|
||||
Reference in New Issue
Block a user