如何在边缘设置纸张输入样式

时间:2018-06-17 04:13:26

标签: polymer-2.x

我在项目中使用paper-input时遇到了问题。我如何在边缘应用样式? 我的HTML看起来像

<custom-style>
 <style is="custom-style">
    paper-input.search-main {
        height: 86px;
        --primary-text-color: #6b6a6a;
        --paper-input-container-input: {
          box-sizing: border-box;
          font-size: 32px;
          line-height: 86px;
          font-weight: 400;
          };
        --paper-input-container-label: {
          line-height: 86px;
          font-size: 36px;
          color: #6b6a6a;
          };
        }
  </style>
</custom-style>

但是在边缘混合中没有应用我怎样才能解决这个问题?有什么建议吗?

0 个答案:

没有答案