|
@@ -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}
|
|
|
|