//示例 $.messager.show 消息框
$.messager.show({
    title:"<span style='color: #000000;font-family: 华文楷体;font-size: 20px;'>"+'提示信息'+"</span>",
    width:'300px',
    height:'120px',
    //font-family来设置HTML网页字体的类型  font-size 字体大小
    msg:"<span style='color: #000000;font-family: 华文楷体;font-size: 30px;text-align:center;'>"+JSON.parse(data).msg+"</span>",
    timeout:1500,
    showType:'slide',
});

通过标签字符串拼接调整easyui控件中的字体样式​​​​​​​

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-08-27
  • 2022-02-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案