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>
<style>
#luna_root_div::before {
body::before {
background-image: url("./luna.png");
opacity: 0.6;
background-size: 100% auto;
content: '';
position: absolute;
position: fixed;
top: 0;
left: 0;
right: 0;

View File

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