修改主题的字体颜色是主题包中的哪段代码

这个地方的颜色在主题包中的什么位置修改啊
FineReportxin941124 发布于 2016-9-9 14:47
回答问题
悬赏:2 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共7回答
最佳回答
0
gxy120313发布于2016-9-9 14:57(编辑于 2023-9-6 09:34)
555
  • xin941124 xin941124(提问者)

    .node-navi{
            position: relative;
            float: right;
            right: 30px;
            list-style: none;
            height: 60px;
            top: 0;
    }

    .node-navi li{
            position: relative;
            float: left;
            left: 0;
            display: block;
            height: 60px;
            line-height: 60px;
            color: #fff;
            font-size: 14px;
            padding: 0 15px;
            cursor: pointer;
    }

    .node-navi li:hover{
            color: #b3b9c4;
    }

    .node-pane{
            position: absolute;
            top: 60px;
            left: 0;
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            z-Index: 10000;
    }
    .node-pane-inner{
            position: relative;
            _height: 200px;
            overflow-x: hidden;
            overflow-y: auto;
            background-image: url(\'${servletURL}?op=resource&resource=/fstheme/fs-theme-demo6/bg.png\') !important;
        color:#333;
            *width:200px;
    }
    .node-pane-inner:hover{
            color: #295a94;
    }
    .node-select{
            background: #295a94;
    }

    .node-pane a, .node-title{
            position: relative;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: white;
            min-width: 160px;
            _width:180px;
            height: 20px;
            line-height: 20px;
            font-size: 14px;
            color: white;
            padding: 3px 5px 3px 12px;
            cursor: pointer;
    }

    .node-pane a:hover{
        color:#3d7eb8;
    }
    .node-title{
            padding: 5px 5px 5px 4px;
            cursor: default;
            color: #b3b9c4;
            font-weight: bold;
    }
    .fui-fht{
        text-shadow:none;
    }
    .fui-bsb{
      background-image: url(\'${servletURL}?op=resource&resource=/fstheme/fs-theme-demo6/bg.png\') !important;
    }
    .fui-bsb:hover{
      background-image: url(\'${servletURL}?op=resource&resource=/fstheme/fs-theme-demo6/bgs.png\') !important;
    }
    .fui-bsc{
      background-image: url(\'${servletURL}?op=resource&resource=/fstheme/fs-theme-demo6/menu-bg.png\') repeat-x !important;
    }
    .fui-bsd{
      border-color: #6699cc !important;
    }
    .fui-seb{
      color: #006699 !important;
      background-image: url(\'${servletURL}?op=resource&resource=/fstheme/fs-theme-demo6/bg.png\') !important;
      background-position:left top;
    }
    .fui-fbc{
      color: #333 !important;
    }
    .fui-fbt{
      text-shadow: #333 !important;
    }

    body{
            background-image: url(\'${servletURL}?op=resource&resource=/fstheme/fs-theme-demo6/bg.jpg\') !important;
    }
    .fs-tab-btns{
            background-image: url(\'${servletURL}?op=resource&resource=/fstheme/fs-theme-demo6/nav-bg.png\') !important;
        background-repeat:repeat-x;
    }        


    我不知道在什么位置,你帮我看看
    回复
    2016-09-09 15:08 
最佳回答
0
xin941124发布于2016-9-9 15:08(编辑于 2023-9-6 09:34)
555
  • gxy120313 gxy120313

    .fui-fbc{
      color: #333 !important;
    }

    回复
    2016-09-09 15:19 
最佳回答
0
gxy120313发布于2016-9-9 15:19(编辑于 2023-9-6 09:34)
555
最佳回答
0
xin941124发布于2016-9-9 15:44(编辑于 2023-9-6 09:34)
555
  • gxy120313 gxy120313

    白色有很多种,具体你要用那种可以去查询一下
    回复
    2016-09-09 15:45 
最佳回答
0
gxy120313发布于2016-9-9 15:45(编辑于 2023-9-6 09:34)
555
最佳回答
0
hgyin发布于2016-9-13 11:10(编辑于 2023-9-6 09:34)
555
最佳回答
0
hbyanghua发布于2017-1-6 10:53(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 766浏览人数
  • 最后回答于:2017-1-6 10:53
    活动推荐 更多
    热门课程 更多
    返回顶部