오류수정
This commit is contained in:
parent
c356027e8a
commit
e7dff23f0c
@ -391,7 +391,7 @@ function fn_search_article(pageIndex) {
|
||||
<div class="title">
|
||||
<c:choose>
|
||||
<c:when test="${searchVO.realQuery ne '' && (!empty searchVO.realQuery) }">
|
||||
<span class="count"><strong><c:out value='${searchVO.realQuery}'/></strong>에 대한 검색결과는 총 <em>
|
||||
<span class="count"><strong>'<c:out value='${searchVO.realQuery}'/>'</strong> 에 대한 검색결과는 총 <em>
|
||||
<fmt:formatNumber value="${searchVO.totalCount}" pattern="#,###" /></em>건 입니다.
|
||||
</span>
|
||||
</c:when>
|
||||
|
||||
@ -913,9 +913,9 @@ transform: rotate(45deg);}
|
||||
.data .inner .tabs_item .list-cart-wrap .list-data div.list > .no-result .text2 {margin-bottom:30px;font-size:24px;color:#333;font-weight: 500;}
|
||||
.data .inner .tabs_item .list-cart-wrap .list-data div.list > .no-result .text2 span {color:#d47b1c;}
|
||||
.data .inner .data-box .culture-box .tab > .title {height:36px;margin:30px 0px 0px;outline:0px solid red;text-align:left;}
|
||||
.data .inner .data-box .culture-box .tab .title .count {display:inline-block;font-size:16px;height:36px;line-height:36px;text-align:left;}
|
||||
.data .inner .data-box .culture-box .tab .title .count {display:inline-block;font-size:16px;height:auto;line-height:26px;text-align:left;}
|
||||
.data .inner .data-box .culture-box .tab .title .count em {color:#d47b1c;font-weight: 500;}
|
||||
.data .inner .data-box .culture-box .tab .title .count strong {display:block;}
|
||||
.data .inner .data-box .culture-box .tab .title .count strong {word-break: break-all;display: inline;padding-bottom:10px;}
|
||||
.data .inner .data-box .culture-box .tab .title .list-search-wrap {float:right;}
|
||||
.data .inner .data-box .culture-box .tab .title .list-search-wrap > div {float:left;font-size:12px;margin-left:10px;height:36px;line-height:36px;}
|
||||
.data .inner .data-box .culture-box .tab .title .list-search-wrap > div.re-search {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user