1
Ich habe die unten html und css, und ich muss .tooltip: nach {{item.color}} auf die gleiche Weise, die ich für die statische Klasse mit eingestellt habe ngstyle.Wie setze ich ngclass/ngstyle inline für pseduo css calsses
<div class="tooltip" ng-style="{ 'background' : item.color}" ng-class="{ 'after': border-top: solid item.color 10px;}"</div></a>
.time-of-year .tooltip:before {
bottom: -22px;
content: " ";
display: block;
height: 20px;
left: 85px;
position: absolute;
border-color: #a9a9a9 transparent transparent transparent;
border-style: solid;
border-width: 11px;
}
/* Yellow triangle */
.time-of-year .tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid #fff 10px;
bottom: -10px;
content: " ";
height: 0;
left: 99px;
margin-left: -13px;
position: absolute;
width: 0;
}
hinzufügen plunkr/Geige so dass Vorteil machen würde, mehr Hilfe von Menschen zu bekommen .. –