From ed3bfb7462d44747230437717e8673a5192f833f Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 30 十一月 2020 20:34:51 +0800 Subject: [PATCH] 2020-11-30-2 --- HDL_ON/UI/CSS/CSS.cs | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/CSS/CSS.cs b/HDL_ON/UI/CSS/CSS.cs index f30c7d1..0e4ce2c 100644 --- a/HDL_ON/UI/CSS/CSS.cs +++ b/HDL_ON/UI/CSS/CSS.cs @@ -82,7 +82,24 @@ /// </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; + public const uint textTipColor = 0XFF798394; + #endregion #endregion } -- Gitblit v1.8.0