全站通知:
模板:英雄契约/styles.css
刷
历
编
< 模板:英雄契约
跳到导航
跳到搜索
.val-contracts {
display: flex;
background: #F1F1F0;
border: #A6A39E 1px solid;
padding: 1em .5em;
overflow-x: auto;
}
.val-contract {
background: #EBE7E2;
text-align: center;
min-width: 160px;
margin: 0 .5em;
}
.val-contract-level {
background: #8B978F;
color: #FFF;
font-weight: bold;
}
.val-contract-img {
display: flex;
align-items: center;
justify-content: center;
height: 180px;
}
.val-contract-img img {
max-width: 130px;
height: 100%;
object-fit: scale-down;
}
.val-contract-title {
font-size: 1.1em;
font-weight: bold;
}
.val-contract-info {
color: #8B978F;
margin-bottom: 1em;
}
/* [[Category:在模板名字空间下的CSS页面]] */