gpt4 book ai didi

polymer 核心图标设置不工作

转载 作者:行者123 更新时间:2023-12-02 09:37:05 24 4
gpt4 key购买 nike

不知道我是否遗漏了一些东西,但我正在尝试使用“社交”集中的核心图标,但它没有显示。我也尝试过其他套装。 “主页”图标正在工作。这是我到目前为止所得到的。

编辑:我的目录结构如下所示......扁平结构对我来说太杂乱了

root/
/bower_components
/polymer
/bower_components/
*** Components Here ***

结束编辑

<!DOCTYPE html>
<head>
<title>Dashboard</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<script type="text/javascript" src="bower_components/polymer/bower_components/platform/platform.js"></script>
<link rel="import" href="bower_components/polymer/bower_components/font-roboto/roboto.html">
<link rel="import" href="bower_components/polymer/bower_components/core-elements/core-elements.html"/>
<link rel="import" href="bower_components/polymer/bower_components/paper-tabs/paper-tabs.html">
<style>
html, body {
height: 100%;
margin: 0;
background-color: #E5E5E5;
font-family: 'RobotoDraft', sans-serif;
}

core-header-panel {
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}

core-toolbar {
background: #03a9f4;
color: white;
}

paper-tabs {
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.container {
width: 80%;
margin: 50px auto;
}

@media (min-width: 481px) {
paper-tabs {
width: 200px;
}

.container {
width: 400px;
}
}

core-icon-button {
position: absolute;
top: 3px;
right: 3px;
fill: #636363;
}
:host([favorite]) core-icon-button {
fill: #da4336;
}

</style>
</head>
<body unresolved touch-action="auto">

<core-header-panel>
<core-toolbar>
<paper-tabs selected="home" valueattr="name" self-end>
<paper-tab name="home"><core-icon icon="home"></core-icon> Home</paper-tab>
<paper-tab name="about"><core-icon icon="social:person"></core-icon> About</paper-tab>
</paper-tabs>
</core-toolbar>
</core-header-panel>

提前致谢:)

最佳答案

添加社交图标的导入:

<link rel="import" href="bower_components/core-icons/iconsets/social-icons.html">

关于 polymer 核心图标设置不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24580661/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com