打开/关闭菜单
933
1525
112
1.4万
植物大战僵尸杂交版Wiki
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

微件:RarityFilter:修订间差异

来自植物大战僵尸杂交版Wiki
无编辑摘要
无编辑摘要
第4行: 第4行:
     display: flex;
     display: flex;
     flex-wrap: wrap;
     flex-wrap: wrap;
     gap: 8px;
    justify-content: space-around;
     gap: 6px;
     margin: 15px 0;
     margin: 15px 0;
     padding: 12px 16px;
     padding: 8px 6px;
    background: #f9f9f9;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
     align-items: center;
     align-items: center;
}
}
.pvzhe-rarity-btn {
.pvzhe-rarity-btn {
     padding: 6px 14px;
     padding: 4px 10px;
     border-radius: 20px;
     border-radius: 16px;
     font-size: 13px;
     font-size: 12px;
     cursor: pointer;
     cursor: pointer;
     border: 2px solid transparent;
     border: 2px solid transparent;
     background: #fff;
     background: transparent;
    color: #555;
     transition: all 0.2s;
     transition: all 0.2s;
     white-space: nowrap;
     white-space: nowrap;
    flex: 0 1 auto;
}
}
.pvzhe-rarity-btn:hover { border-color: #ccc; }
.pvzhe-rarity-btn:hover { border-color: #ccc; }
第39行: 第37行:
.pvzhe-rarity-btn.original { border-color: #7B1FA2; color: #7B1FA2; }
.pvzhe-rarity-btn.original { border-color: #7B1FA2; color: #7B1FA2; }
.pvzhe-rarity-btn.original.active { background: linear-gradient(135deg, #CE93D8, #AB47BC); color: #fff; }
.pvzhe-rarity-btn.original.active { background: linear-gradient(135deg, #CE93D8, #AB47BC); color: #fff; }
@media screen and (max-width: 480px) {
    .pvzhe-rarity-btn {
        padding: 3px 7px;
        font-size: 11px;
        border-radius: 12px;
    }
    .pvzhe-rarity-filter {
        gap: 4px;
        padding: 6px 4px;
    }
}
</style>
</style>



2026年6月21日 (日) 07:45的版本