chao 4 jaren geleden
bovenliggende
commit
8c2a122c7d

+ 2 - 1
src/main/resources/static/css/index/index_new.pc.css

@@ -101,9 +101,10 @@ li{list-style:none;}
 .section_right .item_banner .statu .icon-end{width:11px;height:12px;margin:5px 0 0 5px;background:url("/img/live/icon-lives.png");background-size:cover}
 .section_right .item_banner .statu p{float:left;width:50px;text-align:center;font-size:12px;line-height:22px;color:#FFF}
 .section_right  .item_text{display:block;width:100%;height:26px;line-height:26px;font-size:14px;color:#4a4f58;margin:3px 0}
-.section_right  .item_text .item_text_name{width:164px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:12px;box-sizing:border-box;float:left;position:relative}
+.section_right  .item_text .item_text_name{width:100%;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:12px;box-sizing:border-box;float:left;position:relative}
 .section_right  .item_text .item_text_name:before{content:'';width:4px;height:4px;border-radius:50%;background-color:#cccccc;position:absolute;left:0;top:11px}
 .section_right  .item_text .item_text_time{float:right}
+.section_right .item_text .item_text_name.info{width:164px;}
 .section_right  .item_text:hover{color:#E15616;text-decoration:underline}
 .section_right  .item_text:hover .item_text_name:before{background-color:#E15616}
 

+ 2 - 2
src/main/resources/templates/index.html

@@ -56,7 +56,7 @@
                                 </div>
                             </a>
                             <a th:if="${stat.index}>0" th:href="*{link}" th:title="*{liveTitle}" class="item_text" target="_blank">
-                                <p class="item_text_name info" th:text="*{liveTitle}"></p>
+                                <p class="item_text_name" th:text="*{liveTitle}"></p>
                             </a>
                         </div>
                     </div>
@@ -73,7 +73,7 @@
                                 <div class="name" th:text="*{title}"></div>
                             </a>
                             <a th:if="${stat.index}>0" th:href="*{link}" th:title="*{title}" class="item_text" target="_blank">
-                                <p class="item_text_name info" th:text="*{title}"></p>
+                                <p class="item_text_name" th:text="*{title}"></p>
                             </a>
                         </div>
                     </div>

BIN
target/www-0.0.1-SNAPSHOT.jar