微件:ExpCalculator:修订间差异
舰R百科,玩家自由编辑的战舰少女R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第75行: | 第75行: | ||
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } } | @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } } | ||
/* | |||
@media (max-width: 480px) { | @media (max-width: 480px) { | ||
.input-row { flex-direction: column; gap: 12px; } | .input-row { flex-direction: column; gap: 12px; } | ||
.calc-container { padding: 20px 16px; margin: 10px; } | .calc-container { padding: 20px 16px; margin: 10px; } | ||
} | } | ||
*/ | |||
</style> | </style> | ||