JX.Li hace 4 meses
padre
commit
25807b2b83

+ 1 - 1
src/main/resources/application.properties

@@ -53,7 +53,7 @@ system.login.path=admin
 
 system.login.enabled-kickout=true
 
-system.login.max-session=1
+system.login.max-session=10
 system.http.protocol=http
 system.http.host= 127.0.0.1:8080
 system.site.name=sookaCms

+ 6 - 0
src/main/resources/static/www/tuiyijunren/images/basic.css

@@ -262,6 +262,12 @@ width: 330px;
 	padding-bottom: 15px;
 }
 .news_list_div .news_list_text span{
+	height: 69px !important;
+	overflow:hidden !important;
+	text-overflow: ellipsis !important;
+	-webkit-line-clamp: 3 !important;
+	display: -webkit-box !important;
+	-webkit-box-orient: vertical !important;
 	font-size: 16px;
 	line-height: 26px;
 	padding-bottom: 15px;

+ 1 - 1
src/main/resources/templates/www/tuiyijunren/list-zhfw.html

@@ -20,7 +20,7 @@
                         <div class="news_list_text">
                             <h2>${bean.title!}</h2>
                             <h2>${bean.category.categoryId!}</h2>
-                            <span>${bean.keywords!}</span>
+                            <span style="height: auto !important;">${bean.keywords!}</span>
                             <span>${bean.description!}</span>
 <!--                            <p><i class="date">${bean.inputdate,dateFormat="yyyy年MM月dd日"}</i><i class="djl">点击量:${bean.viewNum!}</i></p>-->
                         </div>