老师们

a {
text-decoration: none;
color: #333 !important;
}
#MySignature{
display:none !important;
}
#blog_post_info_block{
display:none;
}
#zmdao_post_body p {
margin: 0px auto !important;
}
#mainContent {
min-height: 200px;
padding: 0px 0px 10px 0;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
float: none !important;
margin-left: 0 !important;
width: 100%;
}
.item-rows {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: auto;
}
.item {
background-color: #FFF;
border-radius: 4px;
border: 1px solid #ddd;
width: 420px;
height: 76px;
padding: 10px;
margin: 10px;
}
.item:hover {
border-color: rgba(82, 168, 236, .8);
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
.item img {
width: 70px !important;
height: 70px !important;
border-radius: 0px;
float: left;
margin: 0 10px 0 0 !important;
}
.name {
/float: right;/
font-size: 18px;
padding: 10px 0;
line-height:0.8;
font-weight:700;
margin: 0 !important;
}
.sign {
/float: left;/
font-size: 15px !important;
padding: 10px 0;
line-height:0.8;
margin: 0 !important;
}
@media screen and (max-width: 840px) {
.item {
width: 100%;
}
#zmdao_post_body p {
margin: 0px auto !important;
}
}

版权声明:本文为soda-ma原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/soda-ma/p/friend.html