<h1>纯css数字游戏</h1>
<section>
  <h2>选择数字让最后的计算结果等于 72:</h1>
  <input id="a" type="checkbox"><label for="a">64</label>
  <input id="b" type="checkbox"><label for="b">16</label>
  <input id="c" type="checkbox"><label for="c">-32</label>
  <input id="d" type="checkbox"><label for="d">128</label>
  <input id="e" type="checkbox"><label for="e">4</label>
  <input id="f" type="checkbox"><label for="f">-8</label>
  <span class="sum"></span>
</section>