<core-toolbar class="tall" horizontal start-justified layout>
<div class="logo"><img src="assets/logo.png"></div>
<h1 class="bottom">Company name</h1>
</core-toolbar>
在上面的代碼我有horizontal start-justified layout
這意味着core-toolbar
對準內的元件到左。如何使用聚合物芯媒體查詢改變元件屬性
當屏幕尺寸低於700px時,現在我想將start-justified
更改爲center-justified
。如何做到這一點core-media-query
?
我們是否可以將代碼包裝到或者我們必須創建一個自定義元素?
這裏最引人矚目的技巧是,對於布爾屬性,必須使用問號標記來綁定:'start-justified?=「{{value}}'。請您將此添加到您的出色答案中。 – mudasobwa 2015-02-10 06:37:54
非常感謝。 thx to @mudasobwa。我只是想知道問號 – vzhen 2015-02-11 15:06:28