💄 成就页样式优化,间距大点就大点吧

This commit is contained in:
BTMuli
2023-05-25 19:00:13 +08:00
parent 71f5c30ff9
commit 7648fa4fc0

View File

@@ -321,27 +321,23 @@ async function exportJson () {
/* 内容区域 */ /* 内容区域 */
.wrap { .wrap {
display: flex; display: flex;
flex-direction: row; justify-content: space-between;
overflow: auto;
max-height: 90vh;
font-family: Genshin-Light, serif;
} }
/* 左侧系列 */ /* 左侧系列 */
.left-wrap { .left-wrap {
float: left; width: 400px;
width: 25%; height: calc(100vh - 100px);
max-height: calc(100vh - 100px); overflow-y: scroll;
overflow: auto; overflow-x: hidden;
} }
/* 右侧成就 */ /* 右侧成就 */
.right-wrap { .right-wrap {
position: relative; width: calc(100% - 410px);
float: right; height: calc(100vh - 100px);
width: 75%; overflow-y: scroll;
max-height: calc(100vh - 100px); overflow-x: hidden;
overflow: auto;
} }
.list-empty { .list-empty {