【发布时间】:2018-04-27 07:02:43
【问题描述】:
我想将我自己的图标添加到 ons-tab 图标属性中,onsen 页面说我需要创建自己的带有背景 img 的 css,我已经尝试过,但是没有用,这就是我所拥有的
p> .home-icon{
font-size: 40px;
height: 1em;
background-image: url('assets/icon-start-color.png')
center/contain no-repeat;
}
在我的 html 文件中,这就是我如何称呼这个新的“图标”
<ons-tabbar swipeable position="auto">
<ons-tab page="inicio.html" label="Inicio" icon="home-icon" active>
</ons-tab>
</ons-tabbar>
但它不起作用,知道如何添加我的图标吗?
【问题讨论】:
标签: javascript angularjs onsen-ui