Skip to content

ak-form 表单

Input Number

PREVIEW / FORM/INPUT-NUMBERInput number
LINKING…
SOURCE / HTML
html
<div class="ak-input-number">
  <button class="ak-input-number__increase" aria-label="增加">
    <svg class="ak-icon" aria-hidden="true"><use href="#icon-add-line"></use></svg>
  </button>
  <button class="ak-input-number__decrease" aria-label="减少">
    <svg class="ak-icon" aria-hidden="true"><use href="#icon-subtract-line"></use></svg>
  </button>
  <button class="ak-input-number__max">最多</button>
  <button class="ak-input-number__min">最少</button>
  <input class="ak-input-number__inner" value="00:00:00" aria-label="时间">
</div>

Unofficial Arknights-inspired interface study.