zoukankan      html  css  js  c++  java
  • layer开启与关闭加载层

    // 开启加载层
    layer.load(2, {
    	shade: [0.6, '#fff'], content: '数据加载中...', success: function (layero) {
    		layero.find('.layui-layer-content').css({
    			'padding-top': '6px',
    			'width': '150px',
    			'padding-left': '40px'
    		});
    		layero.find('.layui-layer-ico16, .layui-layer-loading .layui-layer-loading2').css({
    			'width': '150px !important',
    			'background-position': '2px 0 !important'
    		});
    	}
    });
    
    //关闭加载层
    layer.closeAll('loading'); 
    
  • 相关阅读:
    9.17
    9.14
    9.13
    9.13
    9.11
    9.28
    10 .19 知识点
    redux
    react路由
    react的三大属性
  • 原文地址:https://www.cnblogs.com/tangyouwei/p/10166699.html
Copyright © 2011-2022 走看看