您的位置:首页技术文章
文章详情页

html5 - 有关css的写法的一些困惑

浏览:78日期:2023-01-25 16:18:42

问题描述

[class$='face'] { margin: 16px; padding: 4px; background-color: #e7e7e7; width: 104px; height: 104px; object-fit: contain; box-shadow: inset 0 5px white, inset 0 -5px #bbb, inset 5px 0 #d7d7d7, inset -5px 0 #d7d7d7; border-radius: 10%;}

请问这里的[class$='face'] 是啥意思?为什么可以这样写呢

问题解答

回答1:

css属性选择器html5 - 有关css的写法的一些困惑

标签: Html5
相关文章: