样式调整

master
15008401624 2020-12-09 10:28:13 +08:00
parent b627efaec3
commit a3b666191d
2 changed files with 4 additions and 0 deletions

View File

@ -528,6 +528,7 @@ input,select,textarea{outline:medium none; resize: none;}
.news-box1 .center-block ul li a .pull-right .info{ width: 100%; padding: 10px 0 0;}
.news-box1 .center-block ul li a .pull-right .info em{ display: block; font-style: initial; margin-top: 0.8rem;}
.news-box1 .center-block ul li a .pull-right .info p{ margin: 0.8rem 0; height: 55px; font-size: 12px;}
.news-box1 .center-block ul li a .pull-right .info span{ -webkit-line-clamp:inherit}
.news-box3{ padding: 2rem 0;}
.news-box3 .w-1200{ display: block;}

View File

@ -103,6 +103,9 @@ $(function() {
$('.nav').removeClass('active');
$('body').css('overflow', 'inherit');
})
$('.nav ul li span.cur').click(function(){
return false
})
} else {
}