用于 UI 开发的 CSS 框架

发布于 2024-08-17 01:37:40 字数 214 浏览 5 评论 0原文

我正在 Adob​​e Air 中制作一个应用程序,我想制作一个外观健壮的 UI。这在 CSS 中很难做到,我最终会得到很多混乱的代码,而且无论如何都可能无法很好地工作。

那么,有谁知道一个好的 UI CSS 框架,它专注于强大的布局,而不是无意义的滑动 废话 和日期选择器。

I'm making an app in Adobe Air and I want to make a robust looking UI. And it's quite hard to do in CSS, I just end up with lots of messy code that probably doesn't work that well anyway.

So does anyone know of a good UI CSS framework that focuses on a robust layout rather than pointless slidy crap and datepickers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

不弃不离 2024-08-24 01:37:40

我建议使用 BOKS Blueprint css 框架

首先,您需要了解 Blueprint 的工作原理

,您可以在此处找到 http://net .tutsplus.com/tutorials/html-css-techniques/a-closer-look-at-the-blueprint-css-framework/

然后使用 BOKS

http://toki-woki.net/p/Boks/help.html

Boks 是一个 AIR 应用程序(所以它
适用于 Windows、Mac 和 Linux)
提供了一个用户界面
蓝图 CSS 框架。它已经
专为那些认为网格的人而设计
系统很好,但没真正用过
是时候给予它爱了。

它处理网格配置,
基线节奏 pimpin',CSS(带有或
没有压缩)和 grid.png
导出、HTML 布局等等
好东西,好东西!

替代文本
(来源:toki-woki.net

用于蓝图 CSS Comp 的 Photoshop 模板

I would suggest Blueprint css framework with BOKS

First you need to understand how Blueprint works

which u can found here http://net.tutsplus.com/tutorials/html-css-techniques/a-closer-look-at-the-blueprint-css-framework/

then use BOKS

http://toki-woki.net/p/Boks/help.html

Boks is an AIR application (so it
works on Windows, Mac and Linux) that
provides a User Interface for
Blueprint CSS's framework. It's been
designed for those who think the Grid
System is good but never really took
the time to give it love.

It handles grid configuration,
baseline rhythm pimpin', CSS (with or
without compression) and grid.png
export, HTML layout and much more
goodie-goodie!

alt text
(source: toki-woki.net)

Photoshop Template for Blueprint CSS Comp

人生百味 2024-08-24 01:37:40

960.gs 是一个不错的 CSS 布局框架。不过就我个人而言,我通常会自己动手,从我以前的工作中摘取片段并进行构建。使用标准模式意味着浏览器之间几乎没有差异。

960.gs is a decent CSS framework for layout. Though personally I normally roll my own, taking snippets from my previous work and build it up. Using standards mode means virtually no variation between browsers.

以为你会在 2024-08-24 01:37:40

尝试级联框架

  • 灵活性:你找不到任何具有更灵活的网格系统或更好的浏览器支持的框架。其面板、选项卡块、表格和导航组件还提供了前所未有的灵活性。
  • 轻量级:如果您仅使用 Cascade Framework 的核心功能,则只需包含 8.5 kb(压缩后 2.6 kb)的框架 CSS 代码。如果您想要所有内容,包括所有 Fontawesome 图标,则需要包含 51.9 kb(压缩后 10.8 kb)的框架 CSS 代码。如果这仍然太多,还有一个名为 Cascade Framework Light
  • 跨浏览器兼容: Cascade Framework 允许您在所有现代浏览器中创建响应式布局。在 IE6-8 中,您将提供网站的桌面版本。
  • 模块化:级联框架为您提供了多个单独的模块以及几个构建(组合单独的模块)。

Try Cascade Framework :

  • Flexibility: You won't find any framework that has a more flexible grid system or better browser support. Its panel, tab block, table and navigation components also provide unprecedented flexibility.
  • Lightweight: If you use only Cascade Framework's core features, you'll need to include only 8.5 kb (2.6 kb gzipped) of framework CSS code. If you want everything, including all Fontawesome icons, you'll need to include 51.9 kb (10.8 kb gzipped) of framework CSS code. If that's still too much, there's also a fatfree minimal version called Cascade Framework Light.
  • Cross-Browser Compatible: Cascade Framework allows you to create a responsive layout in all modern browsers. In IE6-8, you'll serve the desktop version of your website.
  • Modular: Cascade Framework provides you with several individual modules as well as a couple of builds (combining individual modules).
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文