模板:infobox/styles.css
来自INFWiki
更多操作
.infobox {
max-width: 300px;
margin: 1rem auto;
text-align: left;
background: #fafafa;
border-radius: 10px;
box-shadow: 0px 15px 20px LightGray;
}
.infobox tbody {
display: flex;
flex-wrap: wrap;
}
.infobox tr {
box-sizing: border-box;
padding: 0 0.5rem;
}
.infobox .infobox-img {
margin-bottom: 0.5rem;
padding: 0;
overflow: hidden;
}
.infobox .infobox-img img {
height: auto;
}
.infobox .infobox-img td {
display: flex;
justify-content: center;
}
.infobox .title {
font-size: 1.5rem;
line-height: 1.6rem;
}
.infobox .subtitle {
font-size: 0.8rem;
line-height: 0.9rem;
color: #888;
}
.infobox .detail-header {
margin-top: 0.5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border-top: 1px solid #eee;
}
.infobox :not(.detail) {
width: 100%;
}
.infobox .detail {
display: flex;
flex-direction: row;
width: 100%;
min-width: 4rem;
}
.infobox .detail th {
width: 50%;
text-decoration: none;
color: #888;
}
.infobox .detail td {
width: 50%;
}