input-range.module.scss 255 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 .input-range { border: var(--border-in-light); border-radius: 10px; padding: 5px 10px 5px 10px; font-size: 12px; display: flex; justify-content: space-between; max-width: 40%; input[type="range"] { max-width: calc(100% - 34px); } }