mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
💄 调整布局
This commit is contained in:
@@ -213,10 +213,13 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<style lang="css" scoped>
|
<style lang="css" scoped>
|
||||||
.pool-box {
|
.pool-box {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
box-shadow: 0 0 10px var(--common-shadow-4);
|
box-shadow: 0 0 10px var(--common-shadow-4);
|
||||||
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pool-title {
|
.pool-title {
|
||||||
@@ -236,15 +239,16 @@ onUnmounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pool-grid {
|
.pool-grid {
|
||||||
display: grid;
|
display: flex;
|
||||||
margin-top: 10px;
|
align-items: center;
|
||||||
gap: 20px;
|
justify-content: space-between;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pool-card {
|
.pool-card {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
width: 50%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background: var(--common-bg-1);
|
background: var(--common-bg-1);
|
||||||
color: var(--common-bgt-1);
|
color: var(--common-bgt-1);
|
||||||
|
|||||||
Reference in New Issue
Block a user