silu/创旅丝路/resources/ihchina/Pear-Admin-Layui-3.50.0/component/pear/css/module/fullscreen.css

22 lines
375 B
CSS
Raw Permalink Normal View History

2025-10-14 00:45:23 +08:00
html:-moz-full-screen {
background: grey;
}
html:-webkit-full-screen {
background: grey;
width: 100%;
height: 100%;
}
html:fullscreen{
background: grey;
width: 100% !important;
height: 100% !important;
}
:not(:root):fullscreen::backdrop{
background:whitesmoke;
}
.pear-full-screen {
width: 100% !important;
height: 100% !important;
}