更多操作
无编辑摘要 |
无编辑摘要 |
||
第25行: | 第25行: | ||
.infobox-data td { | .infobox-data td { | ||
/*text-align: right;*/ | /*text-align: right;*/ | ||
background-color: white; | |||
font-size: 0.875em; | font-size: 0.875em; | ||
} | } |
2024年12月8日 (日) 23:48的版本
.infobox {
display: table;
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.3em;
}
.infobox tr {
display: flex;
box-sizing: border-box;
flex-direction: column;
padding: 0 10px;
}
.infobox-header {
width: 25%;
border-top: 1px solid;
border-color: var(--border-color-base);
background-color: var(--LCB-Color-Resource);
color: var(--color-base--emphasized);
font-size: 1em;
}
.infobox-data td {
/*text-align: right;*/
background-color: white;
font-size: 0.875em;
}
#portrait-image img {
width: auto;
height: auto;
max-height: 500px;
max-width: calc(100% - 20px);
}