finally fixed it maybe
This commit is contained in:
parent
4036c83660
commit
5621c75dc0
@ -2,7 +2,8 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
<body>
|
<body>
|
||||||
<div class="screen-image">
|
<div class="screen">
|
||||||
|
<div class="screen-image"></div>
|
||||||
<div class="screen-content crt">
|
<div class="screen-content crt">
|
||||||
<style>
|
<style>
|
||||||
.meta {
|
.meta {
|
||||||
|
@ -2,18 +2,26 @@
|
|||||||
layout: none
|
layout: none
|
||||||
---
|
---
|
||||||
|
|
||||||
|
.screen{
|
||||||
.screen-image{
|
position: relative;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
|
width: 1000px;
|
||||||
|
height: 830px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.screen-image{
|
||||||
|
position: absolute;
|
||||||
background-image: url({{site.baseurl}}/assets/images/crt2.png);
|
background-image: url({{site.baseurl}}/assets/images/crt2.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
width: 1000px;
|
z-index: 2;
|
||||||
height: 830px;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.screen-content{
|
.screen-content{
|
||||||
@ -22,9 +30,9 @@ layout: none
|
|||||||
left: 117px;
|
left: 117px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
z-index: -1;
|
z-index: 1;
|
||||||
width: 768px;
|
width: 768px;
|
||||||
height: 584px;
|
height: 584px;
|
||||||
pointer-events: auto !important;
|
pointer-events: all;
|
||||||
background: #241c11 !important;
|
background: #241c11 !important;
|
||||||
;
|
;
|
Loading…
Reference in New Issue
Block a user