摘要: 一、选择列表中的偶数标签 :nth-child(2n) 二、选择列表中的奇数标签 :nth-child(2n-1) 三、选择从第6个开始的,直到最后:nth-child(n+6) 四、选择第1个到第6个 :nth-child(-n+6) 一、两者结合使用,可以限制选择某一个范围,选择第6个到第9个 阅读全文
posted @ 2020-06-02 12:13 小桥流水细长流 阅读(2195) 评论(1) 推荐(3)
摘要: wxml <scroll-view scroll-y="true" scroll-into-view="{{scrollIntoView}}" bindscroll="onScroll"> <swiper class="page_class" indicator-dots="true" autopl 阅读全文
posted @ 2020-06-02 11:58 小桥流水细长流 阅读(2143) 评论(0) 推荐(1)