摘要: 查看css文件后发现: 1 .fakeLoader { 2 position:fixed; 3 width:100%; 4 height:100%; 5 left:0; 6 top:0; 7 z-index:9999999999 8 } 直接提前设置了个全页面的覆盖层,所以button是不可点击的, 阅读全文
posted @ 2021-04-25 17:57 博二爷 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 代码: 1 <!DOCTYPE html> 2 <head> 3 <meta charset="utf-8"> 4 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 5 <title>DEMO4</title> 6 7 <l 阅读全文
posted @ 2021-04-25 11:51 博二爷 阅读(51) 评论(0) 推荐(0) 编辑