Browse Source

知识库提交

miaofuhao 1 year ago
parent
commit
2241a2425e

BIN
WebUI/CallCenterWeb.UI/img/iconPerson.png


BIN
WebUI/CallCenterWeb.UI/img/iconTime.png


BIN
WebUI/CallCenterWeb.UI/img/iconTitle.png


+ 15 - 0
WebUI/CallCenterWeb.UI/zhiShiKuNew/css/knowledgeList.css

@@ -175,6 +175,18 @@ nav>li.active {
175 175
 	cursor: pointer;
176 176
 	color: #000c17;
177 177
 }
178
+.content .list ul li .contentIcon{
179
+	margin-right: 3px; 
180
+	/*vertical-align: -15%*/
181
+	width: 16px;
182
+	height: 16px;
183
+	display: inline-block;
184
+}
185
+.content .list ul li .contentIcon img{
186
+	width: 100%;
187
+	width: 100%;
188
+	margin-top: -5px;
189
+}
178 190
 .content .list ul li .title .mx-1{
179 191
 	color: #FF0000;
180 192
 }
@@ -205,6 +217,9 @@ nav>li.active {
205 217
 .content .list ul li .text {
206 218
 	margin-bottom: 8px;
207 219
 }
220
+.content .list ul li .time span {
221
+	margin-right: 3px;
222
+}
208 223
 .button {
209 224
 	position: absolute;
210 225
 	right: 30px;

+ 3 - 3
WebUI/CallCenterWeb.UI/zhiShiKuNew/knowledgeList.html

@@ -69,7 +69,7 @@
69 69
 		                	<option value="0">否</option>
70 70
 		                	<option value="1">是</option>
71 71
 						</select>
72
-					</div>
72
+					</div> 
73 73
 					<div  class="form-group">
74 74
 						<label for="name">分类</label>
75 75
 						<div class="reflectCategory-wrapper" style="width: 345px">
@@ -199,10 +199,10 @@
199 199
 							});
200 200
 							data.total && $(".pageTotal").text(Math.ceil(data.total/10))
201 201
 							$(dataRows).each(function (i, n) {
202
-								$('<li><div class="title"><span style="margin-right: 3px; vertical-align: -15%"></span><span  onclick="goDetail('
202
+								$('<li><div class="title"><span class="contentIcon"><img src="../img/iconTitle.png"></span><span  onclick="goDetail('
203 203
 								+n.F_CategoryId+')">'
204 204
 								+n.F_Title+'</span></div><span class="text">'
205
-								+n.F_Description+'</span><div class="time"><span style="margin-right: 3px; vertical-align: -15%"></span><span>发布于</span>'
205
+								+n.F_Description+'</span><div class="time"><span  class="contentIcon"><img src="../img/iconPerson.png"></span><span>8000</span><span>发布于</span><span  class="contentIcon"><img src="../img/iconTime.png"></span>'
206 206
 		                		+n.F_CreateOn+'</div><div class="button"><a class="stateWaitAudit">待审核</a><a class="statePass">通过</a>'
207 207
 		                		+'<a onclick="editKnowledge('
208 208
 		                		+n.F_CategoryId+')">编辑</a><a onclick="remove('