吸顶
This commit is contained in:
parent
da8c001b44
commit
90ce114a7f
@ -79,7 +79,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 999;
|
z-index: 1001;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -99,6 +99,9 @@
|
|||||||
width: 1320px;
|
width: 1320px;
|
||||||
height: 63px;
|
height: 63px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: sticky;
|
||||||
|
top: -23px;
|
||||||
|
z-index: 1000;
|
||||||
>div{
|
>div{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -122,6 +122,9 @@
|
|||||||
width: 1320px;
|
width: 1320px;
|
||||||
height: 63px;
|
height: 63px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: sticky;
|
||||||
|
top: -23px;
|
||||||
|
z-index: 1000;
|
||||||
> div {
|
> div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user