4

我在 getmdl.io 上的 MDL 中找不到任何 tile 组件。卡片组件有据可查,但瓷砖组件却没有。

4

2 回答 2

0

我假设您的意思是网格列表而不是图块。据我所知,没有瓷砖规范。

如果是这种情况,那么您需要将网格组件和卡片组合起来。这将为您提供一些额外的自定义代码来调整卡片大小,并在需要时移动一些其他位。

于 2015-07-13T00:02:18.563 回答
0

前几天通过 codepen 时我发现了一些很棒的东西:http ://codepen.io/zavoloklom/pen/wtApI 。

<a class="tile tile-lg tile-sqr tile-red ripple-effect" href="#">
<span class="content-wrapper">
  <span class="tile-content">
    <span class="tile-img" style="background-image: url(http://www.google.com/design/images/design-minutes.png);"></span>
    <span class="tile-holder tile-holder-sm">
      <span class="title">Design Minutes</span>
    </span>
  </span>      
</span>
</a>

如果您想采用自己的方法。我建议了解单元格项目并从那里继续:http: //mdlhut.com/2015/07/understanding-the-mdl-grid/

于 2015-07-19T12:50:28.460 回答