2019-12-11 20:59:59 +08:00

17 lines
1.2 KiB
CSS
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
Author: Jeffrey Wang
Email: admin@wj2015.com
Name: authtree主题模板
Comment: 备注,用于该主题的描述
Version: v1.0
*/
/**
主题开发规范:
- 主题的名称均按照 auth-skin-自定义名称 的规则进行,禁止中文,因为会造成部分服务器加载失败,比如 auth-skin-bob、auth-skin-shark、auth-skin-deepblue
- 主题的文件均放在 layui_exts/tree_themes/ 目录下主题的名称与CSS的名称需要完全一致否则主题文件自动加载会失效比如名称叫做 auth-skin-bob样式文件路径为 layui_exts/tree_themes/auth-skin-bob
- 每个主题样式必须指定作用域,作用域均为 .auth-skin-自定义名称,比如 auth-skin-bob主题需要改造字体颜色为 #666 即可写为 .auth-skin-bob .auth-status > div > span {color: #666;}
- 每个主题需要适配左侧有单选/多选框以及隐藏的情况,两者的区别在于顶级作用域多了一个 .auth-tree-hidechoose 类,比如 .auth-skin-bob.auth-tree-hidechoose .auth-status {color: #666}
- 主题开发完毕后可以在GitHub上提 Pull Request或者私聊 admin@wj2015.com我会更新到文档中以供用户选择
*/