如何在网页上获得应用商店图标玻璃效果?
有没有简单的方法可以在我的网页上显示我的 iPhone 应用程序的图标,就像它们在应用程序商店中的外观一样(即具有玻璃效果,最好具有反射)?我在网络编码方面的经验很少,所以如果可能的话,我可以复制和粘贴一些示例代码,那就太好了。感谢您的任何帮助。
Is there any simple way to display the icon for my iphone apps on my webpage the same way they look in the appstore (i.e. with the glass effect and preferably with reflection)? I have very little experience in web coding so some sample code that I could just copy and paste would be great if this is possible. Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不是玻璃效果,但您可以使用此 CSS 获得圆角和反射:
它仅适用于 WebKit 浏览器(尚未全部)中的反射,圆角也适用于 FireFox。
Not the glass effect, but you can get the rounded corners and the reflection by using this CSS:
It only works for the reflection in WebKit-browsers (not yet all) and the rounded corners work in FireFox as well.