Browse Source

机构画像

zhengjinyi 2 years ago
parent
commit
03dae85a14

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/userNew/cmClubPortrait.jsp

@@ -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>
                 <div class="box-tabmain">
                     <div class="box-tabs" id="keyWordTabs">

+ 5 - 0
src/main/webapp/static/modules/cmClubPortrait/cmClubPortrait.css

@@ -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;
 }