| | |
| | | /// </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 |
| | | } |
| | | |