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%; table.content_article td img { width: 30%;
float: left; float: left;
margin-right: 20px;} margin-right: 20px;}
.content_article_name { width: 95%; .content_article_name { width: 64%;
height: 95px; height: 75px;
font-size: 20px; font-size: 20px;
font-family: 'Alegreya Sans'; font-family: 'Alegreya Sans';
line-height: 25px; line-height: 25px;
margin-bottom: 10px; margin-bottom: 10px;
padding-top: 10px;} padding-top: 10px;
.content_article_button { display: inherit; -webkit-line-clamp: 3;
clear: both; display: -webkit-box;
font-size: 16px; -webkit-box-orient: vertical;
text-transform: uppercase;} text-overflow: ellipsis;
.content_article_button a {color: #ad1818;} 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) { @media (max-width: 750px) {
/*头部导航*/ /*头部导航*/
.topnavitailor { float: right; .topnavitailor { float: right;

Loading…
Cancel
Save