wxr
2020-03-13 171bf03f3664226eeff2b20ee9bd2e914b63a17d
HDL_ON/UI/CSS/CSS.cs
@@ -67,15 +67,22 @@
        /// </summary>
        public static uint TopViewColor = 0xFFF7F7F7;
        public static uint WarningColor = 0xFFFF4747;
        /// <summary>
        /// 弹窗半透明背景色1
        /// </summary>
        public static uint DialogTransparentColor1 = 0x99000000;
        /// <summary>
        /// 弹窗半透明背景色1
        /// </summary>
        public static uint DialogTransparentColor2 = 0x33000000;
        #endregion
    }
    public static class CSS_FontSize
    {
        #region 字体大小
        /// <summary>
        /// 一级强调字号
@@ -113,7 +120,6 @@
        /// </summary>
        public static int PromptFontSize_SecondaryLevel = 10;
        #endregion
    }
}