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

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 {
display: flex;
flex-direction: row;
overflow: auto;
max-height: 90vh;
font-family: Genshin-Light, serif;
justify-content: space-between;
}
/* 左侧系列 */
.left-wrap {
float: left;
width: 25%;
max-height: calc(100vh - 100px);
overflow: auto;
width: 400px;
height: calc(100vh - 100px);
overflow-y: scroll;
overflow-x: hidden;
}
/* 右侧成就 */
.right-wrap {
position: relative;
float: right;
width: 75%;
max-height: calc(100vh - 100px);
overflow: auto;
width: calc(100% - 410px);
height: calc(100vh - 100px);
overflow-y: scroll;
overflow-x: hidden;
}
.list-empty {