| | |
| | | { |
| | | public static class CSS_Color |
| | | { |
| | | |
| | | #region 颜色 |
| | | /// <summary> |
| | | /// 主色调 |
| | |
| | | /// </summary> |
| | | public static uint TipBgColor1 = 0xE6FFFFFF; |
| | | |
| | | #region 自动化 |
| | | /// <summary> |
| | | /// 标准字体颜色 |
| | | /// </summary> |
| | | public const uint textColor = 0XFF1B2D4D; |
| | | 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; |
| | | #endregion |
| | | |
| | | #endregion |
| | | } |
| | |
| | | /// </summary> |
| | | public static int PromptFontSize_SecondaryLevel = 10; |
| | | #endregion |
| | | |
| | | |
| | | } |
| | | |
| | | } |