housing update
This commit is contained in:
parent
7dfe792351
commit
630007bbdc
17 changed files with 28 additions and 25 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -63,10 +63,6 @@ function t(key) {
|
|||
window.addEventListener('message', function(event) {
|
||||
let data = event.data
|
||||
|
||||
if (data.action == "NUILanguage") {
|
||||
|
||||
}
|
||||
|
||||
if (data.action === "OpenDuiMenu") {
|
||||
|
||||
let DoorStatus = data.dooropen
|
||||
|
@ -1622,7 +1618,7 @@ function SwitchPage(id, noanim){
|
|||
<div class="key_section float-end home_con">
|
||||
<div class="key_hider"></div>
|
||||
<div class="lock"><i class="fa-solid fa-lock"></i></div>
|
||||
<div class="key_text">Buy the keys at<br><a onclick="window.invokeNative('openUrl', 'https://store.brutalscripts.com')" href="https://store.brutalscripts.com" rel="noopener noreferrer" target="_blank">store.brutalscripts.com</a></div>
|
||||
<div class="key_text">Key System Locked<br><a onclick="window.invokeNative('openUrl', 'https://store.brutalscripts.com')" href="https://store.brutalscripts.com" rel="noopener noreferrer" target="_blank">store.brutalscripts.com</a></div>
|
||||
<div class="small_icon gold"><img src="assets/key.png"></div>
|
||||
<div class="title">${t('remained')}</div>
|
||||
<div class="key_count"></div>
|
||||
|
|
|
@ -617,10 +617,10 @@ hr{
|
|||
.properties_menu .panel .key_section .key_hider{
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 80%;
|
||||
left: 20%;
|
||||
height: 300px;
|
||||
width: 500px;
|
||||
transform: translate(-50%, -50%) rotate(-45deg);
|
||||
transform: translate(-50%, -50%) rotate(45deg);
|
||||
background-color: rgba(33, 41, 50, 0.8);
|
||||
backdrop-filter: blur(5px) brightness(50%);
|
||||
z-index: 1000;
|
||||
|
@ -629,9 +629,9 @@ hr{
|
|||
.properties_menu .panel .key_section .key_text{
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
left: 20px;
|
||||
width: 200px;
|
||||
text-align: right;
|
||||
text-align: left;
|
||||
font-size: 25px;
|
||||
line-height: 23px;
|
||||
font-weight: 500;
|
||||
|
@ -646,7 +646,7 @@ hr{
|
|||
.properties_menu .panel .key_section .lock{
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
right: 50px;
|
||||
left: 50px;
|
||||
font-size: 40px;
|
||||
color: rgba(255, 255, 255, 0.747);
|
||||
z-index: 10000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue