From 35a1f11de802c78b89460c696ffbe8b1c8346a39 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 08 七月 2021 16:22:51 +0800
Subject: [PATCH] 2021-07-08 1.增加猫眼推送对接

---
 HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs b/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs
index d1ec836..1476dd3 100644
--- a/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs
+++ b/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs
@@ -22,7 +22,7 @@
         /// <param name="i_width">鏈変簺鐣岄潰寰堢壒娈�,涓嶇粺涓�鎸夐敭瀹藉害,鎵�浠ラ鐣欐鍙傛暟</param>
         public BottomClickButton(int i_width = 188)
         {
-            this.Yaxis = Application.GetRealHeight(539);
+            this.Yaxis = Application.GetRealHeight(543);
 
             //杩欎釜鏄竴鑸綅缃�
             this.Y = this.Yaxis;
@@ -33,6 +33,7 @@
             this.Gravity = Gravity.CenterHorizontal;
             this.Radius = (uint)Application.GetRealHeight(44) / 2;
             this.TextSize = CSS_FontSize.SubheadingFontSize;
+            this.BackgroundColor = CSS_Color.MainColor;
             this.IsBold = true;
         }
     }

--
Gitblit v1.8.0