@@ -55,7 +55,7 @@
</div>
<div class="flex-box">
<div class="box-title">
- <span>搜索关键词总数:<a href="javascript: void(0);"><c:if test="${!empty portrait.totalkeywords}">${portrait.totalkeywords}</c:if><c:if test="${empty portrait.totalkeywords}">0</c:if> 条</a></span>
+ <span>搜索关键词总数:<em><c:if test="${!empty portrait.totalkeywords}">${portrait.totalkeywords}</c:if><c:if test="${empty portrait.totalkeywords}">0</c:if> 条</em></span>
<div class="box-tabmain">
<div class="box-tabs" id="keyWordTabs">
@@ -39,6 +39,11 @@
font-weight: normal;
color: #2fa4e7;
}
+.flex-box .box-title span em{
+ font-style: normal;
+ font-weight: normal;
+ color: #2fa4e7;
+}
.flex-box .box-title span a.line{
text-decoration: underline;