diff --git a/components/chat/hello.wxss b/components/chat/hello.wxss index d4547e0..f902168 100644 --- a/components/chat/hello.wxss +++ b/components/chat/hello.wxss @@ -1,10 +1,13 @@ /* components/chat/hello.wxss */ -.g_fw_600{ +.g-components-chat-gree .g_fw_600{ font-weight: 600; } -.g_ml_4{ +.g-components-chat-gree .g_ml_4{ margin-left: 4px; } -.g_mr_4{ +.g-components-chat-gree .g_mr_4{ margin-right: 4px; } +.g-components-chat-gree view{ + font-size: 16px; +} \ No newline at end of file diff --git a/components/chat/text.wxss b/components/chat/text.wxss index ee8a91e..9f1f270 100644 --- a/components/chat/text.wxss +++ b/components/chat/text.wxss @@ -4,4 +4,8 @@ } .cwhite{ color: #fff; +} + +.panel-text{ + font-size: 16px; } \ No newline at end of file