Skip to content

核心:

  1. 元素反向
css
display: flex;
flex-flow: row-reverse;
  1. 兄弟元素操作
css
input: checked ~input;