https://fly.layui.com/jie/3586/

https://www.layui.com/doc/modules/layer.html#layer.load

//loading层
var loadingIndex = layer.load(2, { //icon支持传入0-2
shade: [0.5, 'gray'], //0.5透明度的灰色背景
content: '加载中...',
success: function (layero) {
layero.find('.layui-layer-content').css({
'padding-top': '39px',
'width': '60px'
});
}
});


相关文章:

  • 2022-12-23
  • 2021-07-14
  • 2021-12-31
  • 2021-09-17
  • 2021-06-10
  • 2021-06-22
  • 2021-09-18
  • 2021-08-17
猜你喜欢
  • 2021-06-10
  • 2022-01-30
  • 2021-12-27
  • 2021-09-05
  • 2022-12-23
  • 2021-09-18
  • 2021-05-07
相关资源
相似解决方案