ionic-CSS:Cards(卡片)

Cards(卡片)

近年来卡片(card)的应用越来越流行,卡片提供了一个更好组织信息展示的工具。 像 Google, Twitter, 和 Spotify..

针对移动端的应用,卡片会根据屏幕大小自适应大小,甚至还可以有动画效果.卡片通常被放在在另一个之上, 但它们也可以被当做"页"来使用,像左滑,右滑.

ionic-CSS:Cards(卡片)_第1张图片
This is a basic Card which contains an item that has wrapping text.

卡片(card)默认样式带有box-shadow(阴影),由于性能的原因,和他类似的元素像list list-inset 并没有阴影。 如果你有很多的卡片,每个卡片都有很多子元素,建议使用内嵌列表 inset lists 。


Card Headers and Footers(卡片的头部与底部)

我们可以通过添加 item-divider 类为卡片添加头部与底部: 添加带 item-divider
类的 card
的元素在内容区域的上方或者下方.

ionic-CSS:Cards(卡片)_第2张图片
I'm a Header in a Card!
This is a basic Card with some text.
I'm a Footer in a Card!

Card Lists(卡片列表)

使用 list card类来设置卡片列表:

ionic-CSS:Cards(卡片)_第3张图片



Card Images(带图片卡片)

卡片中使用图片,效果会更好,实例如下:

ionic-CSS:Cards(卡片)_第4张图片
![](avatar.jpg)

Pretty Hate Machine

Nine Inch Nails

![](cover.jpg)
Start listening /div>

Card Showcase(卡片展现)

以下实例中使用几种不同的选项的卡片展现方式。 开始使用了list card 元素,并使用了item-avatar , item-body 元素用于展示图片和文本信息,底部使用 item-divider 类。

ionic-CSS:Cards(卡片)_第5张图片
![](mcfly.jpg)

Marty McFly

November 05, 1955

![](delorean.jpg)

This is a "Facebook" styled Card. The header is created from a Thumbnail List item, the content is from a card-body consisting of an image and paragraph text. The footer consists of tabs, icons aligned left, within the card-footer.

1 Like 5 Comments

你可能感兴趣的:(ionic-CSS:Cards(卡片))