Explorar o código

UU助手后台软文发布系统软文列表页面

hangb %!s(int64=8) %!d(string=hai) anos
pai
achega
399aed50e1

+ 17 - 0
jpress-web-admin/src/main/webapp/WEB-INF/admin/content/_index_include.html

@@ -5,6 +5,7 @@
 		border: 1px solid #aaacad;
 	}
 	.bodyUas td.chooseUas ul{
+		width: 150px;
 		height: 100px;
 		overflow-y: auto;
 		background: #fff;
@@ -14,6 +15,10 @@
 	}
 	.bodyUas td.chooseUas input{
 		background: url("/jpress/static/jpress/admin/image/dot.png") no-repeat 130px center;
+		padding: 5px;
+	}
+	.bodyUas td.chooseUas input:focus + ul{
+		display: block;
 	}
 	.bodyUas td.chooseUas ul li:hover,.bodyUas td.chooseUas ul li.active{
 		background: #3a9cf4;
@@ -28,6 +33,12 @@
 		background: #f8f8f8 ;
 	}
 </style>
+<#macro script>
+	$.ready(function(
+		var inputVal = $('.chooseUas input').val()
+		console.log(inputVal )
+	))
+</#macro>
 <#if module ?? && module.name=="uuhelper">
 	<!-- admin后台软文列表界面 -->
 	<section class="content-header">
@@ -105,6 +116,12 @@
 									<li>全部</li>
 									<li>全部</li>
 									<li>全部</li>
+									<li>全部</li>
+									<li>全部</li>
+									<li>全部</li>
+									<li>全部</li>
+									<li>全部</li>
+									<li>全部</li>
 								</ul>
 							</td>
 							<td class="chooseUas">

BIN=BIN
jpress-web-core/src/main/webapp/static/jpress/admin/image/hands.png


BIN=BIN
jpress-web-core/src/main/webapp/static/jpress/admin/image/pen.png


+ 18 - 5
jpress-web-template-usoftchina/src/main/webapp/templates/usoftchina/content_uuhelper.html

@@ -55,10 +55,11 @@
         }
         .main .container .section div.readCount div span{
             font-size: 14px;
+            margin-right: 10px;
         }
         .main .container .section div.readCount div span em{
             color: #5f9ac6;
-            margin-right: 5px;
+            margin-left: 5px;
             font-style: normal;
         }
         .main .container .section div.readCount div span i{
@@ -70,6 +71,10 @@
             float: right;
             font-size: 14px;
         }
+        .main .container .section div.readCount img{
+            width: 18px;
+            height: 18px;
+        }
         .main .container .footer{
             border-top: 1px solid #d7d5d6;
             padding-top: 20px;
@@ -90,6 +95,10 @@
         .main .container .footer .footer-header div span{
             margin-right: 5px;
         }
+        .main .container .footer .footer-header div img{
+            width: 15px;
+            height: 15px;
+        }
         .main .container .footer .footer-section .message{
             overflow: hidden ;
         }
@@ -121,6 +130,10 @@
             overflow: hidden;
             margin-bottom: 10px;
         }
+        .main .container .footer .footer-section .detail .title img{
+            width: 17px;
+            height: 17px;
+        }
         .main .container .footer .footer-section .detail .title span:first-child{
             float: left;
             color: #6c6a6b;
@@ -188,11 +201,11 @@
             <!--</div>-->
             <!--文本-->
             <!--<p></p>-->
-            <div class="readCount"><div><span>阅读 <em>${content.view_count!'0'}</em></span><span><i class="fa fa-thumbs-up"></i><em>${content.vote_up!'0'}</em></span></div><p>${(content.getMetadataByKey("copy_right"))!}</p></div>
+            <div class="readCount"><div><span>阅读 <em>${content.view_count!'0'}</em></span><span> <img src="/jpress/static/jpress/admin/image/hands.png" alt=""><em>${content.vote_up!'0'}</em></span></div><p>${(content.getMetadataByKey("copy_right"))!}</p></div>
         </div>
         <div class="footer">
             <div class="footer-header">
-                <div><span>写留言</span><i class="fa fa-pencil" aria-hidden="true"></i></div>
+                <div><span>写留言</span><img src="/jpress/static/jpress/admin/image/pen.png" alt=""></div>
             </div>
             <div class="footer-section">
 
@@ -230,13 +243,13 @@
                                 <div class="detail">
                                     <div class="title">
                                         <span>${comment.author!} <em>${(comment.created?string("yyyy-MM-dd"))!}</em></span>
-                                        <span><i class="fa fa-thumbs-up"></i><em>${(comment.vote_up)!'0'}</em></span>
+                                        <span><img src="/jpress/static/jpress/admin/image/hands.png" alt=""><em>${(comment.vote_up)!'0'}</em></span>
                                     </div>
                                     <p>${comment.text!}</p>
                                     <#if comment.qc_content ??>
                                         <div class="title reply">
                                             <span>作者回复: <em>${(comment.qc_created?string("yyyy-MM-dd"))!}</em></span>
-                                            <span><i class="fa fa-thumbs-up"></i><em>${(comment.vote_up)!'0'}</em></span>
+                                            <span><img src="/jpress/static/jpress/admin/image/hands.png" alt=""><em>${(comment.vote_up)!'0'}</em></span>
                                         </div>
                                         <p>${comment.qc_content!}</p>
                                     </#if>