朋友们我想将以下 URL 的默认蓝色更改为 RED ,我尝试使用 style="color:red 但没有帮助。请提出更好的方法。
<div class="row-fluid">
<div class="span12" style="color:red"><a href="/event/alert/recipient/list/${alertStatusForm.forAlert.id}" class="underline">${fn:length(alertStatusForm.totalNotSentRecipient)}</a>
</div>
</div>