陈嘉乐
2020-06-09 b4e5c0d769137131b0215a27a173659538c6b0bf
HDL_ON/UI/CSS/CSS.cs
@@ -68,6 +68,20 @@
        public static uint TopViewColor = 0xFFF7F7F7;
        public static uint WarningColor = 0xFFFF4747;
        /// <summary>
        /// 弹窗半透明背景色1
        /// </summary>
        public static uint DialogTransparentColor1 = 0x99000000;
        /// <summary>
        /// 弹窗半透明背景色2
        /// </summary>
        public static uint DialogTransparentColor2 = 0x33000000;
        /// <summary>
        /// 90%透明白色
        /// </summary>
        public static uint TipBgColor1 = 0xE6FFFFFF;
        #endregion
    }