wxr
2020-03-05 0bdc0a135dbe31761b53f432ed34f347f0a4e36b
HDL_ON/UI/CSS/CSS.cs
@@ -67,15 +67,14 @@
        /// </summary>
        public static uint TopViewColor = 0xFFF7F7F7;
        public static uint WarningColor = 0xFFFF4747;
        #endregion
    }
    public static class CSS_FontSize
    {
        #region 字体大小
        /// <summary>
        /// 一级强调字号
@@ -113,7 +112,6 @@
        /// </summary>
        public static int PromptFontSize_SecondaryLevel = 10;
        #endregion
    }
}