子比主题美化-文章缩略图角标

简介

文章缩略图封面底部和右上角添加可自定义的文字描述,带高斯模糊效果,并且可以美观一下自己的缩略图的封面的样式,非常使用,暂时仅支持后台编辑时添加

效果演示

子比主题美化-文章缩略图角标
子比主题美化-文章缩略图角标

使用方法

1、在Zibll主题设置>>全局&功能>>自定义代码>>自定义CSS样式添加CSS代码:

/*角标css*/
.posts-item.card .item-thumbnail {
  background:#c4cffa26;
  width:100%;
  padding-bottom:var(--posts-card-scale);
}
a.item-category {
  position:absolute;
  left:10px;
  top:10px;
  padding:5px 6px;
  font-size:1rem;
  line-height:1;
  color:#fff;
  background:var(--theme-color);
  border-radius:6px;
}
a.item-category-app {
  position:absolute;
  height:24px;
  line-height:24px;
  width:100%;
  text-align:center;
  bottom:0;
  left:0;
  background:radial-gradient(circle,#3783ff,#3783ffbf);
  color:#fff;
  font-size:12px;
  border-radius:0 0 10px 10px;
}
a.item-category-app-b {
  position:absolute;
  height:24px;
  line-height:24px;
  width:100%;
  text-align:center;
  bottom:0;
  left:0;
  background:radial-gradient(circle,#ff5631,#ff5631ba);
  color:#fff;
  font-size:12px;
  border-radius:0 0 10px 10px;
}
a.item-category-app-c {
  position:absolute;
  height:24px;
  line-height:24px;
  width:100%;
  text-align:center;
  bottom:0;
  left:0;
  background:radial-gradient(circle,#464242,#464242ad);
  color:#fff;
  font-size:12px;
  border-radius:0 0 10px 10px;
}
span.bottom-l {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.n-collect-item-bottom {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:25px;
  background:var(--theme-color);
  border-radius:0 0 var(--main-radius);
  font-size:13px;
  color:#fff;
  text-shadow:0 2px 2px rgba(0,0,0,.16);
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  justify-content:space-between;
  padding:0 18px;
  z-index:5;
  justify-content:center;
}
.jiaobiao2 {
  position:absolute;
  top:10px;
  right:-50px;
  z-index:1;
  width:140px;
  height:20px;
  background:var(--theme-color);
  color:#fff;
  line-height:20px;
  transform:rotate(45deg);
  text-align:center;
  font-size:12px;
  left:auto;
  border-radius:0 50px 50px 0;
}

将下面代码添加进子比主题下的func.php文件内,若没有则创建一个

CSF::createMetabox('Mario', array(
    'title'     => '附加选项',
    'post_type' => array('post', 'plate', 'forum_post'),
    'context'   => 'advanced',
    'data_type' => 'unserialize',
));
CSF::createSection('Mario', array(
    'fields' => array(
        array(
            'title'   => __('开启文章角标'),
            'id'      => 'Mario_edit',
            'type'    => 'switcher',
            'label'   => '角标',
            'desc'   => '填哪个显示哪个,不想要的留空就行',
            'default' => false
        ),
        array(
            'dependency' => array('Mario_edit', '!=', ''),
            'title'   => __('左上角标内容'),
            'id'      => 'right_text',
            'type'    => 'text',
            'default' => '支持M1/M2',
        ),
        array(
            'dependency' => array('Mario_edit', '!=', ''),
            'title'   => __('背景颜色'),
            'id'      => 'right_color',
            'type'    => 'color',
            'default' => '#121212',
            'class'    =>'compact',
        ),
        array(
            'dependency' => array('Mario_edit', '!=', ''),
            'title'   => __('右上角标内容'),
            'id'      => 'left_text',
            'type'    => 'text',
            'default' => '实测',
        ),
        array(
            'dependency' => array('Mario_edit', '!=', ''),
            'title'   => __('背景颜色'),
            'id'      => 'left_color',
            'type'    => 'color',
            'default' => '#121212',
            'class'    =>'compact',
        ),
        array(
            'dependency' => array('Mario_edit', '!=', ''),
            'title'   => __('封面底部内容'),
            'id'      => 'bottom_text',
            'type'    => 'text',
            'default' => '支持Intel&M1&M2运行',
        ),
        array(
            'dependency' => array('Mario_edit', '!=', ''),
            'title'   => __('背景颜色'),
            'id'      => 'bottom_color',
            'type'    => 'color',
            'default' => '#121212',
            'class'    =>'compact',
        ),
    ),
));

打开子比主题文件夹下的inc/functions/zib-post-list.php文件,搜索 置顶 在下面添加以下代码

子比主题美化-文章缩略图角标

您需要回复本文后才能查看完整内容

立即回复
已经回复?立即刷新

温馨提示

此代码教程涉及修改主题源文件,建议提前备份源文件再进行操作,避免出现不可逆的损失。

按上述流程操作完成后,建议清理cdn/浏览器缓存。(未开启缓存忽略即可)

1 如果您喜欢本站,点击这儿捐赠本站,感谢支持!

2 这些信息可能会帮助到你: 下载帮助 | 报毒说明 | 进站必看

3 修改版本安卓及电脑软件,加群提示为修改者自留,非本站信息,注意鉴别;

4 本网站部分资源来源于网络,仅供大家学习与参考,请于下载后24小时内删除;

5 若作商业用途,请联系原作者授权,若本站侵犯了您的权益请联系站长进行删除处理;

6 作者:网站编辑,如若转载,请注明出处:https://www.lkuba.com/681.html

Like (0)
Previous 2024年4月23日
Next 2024年4月26日

相关推荐

发表回复

Please Login to Comment

Comments(6)

  • vip5的头像
    vip5 2024年5月22日 下午8:36
    Google Chrome 122 Google Chrome 122 Windows 10 Windows 10

    看着很不错的功能

  • 2763的头像
    2763 2024年5月28日 上午5:08
    Google Chrome 86 Google Chrome 86 Windows 10 Windows 10

    赞

  • 9720的头像
    9720 2024年5月30日 下午1:32
    Google Chrome 125 Google Chrome 125 Mac OS X 10.15 Mac OS X 10.15

    学习学习

  • 3541的头像
    3541 2024年6月8日 下午1:23
    Microsoft Edge 125 Microsoft Edge 125 Windows 10 Windows 10

    谢谢非常OK

  • 4618的头像
    4618 2024年6月14日 下午9:18
    Sogou Explorer Sogou Explorer Windows 10 Windows 10

    看着很不错的功能

  • 10371的头像
    10371 2024年9月15日 下午9:52
    Google Chrome 86 Google Chrome 86 Windows 10 Windows 10

    1