This commit is contained in:
baol 2023-11-12 13:34:59 +08:00
parent b9ee125c16
commit 4ad99f7037
7 changed files with 20 additions and 20 deletions

View File

@ -5,7 +5,7 @@
position: absolute; position: absolute;
top: 84px; top: 84px;
right: 12px; right: 12px;
width: 550px; width: 450px;
background-color: #000000e7; background-color: #000000e7;
border-radius: 8px; border-radius: 8px;
@ -95,7 +95,7 @@
top: 50%; top: 50%;
bottom: 12px; bottom: 12px;
left: 12px; left: 12px;
width: 550px; width: 450px;
} }
} }
@ -153,8 +153,8 @@
.legend :global { .legend :global {
position: absolute; position: absolute;
bottom: 12px; bottom: 12px;
width: calc(100% - 1148px); width: calc(100% - 948px);
left: 574px; left: 474px;
// height: 40px; // height: 40px;
display: flex; display: flex;

View File

@ -47,7 +47,7 @@
gap: 12px; gap: 12px;
.left-panel { .left-panel {
width: 550px; width: 450px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
@ -55,7 +55,7 @@
.right-panel { .right-panel {
flex: 1; flex: 1;
min-width: 550px; min-width: 450px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 12px; gap: 12px;

View File

@ -31,7 +31,7 @@
.left-panel { .left-panel {
min-width: 450px; min-width: 450px;
width: 550px; width: 450px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;

View File

@ -29,7 +29,7 @@
position: absolute; position: absolute;
top: 24px; top: 24px;
left: 12px; left: 12px;
width: 550px; width: 450px;
background-color: #00000000; background-color: #00000000;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -20,15 +20,15 @@
.nav-bar-first { .nav-bar-first {
width: 100%; width: 100%;
max-width: 1400px; max-width: 1400px;
margin: 100px auto 0; margin: 50px auto 0;
color: #fff; color: #fff;
display: grid; display: grid;
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
justify-items: center; justify-items: center;
grid-gap: 10%; grid-gap: 20px;
.nav-bar-button { .nav-bar-button {
width: 550px; width: 450px;
position: relative; position: relative;
@btn-table-color: #04fdfdbd; @btn-table-color: #04fdfdbd;
transition: all 0.3s ease; transition: all 0.3s ease;
@ -84,8 +84,8 @@
// border-radius: 999px; // border-radius: 999px;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
height: 280px; // height: 280px;
//height: 200px; height: 200px;
img { img {
width: 100%; width: 100%;

View File

@ -35,7 +35,7 @@
top: 84px; top: 84px;
left: 12px; left: 12px;
bottom: 12px; bottom: 12px;
width: 550px; width: 450px;
min-width: 450px; min-width: 450px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -54,7 +54,7 @@
// top: 84px; // top: 84px;
right: 12px; right: 12px;
bottom: 12px; bottom: 12px;
width: 550px; width: 450px;
min-width: 450px; min-width: 450px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -118,8 +118,8 @@
.entity-legend { .entity-legend {
position: absolute; position: absolute;
bottom: 140px; bottom: 140px;
width: calc(100% - 1148px); width: calc(100% - 948px);
left: 574px; left: 474px;
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
grid-gap: 10px; grid-gap: 10px;
@ -144,8 +144,8 @@
.legend { .legend {
position: absolute; position: absolute;
bottom: 12px; bottom: 12px;
width: calc(100% - 1148px); width: calc(100% - 948px);
left: 574px; left: 474px;
// height: 40px; // height: 40px;
display: flex; display: flex;

View File

@ -1 +1 @@
@font-32: 28px; @font-32: 24px;