6月4日,重新修改代码
美化方法,将下面样式代码添加主题选项→定制风格,“自定义样式”中。
/** 修改关于本站css**/
.about-img {
text-align: center;
background: url(https://wx2.sinaimg.cn/large/0066LGKLly1fjvq3dc19uj309q02sa9y.jpg) center center no-repeat;
background-size: cover;
height: 120px;
border-radius:8px;
margin: -10px -15px 30px;
}
.about-img img {
float: none;
border: 1px solid #ddd;
border-radius: 50%;
padding: 0px;
height: auto;
text-align: center;
width: 120px;
margin: 30px 0 0 0;
}
.about-name {
text-align: center;
font-size: 16px;
position: relative;
display: block;
}
.about-name {
font-size: 16px;
font-weight: 700;
}
修改后效果
修改前的效果