mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 成就页样式优化,间距大点就大点吧
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user