<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>获取元素及对应样式</title>
</head>
<style>
.yellowColor{
background-color: yellow;
}

.firstLine{
background-color: red;
color: green;
font-size: 30px;

#styleTest {
color: #0f2f91;
position: relative;
left: 500px;
font-size: 20px;
}
</style>
<body>
<ul ></html>

相关文章:

  • 2021-12-10
  • 2022-01-25
  • 2021-11-14
  • 2021-10-19
  • 2022-12-23
  • 2021-09-27
  • 2022-01-17
猜你喜欢
  • 2022-12-23
  • 2021-11-12
  • 2021-12-10
  • 2022-12-23
  • 2021-12-26
  • 2021-11-14
  • 2021-12-19
相关资源
相似解决方案