This commit is contained in:
chengdandan 2023-04-13 09:59:35 +08:00
parent 310d9aa8b2
commit cf94403298
1 changed files with 5 additions and 5 deletions

View File

@ -222,7 +222,7 @@ import {getData} from './api/index.js'
background: rgba(1, 1, 7, 0.7);
// overflow: hidden;
.header {
height: 10%;
height: 15%;
width: 100%;
display: flex;
justify-content: space-between;
@ -232,7 +232,7 @@ import {getData} from './api/index.js'
background-size: 100% 100%;
color: #fff;
.left {
width: 25%;
width: 26%;
height: 38%;
display: flex;
align-items: center;
@ -249,7 +249,7 @@ import {getData} from './api/index.js'
letter-spacing: 0.5rem;
}
.right {
width: 25%;
width: 26%;
height: 100%;
.quit {
@ -292,7 +292,7 @@ import {getData} from './api/index.js'
}
.menu {
width: 100%;
height: 7%;
height: 12%;
position: absolute;
bottom: 0;
left: 0;
@ -333,7 +333,7 @@ import {getData} from './api/index.js'
}
}
.content {
height: calc(100% - 10%);
height: calc(100% - 15%);
width: 100%;
}
}