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