帆软主题平台修改,设置好了style.css 后在数据决策系统添加样式后我设置的style不生效,不知道是什么原因?找了段代码试试了一下
/*=======================背景设置=======================*/
body{ background: #f6f6f6 url('${servletURL}?op=resource&resource=/fstheme/fs-theme-customs/bg.jpg') repeat-x !important; }
/*=======================背景设置=======================*/
/*=======================配色设置=======================*/
/*高亮色:“收藏”“消息”“个人中心”三个图标选中状态及tab选中项提亮色,*/
.fui-bsb{ background-color: #6fd3ff; }
.fui-bsc{ color: #fff4f6; }
.fui-bsd{ border-color: #ffe982; }
/*图标外框色*/
.fui-fhc{ color: #32323a; }
.fui-fht{ text-shadow: 0 0 1px #c6c6c6; }
/*多Tab底栏色*/
.fui-seb{ background-color: #f6f6f6; }
/*文字色*/
.fui-fbc{ color: #32323a; }
.fui-fbt{ text-shadow: 0 0 3px #222; }
/*=======================配色设置=======================*/
#fs-frame-header { position: absolute; top: 0; left: 0; right: 0; height: 70px; background-color: #01a4e6; }