From 2e82c7f03b0833e3a149d02453d66d8db133b2ce Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 29 十一月 2021 13:36:20 +0800 Subject: [PATCH] 2021-11-29 1.实现ON+设计的UI --- HDLSceneSiri/HDLSceneSiri/HDLSceneSiri.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/HDLSceneSiri/HDLSceneSiri/HDLSceneSiri.h b/HDLSceneSiri/HDLSceneSiri/HDLSceneSiri.h index 5ed8fd4..3074a0b 100644 --- a/HDLSceneSiri/HDLSceneSiri/HDLSceneSiri.h +++ b/HDLSceneSiri/HDLSceneSiri/HDLSceneSiri.h @@ -30,7 +30,7 @@ #define WEAKSELF_AT __weak __typeof(&*self)weakSelf_AT = self; #define HEXCOLORA(rgbValue, a) [UIColor colorWithRed:((float)((rgbValue & 0xFF0000) >> 16)) / 255.0 green:((float)((rgbValue & 0xFF00) >> 8)) / 255.0 blue:((float)(rgbValue & 0xFF)) / 255.0 alpha:a] // 瀛椾綋棰滆壊 -#define COLOR_TEXT HEXCOLORA(0x222222,1.0) +#define COLOR_TEXT HEXCOLORA(0x1B2D4D,1.0) // APP_UIFont #define APP_UIFont @"PingFangSC-Regular"//鑻规柟-绠� 甯歌浣� @@ -40,6 +40,8 @@ #define Get_FontBoldWithSize(s) [UIFont fontWithName:APP_UIFont_BOLD size:s] #define Get_FontMediumWithSize(s) [UIFont fontWithName:APP_UIFont_Medium size:s] + + @interface HDLSceneSiri : NSObject @end -- Gitblit v1.8.0