商务智能软件FineBI的系统配色API接口教程

2025-10-23 00:29:33

1、系统配色包括四个方面:高亮色、图标外框色、底栏色和文字色,分别对应平台中的各自位置。

商务智能软件FineBI的系统配色API接口教程

2、配色API接口

2.1 高亮色

1.  .fui-bsb{  

2.    background-color: @color;  

3.  }  

4.  .fui-bsc{  

5.    color: @color;  

6.  }  

7.  .fui-bsd{  

8.    border-color: @color;  

9.  }  

3、2.2 图标外框色

1.  .fui-fhc{  

2.    color: @color;  

3.  }  

4.  .fui-fht{  

5.    text-shadow: 0 0 3px @color;  

6.  }  

4、2.3 底栏色

1.  .fui-seb{  

2.    background-color: @color;  

3.  }  

5、2.4 文字色

1.  .fui-fbc{  

2.    color: @color;  

3.  }  

4.  .fui-fbt{  

5.    text-shadow: 0 0 1px @color

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