后退
榜单

子比主题增加首页榜上有名和挂件美化

通知图标

正在访问 子比主题增加首页榜上有名和挂件美化

效果图

子比主题增加首页榜上有名和挂件美化

子比首页:榜上有名的荣耀与挂件美化的艺术

在子比主题构建的精美首页中,每一个细节都蕴含着匠心独运的设计哲学。其中,“榜上有名”的板块不仅是对优质内容的高度认可,更是激发用户探索欲与参与感的巧妙手段。而挂件美化,则如同点睛之笔,为整个页面增添了无限生机与个性风采。

榜上有名:荣耀的殿堂,激励的源泉

“榜上有名”区域,是子比首页上一道亮丽的风景线。这里汇聚了最受欢迎、最具价值或最新发布的文章、作品乃至用户。通过精心设计的排名机制与展示方式,它不仅让优秀内容得以彰显,更激励着每一位创作者不断追求卓越,争取在这荣耀的殿堂中占据一席之地。同时,对于访客而言,“榜上有名”也是发现宝藏内容、结识优秀创作者的绝佳途径,激发了他们深入探索与互动的热情。

挂件美化:细节之处见真章,个性彰显新高度

挂件美化,则是子比首页上另一道不可忽视的风景线。这些小巧而精致的挂件,或悬挂在页面边缘,或点缀于内容之间,以独特的视觉效果和丰富的功能特性,为整个页面增添了无限魅力。它们可以是实用的天气预报、时间显示,也可以是趣味性的小游戏、互动问答,甚至可以是与网站主题紧密相关的个性化装饰。通过挂件美化,子比主题不仅满足了用户的基本需求,更在细节之处展现了其独特的审美追求与个性化表达。

融合之美:榜上有名与挂件美化的和谐共生

在子比首页上,“榜上有名”与挂件美化并非孤立的设计元素,而是相互融合、相互映衬的有机整体。它们共同营造了一个既充满竞争与激励,又不失温馨与趣味的浏览环境。在这里,用户不仅可以轻松找到自己感兴趣的内容,还能在不经意间被那些精心设计的挂件所吸引,从而进一步加深对网站的好感与依赖。

安装教程

编辑zibll/inc/functions/zib-header.php

在58行<nav class=”navbar navbar-top 前面插入代码

<div class="rabbit-doll"></div>
子比主题增加首页榜上有名和挂件美化

上传附件的zibll目录下的文件到zibll目录下

在zibll/index.php增加一行代码

    <?php get_template_part('zib2/bsym'); ?>
子比主题增加首页榜上有名和挂件美化

加入css到zibll/zib2.css下

   /*新年悬挂开始*/
@keyframes lampLine-38cc6824 {
    0% {
        transform: rotate(10deg)
    }
    to {
        transform: rotate(-10deg)
    }
}
.rabbit-doll {
    width: 200px;
    height: 200px;
    display: inline-block;
    background: url(/pic/long.webp) no-repeat 50%/100%;
    vertical-align: middle;
    position: absolute;
    left: 80%;
    top: 25px;
    z-index: 50;
    cursor: pointer;
    animation: lampLine-38cc6824 1.2s ease-in-out 0s infinite alternate;
    margin-left: -1px;
    transform-origin: 50% 0;
    pointer-events:none;
}
          /*新年悬挂结束*/
/**用户排行榜开始*/
         .hot-top    .left {
                float: left;
            }
