前端CSS优先级样式设置important

更新时间:2023-06-19 19:40:43 阅读: 评论:0

前端CSS优先级样式设置important
!important 的使⽤。
!important⽅式来强制让样式⽣效,但并不推荐使⽤。因为如果过多的使⽤!important会使样式⽂件混乱不易维护。万不得已可以使⽤!important
现在选择的是类选择器 spe2的样式
<!DOCTYPE html>
<html lang="en">
<head>
<meta chart="UTF-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title</title>
<style>
p{
乖怎么读
color: red;
font-size: 30px;
}
.spe1{
color: yellow;
font-size: 40px;
}
.spe2{
color: green;
font-size: 40px;
}
描写山水的诗
</style>
</head>
<body>
<div>
<p class="spe1 spe2">我是什么颜⾊</p>
<p class="spe1 spe2">我是什么颜⾊</p>
</div>
</body>
对选择器的样式设置 !important ,这个样式马上应⽤
<!DOCTYPE html>
<html lang="en">
<head>
<meta chart="UTF-8">
旅游安全
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title</title>
<style>
p{
color: red !important;
font-size: 30px !important;
}
.spe1{
梦见狗咬手是什么意思color: yellow;
font-size: 40px;
}
拜访近义词
.spe2{
38英语怎么读color: green;
font-size: 40px;
}
</style>
</head>
<body>
怕怎么组词<div>
<p class="spe1 spe2">我是什么颜⾊</p>
<p class="spe1 spe2">我是什么颜⾊</p> </div>
</body>
工作日报表</html>

本文发布于:2023-06-19 19:40:43,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/993133.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:样式   选择器   设置   描写   近义词   报表   山水
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图