From a1b0ab7044100daaa7e0f1da2d2ca45e38098963 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 29 三月 2021 09:13:25 +0800
Subject: [PATCH] 2021-3-29-2
---
HDL_ON/UI/CSS/CSS.cs | 68 +++++++++++++++++++++-------------
1 files changed, 42 insertions(+), 26 deletions(-)
diff --git a/HDL_ON/UI/CSS/CSS.cs b/HDL_ON/UI/CSS/CSS.cs
index d7234d9..7ce6015 100644
--- a/HDL_ON/UI/CSS/CSS.cs
+++ b/HDL_ON/UI/CSS/CSS.cs
@@ -3,85 +3,95 @@
{
public static class CSS_Color
{
-
#region 棰滆壊
/// <summary>
/// 涓昏壊璋�
/// #4484F4
/// </summary>
- public static uint MainColor = 0xFF4484F4;
+ public const uint MainColor = 0xFF4484F4;
/// <summary>
/// 杈呭姪鑹�1
/// #FC9C04
/// </summary>
- public static uint AuxiliaryColor1 = 0xFFFC9C04;
+ public const uint AuxiliaryColor1 = 0xFFFC9C04;
/// <summary>
/// 杈呭姪鑹�2
/// #FF4747
/// </summary>
- public static uint AuxiliaryColor2 = 0xFFFF4747;
+ public const uint AuxiliaryColor2 = 0xFFFF4747;
/// <summary>
/// 澶ф爣棰樸�佹鏂�
/// #1B2D4D
/// </summary>
- public static uint FirstLevelTitleColor = 0xFF1B2D4D;
+ public const uint FirstLevelTitleColor = 0xFF1B2D4D;
/// <summary>
/// 浜岀骇鏍囬
/// #4E586A
/// </summary>
- public static uint SecondLevelTitleColor = 0xFF4E586A;
+ public const uint SecondLevelTitleColor = 0xFF4E586A;
/// <summary>
/// 姝f枃
/// #798394
/// </summary>
- public static uint TextualColor = 0xFF798394 ;
+ public const uint TextualColor = 0xFF798394 ;
/// <summary>
/// 鎻愮ず鎬ф枃瀛�1
/// #C0C7D4
/// </summary>
- public static uint PromptingColor1 = 0xFFC0C7D4;
+ public const uint PromptingColor1 = 0xFFC0C7D4;
/// <summary>
/// 鎻愮ず鎬ф枃瀛�1
/// #DFE1E6
/// </summary>
- public static uint PromptingColor2 = 0xFFDFE1E6;
+ public const uint PromptingColor2 = 0xFFDFE1E6;
/// <summary>
/// 鍒嗗壊绾�
/// #ECEDEE
/// </summary>
- public static uint DividingLineColor = 0xFFECEDEE;
+ public const uint DividingLineColor = 0xFFECEDEE;
/// <summary>
/// 鑳屾櫙棰滆壊
/// #F2F3F7
/// </summary>
- public static uint BackgroundColor = 0xFFF2F3F7;
+ public const uint BackgroundColor = 0xFFF2F3F7;
/// <summary>
/// 涓昏壊璋冨瓧浣撻鑹�
/// 0xFFFFFFFF
/// </summary>
- public static uint MainBackgroundColor = 0XFFFFFFFF;
+ public const uint MainBackgroundColor = 0XFFFFFFFF;
/// <summary>
/// 椤堕儴鍖哄煙鑳屾櫙棰滆壊
/// 0xFFF7F7F7
/// </summary>
- public static uint TopViewColor = 0xFFF7F7F7;
+ public const uint TopViewColor = 0xFFF7F7F7;
- public static uint WarningColor = 0xFFFF4747;
+ public const uint WarningColor = 0xFFFF4747;
/// <summary>
/// 寮圭獥鍗婇�忔槑鑳屾櫙鑹�1
/// </summary>
- public static uint DialogTransparentColor1 = 0x99000000;
+ public const uint DialogTransparentColor1 = 0x99000000;
/// <summary>
/// 寮圭獥鍗婇�忔槑鑳屾櫙鑹�2
/// </summary>
- public static uint DialogTransparentColor2 = 0x33000000;
+ public const uint DialogTransparentColor2 = 0x33000000;
/// <summary>
/// 90%閫忔槑鐧借壊
/// </summary>
- public static uint TipBgColor1 = 0xE6FFFFFF;
+ public const uint TipBgColor1 = 0xE6FFFFFF;
+ /// <summary>
+ /// 杩炴帴鐘舵�佹彁绀�
+ /// 0xFF67D569
+ /// </summary>
+ public const uint LinkTipLocal = 0xFF67D569;
+ /// <summary>
+ /// 杩炴帴鐘舵�佹彁绀�
+ /// 杩炴帴澶辫触
+ /// 0xFFFF4747
+ /// </summary>
+ public const uint LinkTipFail = 0xFFFF4747;
#region 鑷姩鍖�
/// <summary>
@@ -99,6 +109,9 @@
public const uint btnSaveBackgroundColor = 0XFF4484F4;
public const uint viewTrans60lucence = 0x60000000;
public const uint viewTranslucence = 0x00000000;
+ public const uint textTipColor = 0XFF798394;
+ public const uint text1Color = 0XFF4E586A;
+
#endregion
#endregion
@@ -109,43 +122,46 @@
{
#region 瀛椾綋澶у皬
/// <summary>
+ /// 鐗圭骇寮鸿皟瀛楀彿
+ /// 26
+ /// </summary>
+ public const int EmphasisFontSize_ExLevel = 26;
+ /// <summary>
/// 涓�绾у己璋冨瓧鍙�
/// 24
/// </summary>
- public static int EmphasisFontSize_FirstLevel = 24;
+ public const int EmphasisFontSize_FirstLevel = 24;
/// <summary>
/// 浜岀骇寮鸿皟瀛楀彿
/// 20
/// </summary>
- public static int EmphasisFontSize_Secondary = 20;
+ public const int EmphasisFontSize_Secondary = 20;
/// <summary>
/// 澶� 鏍囬瀛椾綋
/// 18
/// </summary>
- public static int HeadlineFontSize = 18;
+ public const int HeadlineFontSize = 18;
/// <summary>
/// 灏忔爣棰樺瓧鍙�
/// 16
/// </summary>
- public static int SubheadingFontSize = 16;
+ public const int SubheadingFontSize = 16;
/// <summary>
/// 姝f枃瀛楀彿
/// 14
/// </summary>
- public static int TextFontSize = 14;
+ public const int TextFontSize = 14;
/// <summary>
/// 涓�绾ф彁绀烘�у瓧鍙�
/// 12
/// </summary>
- public static int PromptFontSize_FirstLevel = 12;
+ public const int PromptFontSize_FirstLevel = 12;
/// <summary>
/// 浜岀骇鎻愮ず鎬у瓧鍙�
/// 10
/// </summary>
- public static int PromptFontSize_SecondaryLevel = 10;
+ public const int PromptFontSize_SecondaryLevel = 10;
#endregion
-
-
}
}
--
Gitblit v1.8.0