是否有可用的 CSS/JavaScript 框架来帮助模仿 iOS 主屏幕?
CSS/JavaScript 中是否存在类似 iOS 主屏幕的框架?我想制作一个与 Android/iOS 主屏幕类似的信息亭。这将是一个桌面网页,其中“应用程序”采用网格布局。
Does an iOS-home-screen-like framework exist in CSS/JavaScript? I'd like to make a kiosk with a similar feel to the Android/iOS home screen. This would be a desktop webpage with "apps" in a grid layout.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您的问题和编辑,我将使用网格 CSS 框架,例如 960,在 Google 上搜索“grid css”将提供许多可用选项。然后我会将信息存储在数据库中并通过 AJAX 调用它。
jQuery Mobile 还可能为您提供一些可以帮助您的触摸屏终端功能。
我希望这有帮助
Based on your question and edit I would use a grided CSS framework like 960 for example, doing a Google search for "grid css" will give a number of options available. I would then store the information in a database and call it via AJAX.
jQuery Mobile may also give you some functionality for a touch screen terminal that could help.
I hope this helps