模板:Currency/styles.css:修订间差异
来自星砂岛百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第6行: | 第6行: | ||
gap: 4px; | gap: 4px; | ||
font-weight: 500; | font-weight: 500; | ||
transform: translateY(-3px); | |||
} | } | ||
2026年3月12日 (四) 21:16的最新版本
.coin-item {
display: inline-flex;
align-items: center;
vertical-align: middle;
line-height: 1;
gap: 4px;
font-weight: 500;
transform: translateY(-3px);
}
.coin-item img {
display: block;
width: 20px;
height: auto;
margin: 0;
transform: translateY(1px);
}
.coin-gold {}
.coin-starsand {}
.coin-exp {}
.coin-beach {}
/* [[分类:模板样式]] */