我正在使用Kendo angular mobile Drawer
。我想将box shadow
添加到drawer
。
如何在抽屉中添加盒子阴影?
答案 0 :(得分:0)
试试这个。可能对你有所帮助。
div {
box-shadow: inset 0 12px 15px -4px rgba(31, 73, 125, 0.8), inset 0 -12px 8px -4px rgba(31, 73, 125, 0.8);
width: 100px;
height: 100px;
margin: 50px;
background: white;
}