CSS怎么让整个页面变暗?

已邀请:

zkbhj - 凯冰科技站长

赞同来自:

element.style {
width: 100%;
height: 100%;
transition: -webkit-transform 10s ease-in-out;
z-index: 2147483647;
opacity: 0.45;
position: fixed !important;
left: 0px !important;
bottom: 0px !important;
overflow: hidden !important;
background: rgb(0, 0, 0) !important;
pointer-events: none !important;
}

要回复问题请先登录注册