supe
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<style type="text/css">
    .item-1.red{color: red;}
</style>
</head>
<body>
    <h1 class="item-1 red">1</h1>
    <h1 class="item-2">2</h1>
</body>
</html>

 

分类:

技术点:

相关文章:

  • 2022-01-18
  • 2021-05-14
  • 2021-09-04
  • 2021-12-04
  • 2022-01-14
  • 2021-10-01
  • 2021-07-13
  • 2021-10-02
猜你喜欢
  • 2021-06-18
  • 2021-11-27
  • 2021-11-24
  • 2021-11-27
  • 2021-12-18
  • 2021-11-27
  • 2021-05-29
相关资源
相似解决方案