站点美化-关于本站

  • A+
所属分类:建站

先上效果:

站点美化-关于本站

begin主题同样在"外观-主题选项-定制风格-自定义样式"加入以下代码:

/** 修改关于本站的样式**/
.about-img {
    text-align: center;
    background: url(http://blog.lxh2cwl.top/wp-content/uploads/2021/07/%E5%85%B3%E4%BA%8E%E6%9C%AC%E7%AB%99-1024x576.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: 80px;
    margin: 65px 0 0 0;
}
.about-name {
    text-align: center;
    font-size: 16px;
    position: relative;
    display: block;
}
.about-name {
    font-size: 16px;
    font-weight: 700;
}

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: