.links ul {
padding: 0;
width: 100%;
}
.links ul li {
width: 66%;
border-style: solid;
border-width: 2px;
border-color: #42b88380;
padding: 12px;
margin: 12px;
overflow: hidden;
border-radius: 10px;
}
@media (max-width: 1024px) {
.links ul li {
width: 83%;
}
}
.links ul li img {
float: left;
padding: 1px;
margin-top: 3px !important;
margin-left: 3px !important;
margin-right: 3px !important;
width: 90px;
height: 90px;
border-radius: 100% !important;
}
.links ul li img:hover {
opacity: .6;
}
备用链接
github
info 评论功能已经关闭了呐!