From a46cd0adb5af29e8a9cf47c219475acaedfcf839 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 01 十二月 2020 17:09:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/WJC'

---
 HDL_ON/UI/CSS/CSS.cs |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/UI/CSS/CSS.cs b/HDL_ON/UI/CSS/CSS.cs
index 3eb67cd..ff5eff9 100644
--- a/HDL_ON/UI/CSS/CSS.cs
+++ b/HDL_ON/UI/CSS/CSS.cs
@@ -94,6 +94,25 @@
         /// </summary>
         public const uint LinkTipFail = 0xFFFF4747;
 
+        #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