mirror of
https://github.com/caojiezi2003/Snavigation.git
synced 2024-11-10 06:39:45 +00:00
Update style.css
点击关闭的Div容器样式,新增时间z-index
This commit is contained in:
parent
99ca5ad57c
commit
2930372736
@ -142,6 +142,7 @@ img.error {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
transform: translateY(-120%);
|
transform: translateY(-120%);
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time {
|
.time {
|
||||||
@ -1004,3 +1005,10 @@ input[type="radio"]:checked+label {
|
|||||||
background: #ffffff60;
|
background: #ffffff60;
|
||||||
color: #ffffffb3;
|
color: #ffffffb3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*关闭块*/
|
||||||
|
.close_sou {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user