添加圣遗物展示

This commit is contained in:
BTMuli
2023-06-17 21:22:13 +08:00
parent 0833ceba38
commit 59f66079e8
6 changed files with 267 additions and 26 deletions

View File

@@ -45,13 +45,14 @@ const box = computed(() => {
.tuc-ddw-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
align-items: start;
justify-content: space-around;
height: 100%;
margin-left: 5px;
}
.tuc-ddwc-top {
margin-left: 10px;
height: 20px;
}
.tuc-ddwc-top span {
@@ -64,7 +65,7 @@ const box = computed(() => {
}
.tuc-ddwc-bottom {
margin-left: 15px;
height: 20px;
}
.tuc-ddwc-bottom img {