html Zendesk:格式化标签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Zendesk:格式化标签相关的知识,希望对你有一定的参考价值。

.tags {
list-style: none !important;
margin: 0;
overflow: hidden; 
padding: 0;
display: inline-flex;
}


.tag {
background: #808080;
border-radius: 3px 0 0 3px;
color: #fff;
display: inline-block;
height: 26px;
line-height: 26px;
padding: 0 20px 0 23px;
position: relative;
margin: 0 10px 10px 0;
text-decoration: none;
-webkit-transition: color 0.2s;
margin-left: 5px;
}

.tag::before {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
content: '';
height: 6px;
left: 5px;
position: absolute;
width: 6px;
top: 10px;
}

.tag::after {
background: #fff;
border-bottom: 13px solid transparent;
border-left: 10px solid #808080;
border-top: 13px solid transparent;
content: '';
position: absolute;
right: 0;
top: 0;
}
<ul class="tags">
Tags: {{#each article.labels}}
<li class="tag">{{identifier}}<li>
{{/each}}
</ul>

以上是关于html Zendesk:格式化标签的主要内容,如果未能解决你的问题,请参考以下文章

html Zendesk:推荐文章的提醒通知

html Zendesk:推荐文章的提醒通知

Zendesk & Ionic - cordova-plugin-zendesk 不为 IOS 构建

远程服务器返回错误:(401)在Zendesk中未经授权

python Zendesk API Python脚本

ruby Zendesk报道