仅在元素底部添加框阴影
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了仅在元素底部添加框阴影相关的知识,希望对你有一定的参考价值。
CSS code to add a CSS3 box shadow to the bottom of an element only.
-webkit-box-shadow:0 4px 4px -4px #000; box-shadow:0 4px 4px -4px #000;
以上是关于仅在元素底部添加框阴影的主要内容,如果未能解决你的问题,请参考以下文章
仅 UIImageView 顶部和底部的内部阴影(目标 C)