This commit is contained in:
恍兮惚兮 2024-06-22 14:08:54 +08:00
parent 6b7f30e07c
commit 1ac57342e8
2 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,12 @@
<script>alert("welcome")</script> <script>alert("welcome")</script>
<style> <style>
#luna_root_div::before { body::before {
background-image: url("./luna.png"); background-image: url("./luna.png");
opacity: 0.6; opacity: 0.6;
background-size: 100% auto; background-size: 100% auto;
content: ''; content: '';
position: absolute; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;

View File

@ -9,11 +9,14 @@
</script> </script>
<style> <style>
body { body {
overflow-y: hidden; overflow: auto;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
/* word-break: break-all; */ /* word-break: break-all; */
} }
body::-webkit-scrollbar {
display: none;
}
</style> </style>
<script> <script>
//nativte api //nativte api