css 仅在一侧或两侧的箱子阴影
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 仅在一侧或两侧的箱子阴影相关的知识,希望对你有一定的参考价值。
.box-shadow {
background-color: #AC92EC;
width: 160px;
height: 90px;
margin-top: -45px;
margin-left: -80px;
position: absolute;
top: 50%;
left: 50%;
}
.box-shadow:after {
content: "";
width: 150px;
height: 1px;
margin-top: 88px;
margin-left: -75px;
display: block;
position: absolute;
left: 50%;
z-index: -1;
box-shadow: 0px 0px 8px 2px #000000;
}
以上是关于css 仅在一侧或两侧的箱子阴影的主要内容,如果未能解决你的问题,请参考以下文章
css 箱子阴影突出了单词背后
CSS 箱子阴影crossbrowser
如何从一侧移除高程阴影而不从卡片或材质小部件中移除高程本身?
如何从两侧光谱绘制一侧光谱?
iOS:创建一侧的阴影
如何在元素的一侧添加框阴影?