如何为kendo移动抽屉添加盒子阴影?

时间:2016-05-04 05:12:14

标签: ios css kendo-mobile box-shadow

我正在使用Kendo angular mobile Drawer。我想将box shadow添加到drawer

如何在抽屉中添加盒子阴影?

1 个答案:

答案 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;
    }