twitter-bootstrap Google Plus 或 Facebook Like Card UI with twitter bootstrap 2.3
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18859481/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Google Plus or Facebook Like Card UI with twitter bootstrap 2.3
提问by iCode
The card design approach utilized by Google Plus or Facebook is great. How can I do so using twitter bootstrap 2.3 (can't use 3) where I do not want my card size and content to stay sane for a responsive design? I mean, I want the re-sizing to of a card based on the screen size and the content on it stay acceptable. Sorry for the fuzzy question. I am not sure how to be best ask what I have in my head.
Google Plus 或 Facebook 使用的卡片设计方法很棒。我如何使用 twitter bootstrap 2.3(不能使用 3)这样做,我不希望我的卡片大小和内容对于响应式设计保持理智?我的意思是,我希望根据屏幕尺寸重新调整卡片大小,并且卡片上的内容仍然可以接受。对不起,这个模糊的问题。我不知道如何最好地问我脑子里有什么。
Any website you may that that has card ui desing and using bootstrap?
任何具有卡片 ui 设计和使用引导程序的网站?
Is there any framework that help with Card UI for desktop web application in general?
是否有任何框架可以帮助桌面 Web 应用程序的卡片 UI 一般?
回答by Ryan McDonough
Found this the other week and it's exactly what you want:
前一周发现了这个,这正是你想要的:
Bootplus- Sleek, intuitive, and powerful Google styled front-end framework for faster and easier web development (Based on bootstrap)
Bootplus- 时尚、直观且功能强大的 Google 风格前端框架,可实现更快、更轻松的 Web 开发(基于引导程序)
The particular section you want is under Plus.
您想要的特定部分位于Plus下。
So just take the styles you need and you're good to go.
因此,只需选择您需要的款式即可。
回答by albertpeiro
In my case I didn't want a fully fledged framework as I tend to like more the componental way of adding features, since modern web times...
就我而言,我不想要一个完全成熟的框架,因为我更喜欢添加功能的组件方式,因为现代网络时代......
Bootcards does just Cards in three flavors (Android, iOS, Desktop). http://bootcards.org/index.html
Bootcards 只提供三种风格的卡片(Android、iOS、桌面)。 http://bootcards.org/index.html
A great addition to Bootstrap and supports bower which was just perfect as a simple command and a couple of lines got me set up.
Bootstrap 和支持 bower 的一个很好的补充,它作为一个简单的命令是完美的,几行代码让我设置好了。
This has the obvious advantage of decoupling framework core from fancy cards.
这具有将框架核心与花式卡解耦的明显优势。
Moreover its style is not shouting Google Plus all over like bootplus, which is great to give it a genuine touch.
而且它的风格并没有像bootplus那样到处喊Google Plus,给它一个真正的触感很棒。
Just another option ;) hope it helps someone
只是另一种选择;) 希望它可以帮助某人

