遮罩層css 點擊以后頁面不能操作,直到時間結束
.box{
position: fixed;
z-index: 200;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.2);
display: none;
}
效果圖
js部分代碼
h5部分 第一個div 遮罩層,點擊事件在下一個div中,自己寫邏輯