gpt4 book ai didi

jquery - 添加新图标到 jQuery Easy UI

转载 作者:行者123 更新时间:2023-12-01 07:55:03 27 4
gpt4 key购买 nike

我想向我的 jquery easy UI 添加新图标,但我在ribbon-icon.css 中创建了一个新类并将该类放在数据选项上,但不起作用。我的代码有什么问题吗?html中的代码:

 <a href="#" class="easyui-linkbutton" data-options="name:'concurso', iconCls:'icon-concurso-large', iconAlign:'top',size:'large', plain:'true'">Concurso</a>

CSS 中的代码:

.icon-concurso-large{
background:url('images/32/concurso.png') no-repeat center center;
}

最佳答案

我知道这是个老问题,但正如前面提到的 - “对于 future 的 Google 员工”:

  1. 在 CSS 中放置一个新类,例如:

    .icon-warning {
    background: transparent url("../img/warning.png") no-repeat scroll center center;
    }
  2. 将 iconCls 设置为您的类(上面示例中的“icon-warning”)

  3. 确保您的 CSS 在 jquery-easy-ui 的 CSS 之后加载(否则您的类将被覆盖)

关于jquery - 添加新图标到 jQuery Easy UI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25270261/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com