<span class="input-group-btn" the->>
<button class="btn btn-white" type="button">1000</button>
<button class="btn btn-white" type="button">5000</button>
<button class="btn btn-white" type="button">10000</button>
<button class="btn btn-white" type="button">50000</button>
 
选择第一个1000的按钮,css定位
.input-group-btn>.btn:nth-of-type(1)

相关文章:

  • 2021-04-15
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2021-07-10
相关资源
相似解决方案