cheneyLife
cheneyLife
  • 发布:2018-07-12 10:04
  • 更新:2018-07-12 15:21
  • 阅读:1587

Mui tags 里面的text数值 有没有列表啊

分类:MUI
mui

subNViews": [
{
"id": "tabBar",
"styles": {
"bottom": "0px",
"left": "0",
"height": "52px",
"width": "100%",
"backgroundColor": "#fff"
},
"tags": [
{
"tag": "font",
"id": "indexIcon",
"text": "\ue201", <---------------------就是这个值
"position": {
"top": "4px",
"left": "0",
"width": "25%",
"height": "24px"
},
"textStyles": {
"fontSrc": "_www/fonts/mui.ttf",
"align": "center",
"size": "24px"
}
},

我想改要改这个图标 但是不知道其他图标的这个值 需要怎么办 大家看看

2018-07-12 10:04 负责人:无 分享
已邀请:
DCloud_UNI_CHB

DCloud_UNI_CHB

mui.css 有对应的编码,比如:

.mui-icon-person:before  
{  
    content: '\e101';  
}

注意,原生控件上使用时,需要将'\e101' 修改为''\ue101'',\后多个u

  • cheneyLife (作者)

    蟹蟹蟹蟹

    2018-07-12 16:32

该问题目前已经被锁定, 无法添加新回复