Skip to content
html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
  <style>
    /* .box a {
      ...
    }

    a {
      ...
    } */

    /* 第二种,因为浏览器中 css 渲染机制是选择器从右向左查询 */
  </style>
</head>
<body>
  
</body>
</html>