master
candice 4 years ago
parent 1db1bdd200
commit ced39db222

@ -2255,18 +2255,30 @@ table.content_article td { background: #f6f6f6; border-right: 5px solid #fff;}
table.content_article td img { width: 30%;
float: left;
margin-right: 20px;}
.content_article_name { width: 95%;
height: 95px;
.content_article_name { width: 64%;
height: 75px;
font-size: 20px;
font-family: 'Alegreya Sans';
line-height: 25px;
margin-bottom: 10px;
padding-top: 10px;}
.content_article_button { display: inherit;
clear: both;
font-size: 16px;
text-transform: uppercase;}
.content_article_button a {color: #ad1818;}
padding-top: 10px;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;}
.content_article_button { display: inherit;
font-size: 22px;
background: #ad1818;
color: #fff;
border-radius: 50%;
text-align: center;
float: right;
margin-right: 15px;}
.content_article_button a {color: #fff;
width: 31px;
height: 31px;
display: inline-block;}
@media (max-width: 750px) {
/*头部导航*/
.topnavitailor { float: right;

Loading…
Cancel
Save