Update style.css

点击关闭的Div容器样式,新增时间z-index
This commit is contained in:
MCBBC 2022-08-19 04:33:55 +08:00 committed by GitHub
parent 99ca5ad57c
commit 2930372736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,7 @@ img.error {
flex-direction: column;
align-items: center;
transform: translateY(-120%);
z-index: 1;
}
.time {
@ -1004,3 +1005,10 @@ input[type="radio"]:checked+label {
background: #ffffff60;
color: #ffffffb3;
}
/*关闭块*/
.close_sou {
width: 100%;
height: 100%;
position: absolute;
}