02.html 395 B

12345678
  1. <!--主框架-->
  2. <div class="h-box">
  3. <div style="color: #fff;text-align: center">
  4. <img class="h-image" onclick="hImage(1)" width="50" height="25" alt="图标1" title="1">
  5. <img class="h-image" onclick="hImage(2)" width="50" height="25" alt="图标2" title="2">
  6. <img class="h-image" onclick="hImage(3)" width="50" height="25" alt="图标3" title="3">
  7. </div>
  8. </div>