添加圣遗物展示

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

@@ -34,13 +34,22 @@ interface TucDetailDescConstellationProps {
const props = defineProps<TucDetailDescConstellationProps>();
</script>
<style lang="css" scoped>
.tuc-ddc-content {
display: flex;
flex-direction: column;
align-items: start;
justify-content: space-around;
height: 100%;
margin-left: 5px;
}
.tuc-ddc-top {
margin-left: 15px;
color: var(--common-color-blue-2);
height: 20px;
}
.tuc-ddc-bottom {
margin-left: 15px;
height: 20px;
}
.tuc-ddc-bottom :nth-child(1) {