update stdoutput

This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-04-17 11:24:08 +08:00
parent f3e02b01f1
commit 7c479072e0
12 changed files with 466 additions and 186 deletions

View File

@@ -100,18 +100,31 @@ export default {
box-shadow: inset 0 0 20px 1px #fff1;
backdrop-filter: blur(4px);
// &::after {
// content: "";
// position: absolute;
// display: inline-block;
// width: 60%;
// height: 0.31415vh;
// border-radius: 2px;
// left: 8%;
// bottom: 0;
// background: linear-gradient(to right, #024798, transparent);
// z-index: 0;
// }
&::before {
content: "";
position: absolute;
display: inline-block;
height: 100%;
width: 0.11415vw;
border-radius: 2px;
top: 0%;
left: 0;
background: radial-gradient(circle at center , #024798 2%, #024798 30%, transparent);
z-index: 1;
}
&::after {
content: "";
position: absolute;
display: inline-block;
width: 60%;
height: 0.31415vh;
border-radius: 2px;
left: 8%;
bottom: 0;
background: linear-gradient(to right, #024798, transparent);
z-index: 0;
}
.container-head {
// height: 40px;