From c322f2c8fc4dcece874242514dd864fe1e54541f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sun, 2 Apr 2023 19:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=206=20=E4=B8=AA=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/layui.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/css/layui.css b/src/css/layui.css index 071aa71e..97787db1 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -65,10 +65,16 @@ a cite{font-style: normal; *cursor:pointer;} } /* font-class */ +.layui-icon-github:before{content:"\e6a7"} +.layui-icon-disabled:before{content:"\e6cc"} +.layui-icon-moon:before{content:"\e6c2"} +.layui-icon-error:before{content:"\e693"} +.layui-icon-success:before{content:"\e697"} +.layui-icon-question:before{content:"\e699"} +.layui-icon-lock:before{content:"\e69a"} .layui-icon-eye:before{content:"\e695"} .layui-icon-eye-invisible:before{content:"\e696"} .layui-icon-backspace:before{content:"\e694"} -.layui-icon-help-circle:before{content:"\e77c"} .layui-icon-tips-fill:before{content:"\eb2e"} .layui-icon-test:before{content:"\e692"} .layui-icon-clear:before{content:"\e788"}