mirror of
https://github.com/caojiezi2003/Snavigation.git
synced 2024-11-23 10:59:46 +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;
|
||||
align-items: center;
|
||||
transform: translateY(-120%);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.time {
|
||||
@ -1003,4 +1004,11 @@ input[type="radio"]:checked+label {
|
||||
.from_items input::selection {
|
||||
background: #ffffff60;
|
||||
color: #ffffffb3;
|
||||
}
|
||||
}
|
||||
|
||||
/*关闭块*/
|
||||
.close_sou {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user