wxr
2020-06-15 b8e94316e41eba72d927d5ca7d931b26139ee8ff
HDL_ON/UI/CSS/CSS.cs
@@ -73,10 +73,16 @@
        /// </summary>
        public static uint DialogTransparentColor1 = 0x99000000;
        /// <summary>
        /// 弹窗半透明背景色1
        /// 弹窗半透明背景色2
        /// </summary>
        public static uint DialogTransparentColor2 = 0x33000000;
        /// <summary>
        /// 90%透明白色
        /// </summary>
        public static uint TipBgColor1 = 0xE6FFFFFF;
        #endregion
    }