.hot-top .right .top-ul li a h3 {
    white-space: nowrap;
}
       .hot-top      .right {
                float: right;
            }
            img {
                border: none;
            }
            .hot-top {
                width: 100%;
                background: var(--main-bg-color);
                margin-bottom: 25px;
                padding: 22px 20px;
                position: relative;
                height: 147px;
                overflow: hidden;
                border-radius: 10px 10px 10px 10px;
            }
            .hot-top .tg-ph {
                background-size: 100% 100%;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                display: block;
                width: 60px;
                height: 60px;
            }
            .hot-top .left {
                height: 100%;
            }
            .hot-top .left a {
                display: block;
                width: 121px;
                height: 45px;
                line-height: 45px;
                background: #f6f6f6;
                text-align: center;
                font-size: 15px;
                color: #989898;
                margin-bottom: 13px;
                cursor: pointer;
                border-radius: 10px;
            }
            .hot-top .left a:last-child {
                margin-bottom: 0;
            }
            .hot-top .left .hover {
                background: #2b21fa;
                color: #FFF;
                position: relative;
            }
            .hot-top .left .hover:after {
                content: "";
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 10px solid #2b21fa;
                position: absolute;
                top: 15.5px;
                right: -10px;
                z-index: 1;
            }
            .hot-top .right-main {
                height: 100%;
                    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
                margin-bottom: 30px;
            }
            .hot-top .right-main:last-child {
                margin-bottom: 0px;
            }
            .hot-top .right-overflow {
                transition: 0.4s all;
                transform: translateY(0);
            }
            .hot-top .right {
                float: left;
                width: calc( 100% - 147px);
                margin-left: 26px;
                height: 100%;
            }
            .hot-top .right .top-ul {
                height: 130px;
                
            }
            .hot-top .right .top-ul li {
                width: 78px;
                float: center;
                margin:0px 20px;
                display:inline-block;
            }
            .hot-top .right .top-ul li:nth-child(10n) {
                margin-right: 0;
            }
            .hot-top .right .top-ul li a {
                display: block;
            }
            .hot-top .right .top-ul li a .list-img {
                width: 100%;
                height: 78px;
                line-height: 78px;
                text-align: center;
                border-radius: 10px;
            }
            .hot-top .right .top-ul li a .list-img img {
                width: 100%;
            }
            .hot-top .right .top-ul li a .list-img img:hover {
                opacity: 0.8;
            }
            .hot-top .right .top-ul li a h3 {
                margin-top: 7px;
                font-size: 13px;
                line-height: 25px;
                height: 25px;
                overflow: hidden;
                width: 100%;
                text-align: center;
            }
            .new-position {
                height: 780px;
            }
            .new-position .left {
                height: 100%;
                width: calc( ( 100% - 13px ) * 0.36 );
            }
            .new-position .right {
                width: calc( ( 100% - 13px ) * 0.64 );
                height: 100%;
                background: #FFF;
                padding: 17px 28px;
            }
            .new-position .layui-carousel > [carousel-item] > * {
                background: #FFF;
            }
            .new-position #index-lb {
                height: 300px;
            }
            .new-position #index-lb div div img {
                width: 100%;
                min-height: 100%;
            }
            .new-position .index-login {
                background: #FFF;
                margin-top: 13px;
                height: calc( 767px - 300px);
                padding: 25px 33px;
                position: relative;
            }
            span.note {
                position: absolute;
                top: 10px;
                right: -50px;
                z-index: 1;
                width: 140px;
                height: 20px;
                background: #2c40a0;
                color: #fff;
                line-height: 20px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                text-align: center;
                font-size: 12px;
            }
img.rela {
    position: absolute;
    left: 52px;
    z-index: 2;
    /* right: 50px; */
    top: 58px;
    height: 25px;
    width: 25px;
}
 /*头像呼吸光环和鼠标悬停旋转放大开始*/
             .list-img img.avatar {
                border-radius: 50%;
                animation: light 4s ease-in-out infinite;
                transition: 2s;
                
            }
          .list-img  img.avatar:hover {
                transform: scale(1) rotate(720deg);
            }
        
        /*头像呼吸光环和鼠标悬停旋转放大结束*/
            /**用户排行榜结束*/

pic文件夹上传至网站根目录下

下载权限
查看
  • 免费下载
    评论并刷新后下载
    登录后下载
  • {{attr.name}}:
您当前的等级为
登录后免费下载登录 小黑屋反思中,不准下载! 评论后刷新页面下载评论 支付以后下载 请先登录 您今天的下载次数(次)用完了,请明天再来 支付积分以后下载立即支付 支付以后下载立即支付 您当前的用户组不允许下载升级会员
您已获得下载权限 您可以每天下载资源次,今日剩余

给TA打赏
共{{data.count}}人
人已打赏
WordPress插件模版专区

子比及7B2主题文章缩略图鼠标滑过图片动画【效果非常好】

2024-8-18 11:22:06

WordPress插件免费专区模版专区

子比侧边栏悬浮按钮客服签到会员开通抽奖推广返佣美化

2024-8-18 11:45:20

0 条回复 A文章作者 M管理员
夸夸
夸夸
还有吗!没看够!
    暂无讨论,说说你的看法吧
个人中心
购物清单
优惠代劵
今日签到
有新私信 私信列表
快速搜索
关注我们
  • 扫码打开当前页