介绍说明

本文将为大家介绍WordPress主题B2 Pro主题的美化方法,修改文章内页头部样式,适合资源分享类网站,我修改的是纯文字的默认文章类型。不影响其他文章类型,有需要的可查看教程修改即可。

B2 Pro主题资源分享类文章内页头部美化教程插图

美化教程

1、修改“ b2/TempParts/Single/content.php”文件,代码如下:

隐藏内容
本内容需权限查看
  • 注册用户: 5积分
  • 会员用户: 免费
  • 永久会员: 免费
已有15人解锁查看

2、样式文件:

/*默认文章内页头部*/
.content-info_con .me-1{
    margin-right: .25rem!important;
}
.mt-lg-1{
    margin-top: .5rem!important
}
.content-area .content-info_con {
    border-radius: 5px;
    height: 300px;
    position: relative;
    margin: 0 0 10px
}
.content-area .content-info_con .content-info-box {
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    padding: 1px;
}
.content-area .content-info_con .content-info-box .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--ri-gutter-y));
    margin-right: calc(-.5 * var(--ri-gutter-x));
    margin-left: calc(-.5 * var(--ri-gutter-x))
}
.content-area .content-info_con .content-info-box .img-box{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45%;
    padding-left: 1.5rem!important;
}
.content-area .content-info_con .content-info-box .img-box .img{
    position: relative;
    width: 100%;
    height: 242px;
    overflow: hidden;
    border-radius: .5rem;
    border: solid rgba(0,0,0,.1) 4px;
}
.content-area .content-info_con .content-info-box .img-box .img img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 拉伸图片以填满容器 */
    object-position: center; /* 图片居中显示 */
    display: block;
}
.content-area .content-info_con .content-info-box .info-box{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 55%;
    padding-left: 1.5rem!important;
}
.article-header {
    margin-bottom: 1.5rem

}
.article-header .post-title{
    color: #fff
}
.article-header h1{
    font-size: 1.2rem;
    font-weight: 600
}
.article-header .mb-lg-2{
    margin-bottom: .5rem!important;
}
.article-header .article-meta {
    font-size: .875rem;
}
.article-header .article-meta span {
    color: rgba(255,255,255,.7);
}
.article-header .article-meta>span+span {
    margin-left: 8px;
}
.img-bg {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.img-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.img-bg img{
    width: 100%;
    height: 100%;
}
.info-box .version {
  color: #fff;
  background-color: #ff3355;
  font-size: 18px;
  border-radius: 5px;
  padding: 3px;
  vertical-align: middle;
  font-weight: 400;
  margin-left: 8px;
}
.info-box .down-info i{
    width: 18px;
    height: 18px;
    color:#fff;
}
.info-box .down-info font{
    color: rgba(255,255,255,.7);
    font-weight: bold;
}
.info-box .down-info .items-text{
    margin-bottom: .25rem;
}
.info-box .down-info .flex-bq {
    display: flex;
}
.info-box .down-info .flex-bq .border{
    padding-top: .125rem;
    padding-bottom: .125rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-width: 1px;
    border-radius: 0.25rem;
    border: 1px solid #ccc;
}
.down-info ul{
    display: flex;
    flex-flow: wrap;
    background: rgb(60 60 60 / 25%);
    padding: 10px;
    margin:0;
    list-style: none;
    border-radius: 0.25rem;
}
.down-info li{
    font-size: 14px;
    width:50%;
    margin-top:2px;
    color: rgba(255,255,255,.7);
    font-weight: bold;
}
.items-info{
    padding-right: 20px;
    padding-bottom: 8px;

}
.info-box .article-header .tips{
    margin-right: 20px;
    font-size: 12px;
    background-color: #f5f5f5;
    color: #8a92a9;
    border-radius: 5px;
    margin-top: 10px;
    padding: 3px;
}
/*默认文章内页头部 结束*/

 

 

1.使用本站下载的源码仅限于个人学习和非商业用途。
2.禁止将本站下载的源码用于搭建或支持任何违法、淫秽、暴力或侵犯他人合法权益的网站或应用。
3.使用本站下载的源码需遵守国家法律法规及相关规定,不得从事任何违法活动。
4.如若本站内容侵犯了原著者的合法权益,请联系我们进行处理。