css 箱子阴影突出了单词背后
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 箱子阴影突出了单词背后相关的知识,希望对你有一定的参考价值。
.fl-module-heading.box-shadow h1,
.fl-module-heading.box-shadow h2,
.fl-module-heading.box-shadow h3,
.fl-module-heading.box-shadow h4,
.fl-module-heading.box-shadow h5,
.fl-module-heading.box-shadow h6 {
-webkit-box-shadow: inset 0 -20px 0 0 rgba(242,229,225,0.4);
-moz-box-shadow: inset 0 -20px 0 0 rgba(242,229,225,0.4);
box-shadow: inset 0 -20px 0 0 rgba(242,229,225,0.4);
display: inline;
}
以上是关于css 箱子阴影突出了单词背后的主要内容,如果未能解决你的问题,请参考以下文章
CSS 箱子阴影crossbrowser
css 突出显示单词
CSS3阴影实现方法及技巧全解
CSS3 文本效果
css3 文本效果
JQuery Plugin - 突出显示包含某个单词的内容可编辑框