mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
style
This commit is contained in:
parent
6b7f30e07c
commit
1ac57342e8
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user