<script type="text/javascript">
$(document).ready(function() {
 
 
 $("#birth_month").next("div").children("ul").css("height","240px");
 

});
</script>

 

 

页面结构是

<div ></div>

<div>

<ul></ul>

</div>

相关文章:

  • 2021-09-07
  • 2021-11-14
  • 2021-11-04
  • 2021-11-04
  • 2021-11-01
  • 2022-03-02
  • 2022-12-23
猜你喜欢
  • 2021-08-29
  • 2022-12-23
  • 2021-11-04
  • 2022-02-18
  • 2021-09-17
相关资源
相似解决方案