From 35a33afeeb29466c20ee39dc34e0468d687afce9 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 20 十一月 2020 17:47:38 +0800 Subject: [PATCH] 2020-11-20-1 --- HDL_ON/UI/CSS/CSS.cs | 36 ++++++++++++++++++++++++++++++++++-- 1 files changed, 34 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/CSS/CSS.cs b/HDL_ON/UI/CSS/CSS.cs index 6d31621..d7234d9 100644 --- a/HDL_ON/UI/CSS/CSS.cs +++ b/HDL_ON/UI/CSS/CSS.cs @@ -3,6 +3,7 @@ { public static class CSS_Color { + #region 棰滆壊 /// <summary> /// 涓昏壊璋� @@ -67,15 +68,45 @@ /// </summary> public static uint TopViewColor = 0xFFF7F7F7; + public static uint WarningColor = 0xFFFF4747; + /// <summary> + /// 寮圭獥鍗婇�忔槑鑳屾櫙鑹�1 + /// </summary> + public static uint DialogTransparentColor1 = 0x99000000; + /// <summary> + /// 寮圭獥鍗婇�忔槑鑳屾櫙鑹�2 + /// </summary> + public static uint DialogTransparentColor2 = 0x33000000; + + /// <summary> + /// 90%閫忔槑鐧借壊 + /// </summary> + public static uint TipBgColor1 = 0xE6FFFFFF; + + #region 鑷姩鍖� + /// <summary> + /// 鏍囧噯瀛椾綋棰滆壊 + /// </summary> + public const uint textColor = 0XFF1B2D4D; + public const uint textCancelColor = 0XFFC0C7D4; + public const uint textConfirmColor = 0XFF4484F4; + public const uint textRedColor = 0XFFFF4747; + public const uint textWhiteColor = 0XFFFFFFFF; + public const uint viewTop = 0XFFF7F7F7; + public const uint viewMiddle = 0XFFF2F3F7; + public const uint viewLine = 0XFFECEDEE; + public const uint view = 0XFFFFFFFF; + public const uint btnSaveBackgroundColor = 0XFF4484F4; + public const uint viewTrans60lucence = 0x60000000; + public const uint viewTranslucence = 0x00000000; #endregion - + #endregion } public static class CSS_FontSize { - #region 瀛椾綋澶у皬 /// <summary> /// 涓�绾у己璋冨瓧鍙� @@ -114,6 +145,7 @@ public static int PromptFontSize_SecondaryLevel = 10; #endregion + } } -- Gitblit v1.8.0