This commit is contained in:
Rue Ji
2026-02-02 23:52:49 +08:00
parent b2973c6d28
commit 5133e4f983
15 changed files with 983 additions and 94 deletions

View File

@ -20,11 +20,49 @@
background-repeat: no-repeat;
position: relative;
}
/* Specific Position for Data 6040 */
.val-6040 {
position: absolute;
top: 335px;
left: 209px;
width: 121px;
height: 62px;
color: rgba(255, 255, 255, 1);
font-family: 'Gilroy', 'DIN Alternate', 'Arial Narrow', sans-serif;
font-weight: 900;
font-size: 50px;
z-index: 10;
text-align: center;
line-height: 62px;
}
.val-4197 {
top: 335px;
left: 592px;
width: fit-content;
height: fit-content;
display: inline-flex;
place-content: flex-start;
place-items: flex-end;
gap: 8px;
}
.val-12356 {
top: 335px;
left: 975px;
width: fit-content;
height: fit-content;
display: inline-flex;
place-content: flex-start;
place-items: flex-end;
gap: 8px;
}
</style>
</head>
<body>
<div class="screen-container">
<!-- Content placeholder -->
<div class="val-6040">6040</div>
<div class="val-4197">4197</div>
<div class="val-12356">12356</div>
</div>
</body>
</html>