home.wxss 157 B

1234567891011121314
  1. /* 类 id 标签 伪元素 */
  2. ._h1 {
  3. color: red;
  4. }
  5. .home {
  6. height: 100%;
  7. background: pink;
  8. }
  9. .home ._h2 {
  10. color: yellow;
  11. }
  12. /* .home */
  13. /* ::after */