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-12-23
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
猜你喜欢
  • 2021-07-27
  • 2021-06-18
  • 2021-11-19
  • 2021-07-09
  • 2021-11-27
  • 2022-12-23
  • 2021-11-27
相关资源
相似解决方案