zt 1 年之前
父節點
當前提交
6d69ed695f

+ 4 - 3
nngkxxdp/src/main/resources/static/zdjc/pc_sy.html

@@ -141,7 +141,8 @@
         <div style="width: 65%; margin: auto;">
             <div class="layui-row">
                 <div class="layui-col-xs2">
-                    <div class="serach-title btn-active dept-btn" style="margin-bottom:20px;cursor: pointer;" id="department">发布部门</div>
+                    <div class="serach-title btn-active dept-btn" style="margin-bottom:20px;cursor: pointer;"
+                        id="department">发布部门</div>
                     <div class="serach-title area-btn" id="hotareas" style="cursor: pointer;">热门领域</div>
                 </div>
                 <div class="layui-col-xs10" id="searchDeptBox">
@@ -462,7 +463,7 @@
                             }
 
                             html += '<div class="text_one" onclick="openWindow(\'' + data[i]['_source'].id + '\')">'
-                                + '<p>' + title + '<span style="margin-left:30px">' + tag + '</span>' + '</p>'
+                                + '<p>' + title + '<span style="margin-left:30px;font-size: 14px;color: #1abdbd; border: 1px solid #1abdbd;">' + tag + '</span>' + '</p>'
                                 + '<p>'
                                 + tcontent
                                 + '</p>'
@@ -497,7 +498,7 @@
                 isDept = true
                 $('.search-content').children().removeClass('search-item-active')
                 $('.allItem').addClass('search-item-active')
-                
+
                 $('.area-btn').removeClass('btn-active')
                 $('.dept-btn').addClass('btn-active')
                 openSearch()

+ 1 - 1
nngkxxdp/src/main/resources/static/zdjc/symobile.html

@@ -453,7 +453,7 @@
 							}
 
 							html += '<div class="text_one" onclick="openWindow(\'' + data[i]['_source'].id + '\')">'
-								+ '<p>' + title + '<span style="margin-left:30px">' + tag + '</span>' + '</p>'
+								+ '<p>' + title + '<span style="margin-left:30px;font-size: 14px;color: #1abdbd;border: 1px solid #1abdbd;">' + tag + '</span>' + '</p>'
 								+ '<p>'
 								+ tcontent
 								+ '</p>'