0afd5a2d by 任超

style:新闻样式

1 parent 5ddb34d7
......@@ -635,16 +635,23 @@ div.c_five ul li a img {
}
.news-title .hot-focus {
margin-right: 100px;
position: relative;
}
.news-title .hot-focus::after {
position: absolute;
width: 124px;
height: 1px;
background-color: #006CFF;
content: "";
bottom: -20px;
left: 0;
}
.news-title li:nth-child(2) {
margin-right: 100px;
}
.news-title .hot-focus img{
width: 16px;
height: 17px;
width: 19px;
height: 20px;
position: relative;
top: 3px;
}
......
......@@ -133,6 +133,11 @@ div.subject {
.xw-right {
padding-right: 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;/*超出3行部分显示省略号,去掉该属性 显示全部*/
-webkit-box-orient: vertical;
}
.leftContainer{
border-right: 1px solid #DEDEDE;
......@@ -331,4 +336,5 @@ div.subject {
.sticky .xw-right {
font-size: 16px;
color: #4a4a4a;
float: initial;
}
\ No newline at end of file
......