Sub info_red(ts,tz)'红色背景得示框
response.Write "<script type='text/javascript'>layer.open({content: '"&ts&"',skin: 'msg',style: 'background-color:#d71f1f; color:#fff; border:none;',time: 2,end: function(){location.href='"&tz&"';}});</script>"
response.End
End Sub
红色背景提示框,layer手机版,由于版面背景是黑色,因此原生的提示框,半透明黑色背景看不清了,在官网查到这种方案,可以改变提示框msg的背景色,该功能应用在:汽车太阳膜车衣手机版质保卡查询系统项目上,手机版会员注册登录完整版,内蒙古的质保卡项目
------------------
layer.open({
content: '手机号必须正确输入',
skin: 'msg',
style: 'background-color:#d71f1f; color:#fff; border:none;',
time: 2//2秒后自动关闭
});