随笔分类 -  CSS

摘要:优先级 伪对象选择器>!important>行内样式>id选择器>class选择器>标签选择器>通配选择器>继承 !important .item-wrapper { color: #000 !important; } 阅读全文
posted @ 2023-11-21 15:06 IT_IOS_MAN 阅读(12) 评论(0) 推荐(0)
摘要:box-sizing: border-box; 阅读全文
posted @ 2023-11-15 16:07 IT_IOS_MAN 阅读(53) 评论(0) 推荐(0)